Package org.openrefine.browsing.util
Class StringValuesFacetState
- java.lang.Object
-
- org.openrefine.browsing.util.StringValuesFacetState
-
- All Implemented Interfaces:
Serializable,FacetState
public class StringValuesFacetState extends Object implements FacetState
Gathers statistics about distinct string representations of values generated by an evaluable.TODO this is not optimized so far (
Map<String, Long>could probably be made more memory efficient, the serialization of the object could be controlled).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringValuesFacetState()StringValuesFacetState(Map<String,Long> counts, long errors, long blanks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBlankCount()Map<String,Long>getCounts()longgetErrorCount()
-