public class LocalEdgeRecognizerContext extends Object implements EvaluationContext
A sequence uniquely identifies an data graph entity within a local data graph and is used to construct qualifier filters to return specific sequence-based column qualifiers and associated column values.
HBaseGraphAssembler,
GraphSliceSupport| Constructor and Description |
|---|
LocalEdgeRecognizerContext()
Constructs an empty context.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.hadoop.hbase.KeyValue> |
getKeyMap()
Returns the HBase KeyValue specific for the current sequence.
|
Long |
getSequence()
Returns the current sequence.
|
void |
setKeyMap(Map<String,org.apache.hadoop.hbase.KeyValue> keyMap)
Sets the HBase KeyValue specific for the current sequence.
|
void |
setSequence(Long sequence)
Sets the current sequence.
|
public LocalEdgeRecognizerContext()
public Map<String,org.apache.hadoop.hbase.KeyValue> getKeyMap()
public void setKeyMap(Map<String,org.apache.hadoop.hbase.KeyValue> keyMap)
public Long getSequence()
public void setSequence(Long sequence)
Copyright © 2021. All Rights Reserved.