Package org.openrefine.browsing.facets
Interface FacetState
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AllFacetsState,NumericFacetState,ScatterplotFacetState,StringFacetState,StringValuesFacetState,TextSearchFacet.TextSearchFacetState,TimeRangeFacetState
public interface FacetState extends Serializable
Immutable object which stores statistics gathered by a facet. It is required to be serializable by Spark as it is sent back and forth to executors.