| Package | Description |
|---|---|
| com.mware.ge.collection | |
| com.mware.ge.store.decoder |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.empty() |
static <T1,T2> Pair<T1,T2> |
Pair.of(T1 first,
T2 other)
Alias of
pair(Object, Object). |
static <T1,T2> Pair<T1,T2> |
Pair.pair(T1 first,
T2 other)
Create a new pair of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Collector<Pair<K,V>,?,Map<K,V>> |
CollectorsUtil.pairsToMap() |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> org.eclipse.collections.api.map.ImmutableMap<T,U> |
Iterables.asImmutableMap(Iterable<Pair<T,U>> pairs) |
static <T,U> Map<T,U> |
Iterables.asMap(Iterable<Pair<T,U>> pairs) |
static <K,V> Map<K,V> |
MapUtil.toMap(Iterable<Pair<K,V>> pairs) |
static <K,V> Map<K,V> |
MapUtil.toMap(Iterator<Pair<K,V>> pairs) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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) |
| 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.