| Package | Description |
|---|---|
| com.mware.core.util | |
| com.mware.ge | |
| com.mware.ge.event | |
| com.mware.ge.inmemory | |
| com.mware.ge.query | |
| com.mware.ge.search | |
| com.mware.ge.serializer | |
| com.mware.ge.store | |
| com.mware.ge.store.util |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiExtendedDataRowId |
ClientApiConverter.toClientApiExtendedDataRowId(ExtendedDataRowId id) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRowId |
ExtendedDataRow.getId()
Id of the row
|
abstract ExtendedDataRowId |
ExtendedDataRowBase.getId() |
| Modifier and Type | Method and Description |
|---|---|
int |
ExtendedDataRowId.compareTo(ExtendedDataRowId other) |
void |
Graph.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations)
Deletes an extended data row
|
default ExtendedDataRow |
Graph.getExtendedData(ExtendedDataRowId id,
Authorizations authorizations)
Gets the specified extended data row.
|
| Modifier and Type | Method and Description |
|---|---|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
Authorizations authorizations)
Gets the specified extended data rows.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRowId |
DeleteExtendedDataRowEvent.getId() |
| Constructor and Description |
|---|
DeleteExtendedDataRowEvent(Graph graph,
ExtendedDataRowId id) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRowId |
InMemoryExtendedDataRow.getId() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
InMemoryExtendedDataTable.addData(ExtendedDataRowId rowId,
String column,
String key,
Value value,
long timestamp,
Visibility visibility) |
void |
MapInMemoryExtendedDataTable.addData(ExtendedDataRowId rowId,
String column,
String key,
Value value,
long timestamp,
Visibility visibility) |
void |
InMemoryGraph.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations) |
void |
InMemoryGraph.extendedData(Element element,
ExtendedDataRowId rowId,
ExtendedDataMutation extendedData,
Authorizations authorizations) |
abstract void |
InMemoryExtendedDataTable.remove(ExtendedDataRowId id) |
void |
MapInMemoryExtendedDataTable.remove(ExtendedDataRowId rowId) |
abstract void |
InMemoryExtendedDataTable.removeColumn(ExtendedDataRowId extendedDataRowId,
String columnName,
String key,
Visibility visibility) |
void |
MapInMemoryExtendedDataTable.removeColumn(ExtendedDataRowId rowId,
String columnName,
String key,
Visibility visibility) |
| Constructor and Description |
|---|
InMemoryExtendedDataRow(ExtendedDataRowId id,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<ExtendedDataRowId> |
QueryBase.extendedDataRowIds() |
QueryResultsIterable<ExtendedDataRowId> |
Query.extendedDataRowIds()
Execute the query and return the ids of all matching extended data rows.
|
QueryResultsIterable<ExtendedDataRowId> |
EmptyResultsGraphQuery.extendedDataRowIds() |
QueryResultsIterable<ExtendedDataRowId> |
QueryBase.extendedDataRowIds(EnumSet<IdFetchHint> idFetchHints) |
QueryResultsIterable<ExtendedDataRowId> |
Query.extendedDataRowIds(EnumSet<IdFetchHint> fetchHints)
Execute the query and return the ids of all matching extended data rows.
|
QueryResultsIterable<ExtendedDataRowId> |
EmptyResultsGraphQuery.extendedDataRowIds(EnumSet<IdFetchHint> idFetchHints) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
GeSerializer.bytesToObject(ExtendedDataRowId rowId,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataRowId |
StorableExtendedDataRow.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.deleteExtendedDataRow(ExtendedDataRowId rowId,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations) |
| Constructor and Description |
|---|
StorableExtendedDataRow(ExtendedDataRowId rowId,
Set<Property> properties,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedDataRowId |
StorableKeyHelper.parseExtendedDataRowId(String rowKey) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StorableKeyHelper.createExtendedDataRowKey(ExtendedDataRowId rowId) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.