All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Object |
beginTransaction() |
void |
commitTransaction(Object tx) |
int |
count(Object tx,
String kind,
InMemoryKey ancestorKey,
InMemoryKey simpleKey,
Filter... filters) |
Map<String,Object> |
createWriteValue(InMemoryKey parentKey,
String kind,
Long id) |
Map<String,Object> |
createWriteValue(InMemoryKey parentKey,
String kind,
String id) |
void |
deleteValue(Object tx,
InMemoryKey key) |
void |
deleteValues(Object tx,
Collection<InMemoryKey> keys) |
Boolean |
getBoolean(Map<String,Object> core,
String column) |
Collection |
getCollection(Map<String,Object> value,
String column) |
Date |
getDate(Map<String,Object> value,
String column) |
Float |
getFloat(Map<String,Object> core,
String column) |
Integer |
getInteger(Map<String,Object> core,
String column) |
InMemoryKey |
getKey(Map<String,Object> value,
String column) |
Long |
getLong(Map<String,Object> core,
String column) |
InMemoryKey |
getParentKey(Map<String,Object> value,
String column) |
String |
getString(Map<String,Object> core,
String column) |
protected Map<String,Map<String,Object>> |
kindStore(InMemoryKey key) |
protected Map<String,Map<String,Object>> |
kindStore(String kind) |
protected static boolean |
match(Map<String,Object> v,
Filter f) |
protected static boolean |
matchAll(Map<String,Object> v,
Filter... filters) |
Iterable<Map<String,Object>> |
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>> |
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> |
queryUnique(Object tx,
InMemoryKey parentKey,
String kind,
Filter... filters) |
Map<String,Object> |
readValue(Object tx,
InMemoryKey key) |
void |
rollbackActiveTransaction(Object tx) |
void |
setBoolean(Map<String,Object> value,
String column,
Boolean b) |
void |
setCollection(Map<String,Object> value,
String column,
Collection c) |
void |
setDate(Map<String,Object> value,
String column,
Date d) |
void |
setFloat(Map<String,Object> value,
String column,
Float f) |
void |
setInteger(Map<String,Object> value,
String column,
Integer i) |
void |
setLong(Map<String,Object> value,
String column,
Long l) |
void |
setString(Map<String,Object> value,
String column,
String s) |
InMemoryKey |
toKey(InMemoryKey parentKey,
String kind,
Long lId) |
InMemoryKey |
toKey(InMemoryKey parentKey,
String kind,
String sId) |
Long |
toLongKey(InMemoryKey key) |
InMemoryKey |
toParentKey(InMemoryKey key) |
String |
toStringKey(InMemoryKey key) |
InMemoryKey |
writeValue(Object tx,
InMemoryKey key,
Map<String,Object> core) |