public class HllSketchEntityGenerator extends CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>
HllSketch Entities for each end of an Edge.| Constructor and Description |
|---|
HllSketchEntityGenerator() |
| Modifier and Type | Method and Description |
|---|---|
HllSketchEntityGenerator |
cardinalityPropertyName(String cardinalityPropertyName) |
HllSketchEntityGenerator |
countProperty(String countProperty) |
HllSketchEntityGenerator |
edgeGroupProperty(String edgeGroupProperty) |
HllSketchEntityGenerator |
group(String group) |
HllSketchEntityGenerator |
propertiesToCopy(String... propertiesToCopy)
Copies the properties from the edge to the new entities.
|
HllSketchEntityGenerator |
propertyToCopy(String propertyToCopy) |
_apply, getCardinalityPropertyName, getCountProperty, getEdgeGroupProperty, getGroup, getPropertiesToCopy, getVertexValueConverter, setCardinalityPropertyName, setCountProperty, setEdgeGroupProperty, setGroup, setPropertiesToCopy, setVertexValueConverterequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic HllSketchEntityGenerator propertyToCopy(String propertyToCopy)
propertyToCopy in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>public HllSketchEntityGenerator propertiesToCopy(String... propertiesToCopy)
CardinalityEntityGeneratorCopies the properties from the edge to the new entities.
IMPORTANT - it does not clone the property values. You could end up with an object being shared between multiple elements.
propertiesToCopy in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>propertiesToCopy - the properties to copy from the edgepublic HllSketchEntityGenerator group(String group)
group in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>public HllSketchEntityGenerator cardinalityPropertyName(String cardinalityPropertyName)
cardinalityPropertyName in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>public HllSketchEntityGenerator countProperty(String countProperty)
countProperty in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>public HllSketchEntityGenerator edgeGroupProperty(String edgeGroupProperty)
edgeGroupProperty in class CardinalityEntityGenerator<com.yahoo.sketches.hll.HllSketch>Copyright © 2022. All rights reserved.