int |
InMemorySupplier.count(Object tx,
String kind,
InMemoryKey ancestorKey,
InMemoryKey simpleKey,
Filter... filters) |
Map<String,Object> |
InMemorySupplier.createWriteValue(InMemoryKey parentKey,
String kind,
Long id) |
Map<String,Object> |
InMemorySupplier.createWriteValue(InMemoryKey parentKey,
String kind,
String id) |
void |
InMemorySupplier.deleteValue(Object tx,
InMemoryKey key) |
protected Map<String,Map<String,Object>> |
InMemorySupplier.kindStore(InMemoryKey key) |
static InMemoryKey |
InMemoryKey.of(InMemoryKey parentKey,
String kind,
String name) |
Iterable<Map<String,Object>> |
InMemorySupplier.queryIterable(Object tx,
String kind,
boolean keysOnly,
int offset,
int limit,
InMemoryKey ancestorKey,
InMemoryKey simpleKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Filter... filters) |
CursorPage<Map<String,Object>> |
InMemorySupplier.queryPage(Object tx,
String kind,
boolean keysOnly,
int requestedPageSize,
InMemoryKey ancestorKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
Collection<String> projections,
String cursorString,
Filter... filters) |
Map<String,Object> |
InMemorySupplier.queryUnique(Object tx,
InMemoryKey parentKey,
String kind,
Filter... filters) |
Map<String,Object> |
InMemorySupplier.readValue(Object tx,
InMemoryKey key) |
InMemoryKey |
InMemorySupplier.toKey(InMemoryKey parentKey,
String kind,
Long lId) |
InMemoryKey |
InMemorySupplier.toKey(InMemoryKey parentKey,
String kind,
String sId) |
Long |
InMemorySupplier.toLongKey(InMemoryKey key) |
InMemoryKey |
InMemorySupplier.toParentKey(InMemoryKey key) |
String |
InMemorySupplier.toStringKey(InMemoryKey key) |
InMemoryKey |
InMemorySupplier.writeValue(Object tx,
InMemoryKey key,
Map<String,Object> core) |