| Package | Description |
|---|---|
| com.mware.ge.store | |
| com.mware.ge.store.decoder | |
| com.mware.ge.store.kv | |
| com.mware.ge.store.mutations |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStorableGraph<V extends StorableVertex,E extends StorableEdge> |
| Modifier and Type | Field and Description |
|---|---|
protected StorableGraph |
StorableElement.graph |
| Modifier and Type | Method and Description |
|---|---|
StorableGraph |
StorableElement.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValue |
StreamingPropertyValueFileRef.toStreamingPropertyValue(StorableGraph graph,
Long timestamp) |
| 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) |
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 StorableGraph |
ElementDecoder.graph |
StorableGraph |
ElementData.graph |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
ElementDecoder.createElementData(StorableGraph graph) |
protected VertexElementData |
VertexDecoder.createElementData(StorableGraph graph) |
protected EdgeElementData |
EdgeDecoder.createElementData(StorableGraph graph) |
| 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 | Class and Description |
|---|---|
class |
KVStoreGraph |
| Modifier and Type | Field and Description |
|---|---|
protected StorableGraph |
ElementMutationBuilder.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.addPropertyToMutation(StorableGraph graph,
StoreMutation m,
String rowKey,
Property property) |
void |
ElementMutationBuilder.saveEdgeBuilder(StorableGraph graph,
EdgeBuilderBase edgeBuilder,
long timestamp) |
void |
ElementMutationBuilder.saveExtendedData(StorableGraph graph,
String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes) |
void |
ElementMutationBuilder.saveVertexBuilder(StorableGraph graph,
VertexBuilder vertexBuilder,
long timestamp) |
| Constructor and Description |
|---|
ElementMutationBuilder(StreamingPropertyValueStorageStrategy streamingPropertyValueStorageStrategy,
StorableGraph graph,
GeSerializer geSerializer) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.