public class MapInMemoryExtendedDataTable extends InMemoryExtendedDataTable
| Constructor and Description |
|---|
MapInMemoryExtendedDataTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(ExtendedDataRowId rowId,
String column,
String key,
Value value,
long timestamp,
Visibility visibility) |
Iterable<ExtendedDataRow> |
getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
com.google.common.collect.ImmutableSet<String> |
getTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
void |
remove(ExtendedDataRowId rowId) |
void |
removeColumn(ExtendedDataRowId rowId,
String columnName,
String key,
Visibility visibility) |
public com.google.common.collect.ImmutableSet<String> getTableNames(ElementType elementType, String elementId, FetchHints fetchHints, Authorizations authorizations)
getTableNames in class InMemoryExtendedDataTablepublic Iterable<ExtendedDataRow> getTable(ElementType elementType, String elementId, String tableName, FetchHints fetchHints, Authorizations authorizations)
getTable in class InMemoryExtendedDataTablepublic void addData(ExtendedDataRowId rowId, String column, String key, Value value, long timestamp, Visibility visibility)
addData in class InMemoryExtendedDataTablepublic void remove(ExtendedDataRowId rowId)
remove in class InMemoryExtendedDataTablepublic void removeColumn(ExtendedDataRowId rowId, String columnName, String key, Visibility visibility)
removeColumn in class InMemoryExtendedDataTableCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.