Uses of Class
uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
Packages that use CardinalityEntityGenerator Package Description uk.gov.gchq.gaffer.sketches uk.gov.gchq.gaffer.sketches.clearspring.cardinality uk.gov.gchq.gaffer.sketches.datasketches.cardinality -
-
Uses of CardinalityEntityGenerator in uk.gov.gchq.gaffer.sketches
Methods in uk.gov.gchq.gaffer.sketches that return CardinalityEntityGenerator Modifier and Type Method Description CardinalityEntityGeneratorCardinalityEntityGenerator. cardinalityPropertyName(String cardinalityPropertyName)CardinalityEntityGeneratorCardinalityEntityGenerator. countProperty(String countProperty)CardinalityEntityGeneratorCardinalityEntityGenerator. edgeGroupProperty(String edgeGroupProperty)CardinalityEntityGeneratorCardinalityEntityGenerator. group(String group)CardinalityEntityGeneratorCardinalityEntityGenerator. propertiesToCopy(String... propertiesToCopy)Copies the properties from the edge to the new entities.CardinalityEntityGeneratorCardinalityEntityGenerator. propertyToCopy(String propertyToCopy) -
Uses of CardinalityEntityGenerator in uk.gov.gchq.gaffer.sketches.clearspring.cardinality
Subclasses of CardinalityEntityGenerator in uk.gov.gchq.gaffer.sketches.clearspring.cardinality Modifier and Type Class Description classHyperLogLogPlusEntityGeneratorDeprecated. -
Uses of CardinalityEntityGenerator in uk.gov.gchq.gaffer.sketches.datasketches.cardinality
Subclasses of CardinalityEntityGenerator in uk.gov.gchq.gaffer.sketches.datasketches.cardinality Modifier and Type Class Description classHllSketchEntityGeneratorGeneratesHllSketchEntities for each end of an Edge.
-