public class ExternalEdgeRecognizerContext extends Object implements EvaluationContext
A sequence uniquely identifies an data graph entity within a local or distributed data graph and is mapped internally to provide global uniqueness.
HBaseGraphAssembler,
GraphSliceSupport,
CompositeRowKeyReader| Constructor and Description |
|---|
ExternalEdgeRecognizerContext(org.plasma.sdo.PlasmaType contextType,
StoreMappingContext mappingContext)
Constructs an empty context.
|
| Modifier and Type | Method and Description |
|---|---|
org.plasma.sdo.PlasmaType |
getContextType() |
Collection<Endpoint> |
getEndpoints() |
Object |
getValue(Endpoint endpoint) |
Collection<KeyValue> |
getValues() |
boolean |
isRowEvaluatedCompletely() |
void |
read(byte[] rowKey) |
public ExternalEdgeRecognizerContext(org.plasma.sdo.PlasmaType contextType,
StoreMappingContext mappingContext)
public void read(byte[] rowKey)
public Collection<Endpoint> getEndpoints()
public Collection<KeyValue> getValues()
public org.plasma.sdo.PlasmaType getContextType()
public boolean isRowEvaluatedCompletely()
Copyright © 2021. All Rights Reserved.