public class VertexDecoder extends ElementDecoder<VertexElementData>
authorizations, elementData, fetchHints, graph| Constructor and Description |
|---|
VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected VertexElementData |
createElementData(StorableGraph graph) |
protected VertexElementData |
decode(List<Pair<StoreKey,StoreValue>> mutations) |
protected String |
getVisibilitySignal() |
protected boolean |
populateElementData(List<Pair<StoreKey,StoreValue>> mutations) |
protected boolean |
processColumn(Pair<StoreKey,StoreValue> keyValue) |
protected void |
processSignalColumn(Pair<StoreKey,StoreValue> keyValue) |
getElementData, getFetchHints, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable, StorableGraph graph, FetchHints fetchHints, Authorizations authorizations)
protected VertexElementData decode(List<Pair<StoreKey,StoreValue>> mutations)
decode in class ElementDecoder<VertexElementData>protected VertexElementData createElementData(StorableGraph graph)
createElementData in class ElementDecoder<VertexElementData>protected String getVisibilitySignal()
getVisibilitySignal in class ElementDecoder<VertexElementData>protected boolean processColumn(Pair<StoreKey,StoreValue> keyValue)
processColumn in class ElementDecoder<VertexElementData>protected void processSignalColumn(Pair<StoreKey,StoreValue> keyValue)
processSignalColumn in class ElementDecoder<VertexElementData>protected boolean populateElementData(List<Pair<StoreKey,StoreValue>> mutations)
populateElementData in class ElementDecoder<VertexElementData>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.