| Package | Description |
|---|---|
| com.mware.ge.inmemory |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryTableEdge |
class |
InMemoryTableVertex |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InMemoryTableElement<TElement> |
InMemoryTable.createInMemoryTableElement(String id) |
protected InMemoryTableElement<InMemoryVertex> |
InMemoryVertexTable.createInMemoryTableElement(String id) |
protected InMemoryTableElement<InMemoryEdge> |
InMemoryEdgeTable.createInMemoryTableElement(String id) |
protected InMemoryTableElement<TElement> |
InMemoryElement.getInMemoryTableElement() |
InMemoryTableElement<TElement> |
InMemoryTable.getTableElement(String id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<InMemoryTableElement<TElement>> |
InMemoryTable.getRowValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGraph.addPropertyValue(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp,
Authorizations authorizations) |
protected void |
InMemoryGraph.alterElementPropertyMetadata(InMemoryTableElement inMemoryTableElement,
List<SetPropertyMetadata> setPropertyMetadatas,
Authorizations authorizations) |
protected void |
InMemoryGraph.alterElementPropertyVisibilities(InMemoryTableElement inMemoryTableElement,
List<AlterPropertyVisibility> alterPropertyVisibilities,
Authorizations authorizations) |
protected void |
InMemoryGraph.alterElementVisibility(InMemoryTableElement inMemoryTableElement,
Visibility newEdgeVisibility) |
protected void |
InMemoryGraph.deleteProperty(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Visibility visibility,
Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncluded(InMemoryTableElement element,
FetchHints fetchHints,
Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncludedInTimeSpan(InMemoryTableElement element,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
void |
InMemoryGraph.markPropertyHidden(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markPropertyVisible(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
protected void |
InMemoryElement.setInMemoryTableElement(InMemoryTableElement<TElement> inMemoryTableElement) |
protected void |
InMemoryGraph.softDeleteProperty(InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
IndexHint indexHint,
Authorizations authorizations) |
| Constructor and Description |
|---|
InMemoryElement(InMemoryGraph graph,
String id,
InMemoryTableElement<TElement> inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Constructor and Description |
|---|
InMemoryEdgeTable(Map<String,InMemoryTableElement<InMemoryEdge>> rows) |
InMemoryTable(Map<String,InMemoryTableElement<TElement>> rows) |
InMemoryVertexTable(Map<String,InMemoryTableElement<InMemoryVertex>> rows) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.