| Package | Description |
|---|---|
| com.mware.core.model.longRunningProcess | |
| com.mware.ge | |
| com.mware.ge.store | |
| com.mware.ge.store.kv | |
| com.mware.ge.store.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ReindexLongRunningProcessWorker.reindexEdges(IdRange range,
int batchSize,
Authorizations authorizations) |
void |
ReindexLongRunningProcessWorker.reindexVertices(IdRange range,
int batchSize,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static IdRange |
Range.prefix(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations)
Gets extended data rows from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<Edge> |
AbstractStorableGraph.getEdgesInRange(IdRange range,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(IdRange extendedDataRowKeyRange,
Authorizations authorizations) |
abstract Iterable<Vertex> |
AbstractStorableGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataRowsInRange(List<IdRange> ranges,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
KVStoreGraph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Vertex> |
KVStoreGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
ScanIterator |
KVStore.scan(String table,
IdRange idRange) |
| Modifier and Type | Method and Description |
|---|---|
static IdRange |
StorableKeyHelper.createExtendedDataRowKeyRange(ElementType elementType,
IdRange elementIdRange) |
| Modifier and Type | Method and Description |
|---|---|
static IdRange |
StorableKeyHelper.createExtendedDataRowKeyRange(ElementType elementType,
IdRange elementIdRange) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.