| Modifier and Type | Method and Description |
|---|---|
protected QueryResultsIterable<? extends GeObject> |
GeObjectSearchRunnerBase.getSearchResults(Query query,
FetchHints fetchHints) |
| Modifier and Type | Field and Description |
|---|---|
static FetchHints |
ClientApiConverter.SEARCH_FETCH_HINTS |
| Modifier and Type | Field and Description |
|---|---|
static FetchHints |
FetchHints.ALL |
static FetchHints |
FetchHints.ALL_INCLUDING_HIDDEN |
static FetchHints |
FetchHints.EDGE_LABELS |
static FetchHints |
FetchHints.EDGE_REFS |
static FetchHints |
FetchHints.NONE |
static FetchHints |
FetchHints.PROPERTIES |
static FetchHints |
FetchHints.PROPERTIES_AND_EDGE_REFS |
static FetchHints |
FetchHints.PROPERTIES_AND_METADATA |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
FetchHintsBuilder.build() |
static FetchHints |
FetchHints.copyAndMakeVisible(FetchHints fetchHints) |
FetchHints |
Graph.getDefaultFetchHints()
The default fetch hints to use if none are provided
|
FetchHints |
GraphBaseWithSearchIndex.getDefaultFetchHints() |
FetchHints |
ExtendedDataRow.getFetchHints()
Fetch hints used to get this row.
|
FetchHints |
MapMetadata.getFetchHints() |
abstract FetchHints |
Property.getFetchHints() |
FetchHints |
Metadata.getFetchHints() |
FetchHints |
Element.getFetchHints()
Fetch hints used when fetching this element.
|
FetchHints |
ExtendedDataRowBase.getFetchHints() |
static FetchHints |
FetchHints.union(FetchHints... fetchHints) |
static FetchHints |
FetchHints.union(Iterable<FetchHints> fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
static FetchHintsBuilder |
FetchHints.builder(FetchHints fetchHints) |
static FetchHints |
FetchHints.copyAndMakeVisible(FetchHints fetchHints) |
static Metadata |
Metadata.create(FetchHints fetchHints) |
static Metadata |
Metadata.create(Metadata metadata,
FetchHints fetchHints) |
protected Iterable<ExtendedDataRow> |
GraphBase.getAllExtendedData(FetchHints fetchHints,
Authorizations authorizations) |
default Edge |
Graph.getEdge(String edgeId,
FetchHints fetchHints,
Authorizations authorizations)
Get an edge from the graph.
|
default Edge |
Graph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Get an edge from the graph.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
default Iterable<Edge> |
Graph.getEdges(FetchHints fetchHints,
Authorizations authorizations)
Gets all edges on the graph.
|
Iterable<Edge> |
Graph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph.
|
abstract Iterable<Edge> |
GraphBaseWithSearchIndex.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
default Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
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.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with any of the given labels attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with the given label attached to this vertex.
|
static Iterable<EdgeVertexPair> |
EdgeVertexPair.getEdgeVertexPairs(Graph graph,
String sourceVertexId,
Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Element |
Graph.getElement(ElementId elementId,
FetchHints fetchHints,
Authorizations authorizations)
Get an element from the graph.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(FetchHints fetchHints)
Gets all the rows from all the extended data tables.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(Iterable<ExtendedDataRowId> idsIterable,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
QueryableIterable<ExtendedDataRow> |
Element.getExtendedData(String tableName,
FetchHints fetchHints)
Gets all the rows from an extended data table.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Vertex |
Edge.getOtherVertex(String myVertexId,
FetchHints fetchHints,
Authorizations authorizations)
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
|
default Vertex |
Edge.getVertex(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
default Vertex |
Graph.getVertex(String vertexId,
FetchHints fetchHints,
Authorizations authorizations)
Get a vertex from the graph.
|
default Vertex |
Graph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Get a vertex from the graph.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
|
default EdgeVertices |
Edge.getVertices(FetchHints fetchHints,
Authorizations authorizations)
Gets both in and out vertices of this edge.
|
default Iterable<Vertex> |
Graph.getVertices(FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices on the graph.
|
Iterable<Vertex> |
Graph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all vertices on the graph.
|
abstract Iterable<Vertex> |
GraphBaseWithSearchIndex.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<Vertex> |
Graph.getVertices(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default Iterable<Vertex> |
Graph.getVertices(Iterable<String> ids,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default List<Vertex> |
Graph.getVerticesInOrder(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
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.
|
default Iterable<Vertex> |
Graph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Authorizations authorizations)
Gets vertices from the graph given the prefix.
|
default Iterable<Vertex> |
Graph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets vertices from the graph given the prefix.
|
boolean |
FetchHints.hasFetchHints(FetchHints fetchHints)
Tests that these fetch hints have at least the requested fetch hints
|
static FetchHints |
FetchHints.union(FetchHints... fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
static FetchHints |
FetchHints.union(Iterable<FetchHints> fetchHints) |
| Constructor and Description |
|---|
ExtendedDataRowBase(FetchHints fetchHints) |
FetchHintsBuilder(FetchHints fetchHints) |
GeMissingFetchHintException(FetchHints fetchHints,
String required) |
MapMetadata(FetchHints fetchHints) |
MapMetadata(Metadata copyFromMetadata,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
InMemoryElement.getFetchHints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InMemoryTableElement.canRead(FetchHints fetchHints,
Authorizations authorizations) |
boolean |
InMemoryExtendedDataRow.canRead(VisibilityEvaluator visibilityEvaluator,
FetchHints fetchHints) |
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected abstract TElement |
InMemoryTableElement.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryVertex |
InMemoryTableVertex.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryEdge |
InMemoryTableEdge.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
TElement |
InMemoryTable.get(InMemoryGraph graph,
String id,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<TElement> |
InMemoryTable.getAll(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Edge |
InMemoryGraph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
InMemoryVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
InMemoryGraph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected Iterable<Edge> |
InMemoryGraph.getEdgesFromVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
QueryableIterable<ExtendedDataRow> |
InMemoryElement.getExtendedData(String tableName,
FetchHints fetchHints) |
Iterable<? extends ExtendedDataRow> |
InMemoryGraph.getExtendedDataTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
com.google.common.collect.ImmutableSet<String> |
InMemoryGraph.getExtendedDataTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Property> |
InMemoryTableElement.getProperties(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Property |
InMemoryTableElement.getProperty(String key,
String name,
Visibility visibility,
FetchHints fetchHints,
Authorizations authorizations) |
abstract Iterable<? extends ExtendedDataRow> |
InMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
MapInMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
abstract com.google.common.collect.ImmutableSet<String> |
InMemoryExtendedDataTable.getTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
com.google.common.collect.ImmutableSet<String> |
MapInMemoryExtendedDataTable.getTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
Vertex |
InMemoryGraph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
EdgeVertices |
InMemoryEdge.getVertices(FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
InMemoryGraph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncluded(InMemoryTableElement element,
FetchHints fetchHints,
Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncludedInTimeSpan(InMemoryTableElement element,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryExtendedDataRow |
InMemoryExtendedDataRow.toReadable(VisibilityEvaluator visibilityEvaluator,
FetchHints fetchHints) |
| Constructor and Description |
|---|
InMemoryEdge(InMemoryGraph graph,
String id,
InMemoryTableEdge inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryElement(InMemoryGraph graph,
String id,
InMemoryTableElement<TElement> inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryExtendedDataRow(ExtendedDataRowId id,
FetchHints fetchHints) |
InMemoryVertex(InMemoryGraph graph,
String id,
InMemoryTableVertex inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
AddPropertyMetadataMutation.getMetadata(FetchHints fetchHints) |
Metadata |
AddPropertyValueMutation.getMetadata(FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
MutablePropertyImpl.getFetchHints() |
| Constructor and Description |
|---|
MutablePropertyImpl(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Set<Visibility> hiddenVisibilities,
Visibility visibility,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected FetchHints |
QueryBase.idFetchHintsToElementFetchHints(EnumSet<IdFetchHint> idFetchHints) |
| Modifier and Type | Field and Description |
|---|---|
protected FetchHints |
StorableElement.fetchHints |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
StorableExtendedDataRow.StorableExtendedDataRowProperty.getFetchHints() |
FetchHints |
StorableElement.getFetchHints() |
| Modifier and Type | Method and Description |
|---|---|
protected StorableEdge |
AbstractStorableGraph.createEdge(EdgeBuilderBase edgeBuilder,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
Edge |
AbstractStorableGraph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
AbstractStorableGraph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
abstract Iterable<Edge> |
AbstractStorableGraph.getEdgesInRange(IdRange range,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations) |
QueryableIterable<ExtendedDataRow> |
StorableElement.getExtendedData(String tableName,
FetchHints fetchHints) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
protected abstract Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataRowsInRange(List<IdRange> ranges,
FetchHints fetchHints,
Authorizations authorizations) |
Vertex |
AbstractStorableGraph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
AbstractStorableGraph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
abstract Iterable<Vertex> |
AbstractStorableGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Vertex> |
AbstractStorableGraph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Constructor and Description |
|---|
StorableEdge(StorableGraph graph,
String id,
String outVertexId,
String inVertexId,
String label,
String newEdgeLabel,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableElement(StorableGraph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableExtendedDataRow(ExtendedDataRowId rowId,
Set<Property> properties,
FetchHints fetchHints) |
StorableExtendedDataRowProperty(String propertyName,
String propertyKey,
Value propertyValue,
FetchHints fetchHints,
long timestamp,
Visibility visibility) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
Edges inEdges,
Edges outEdges,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Field and Description |
|---|---|
protected FetchHints |
ElementDecoder.fetchHints |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
ElementDecoder.getFetchHints() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ElementData.getProperties(FetchHints fetchHints) |
| 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) |
ExtendedDataDecoder(StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
KVStoreGraph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected Iterable<ExtendedDataRow> |
KVStoreGraph.getExtendedDataRowsInRange(List ranges,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
KVStoreGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
FetchHints |
LazyMutableProperty.getFetchHints() |
FetchHints |
LazyPropertyMetadata.getFetchHints() |
| Constructor and Description |
|---|
LazyMutableProperty(Graph graph,
GeSerializer geSerializer,
String propertyKey,
String propertyName,
byte[] propertyValue,
MetadataRef metadataRef,
Set<Visibility> hiddenVisibilities,
Visibility visibility,
long timestamp,
FetchHints fetchHints) |
LazyPropertyMetadata(List<MetadataEntry> metadataEntries,
int[] metadataIndexes,
GeSerializer geSerializer,
NameSubstitutionStrategy nameSubstitutionStrategy,
FetchHints fetchHints) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.