| Package | Description |
|---|---|
| com.mware.ge.store | |
| com.mware.ge.store.decoder |
| Modifier and Type | Method and Description |
|---|---|
static StoreValue |
StoreValue.deserialize(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
ElementDecoder.decode(List<Pair<StoreKey,StoreValue>> mutations) |
protected VertexElementData |
VertexDecoder.decode(List<Pair<StoreKey,StoreValue>> mutations) |
ExtendedDataRow |
ExtendedDataDecoder.decode(List<Pair<StoreKey,StoreValue>> row) |
protected boolean |
ElementDecoder.populateElementData(List<Pair<StoreKey,StoreValue>> mutations) |
protected boolean |
VertexDecoder.populateElementData(List<Pair<StoreKey,StoreValue>> mutations) |
protected abstract boolean |
ElementDecoder.processColumn(Pair<StoreKey,StoreValue> keyValue) |
protected boolean |
VertexDecoder.processColumn(Pair<StoreKey,StoreValue> keyValue) |
protected boolean |
EdgeDecoder.processColumn(Pair<StoreKey,StoreValue> keyValue) |
protected void |
ElementDecoder.processSignalColumn(Pair<StoreKey,StoreValue> keyValue) |
protected void |
VertexDecoder.processSignalColumn(Pair<StoreKey,StoreValue> keyValue) |
protected void |
EdgeDecoder.processSignalColumn(Pair<StoreKey,StoreValue> keyValue) |
| Constructor and Description |
|---|
EdgeDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
ElementDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.