public class CompositeRowKeyReader extends Object
KeyValue elements where the values can
then be found using a given Endpoint and used for syntax tree
evaluation, for example.
For a collection of row keys, for every key in the collection, a client will read a single row key, then collect its values. Endpoints are created on the first row key and used for all additional keys.
| Constructor and Description |
|---|
CompositeRowKeyReader(org.plasma.sdo.PlasmaType contextType,
StoreMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
org.plasma.sdo.PlasmaType |
getContextType() |
Collection<Endpoint> |
getEndpoints() |
DataGraphMapping |
getGraph() |
TableMapping |
getTable() |
Object |
getValue(Endpoint endpoint) |
Collection<KeyValue> |
getValues() |
void |
read(byte[] rowKey) |
public CompositeRowKeyReader(org.plasma.sdo.PlasmaType contextType,
StoreMappingContext mappingContext)
public Collection<Endpoint> getEndpoints()
public TableMapping getTable()
public DataGraphMapping getGraph()
public org.plasma.sdo.PlasmaType getContextType()
public void read(byte[] rowKey)
public Collection<KeyValue> getValues()
Copyright © 2021. All Rights Reserved.