| Package | Description |
|---|---|
| io.baltoro.client | |
| io.baltoro.client.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Linked<T extends Base> |
class |
PropertyQuery<T extends Base> |
| Modifier and Type | Class and Description |
|---|---|
class |
Content |
| Modifier and Type | Method and Description |
|---|---|
<T extends Base> |
LocalDB.find(Class<T> _class) |
<T extends Base> |
LocalDB.findByName(String name,
Class<T> _class) |
<T extends Base> |
LocalDB.get(Class<T> c,
String[] baseUuids) |
<T extends Base> |
LocalDB.get(String baseUuid,
Class<T> t) |
<T extends Base> |
LocalDB.getByName(String name,
Class<T> _class) |
<T extends Base> |
LocalDB.getByProperty(Class<T> c) |
<T extends Base> |
LocalDB.getChildren(Base obj) |
<T extends Base> |
LocalDB.getChildren(Class<T> c,
Base obj) |
<T extends Base> |
LocalDB.getChildren(Class<T> c,
String pUuid) |
<T extends Base> |
LocalDB.getParent(Class<T> c,
Base obj) |
<T extends Base> |
LocalDB.getParent(Class<T> c,
String cUuid) |
| Modifier and Type | Method and Description |
|---|---|
T[] |
Linked.getAllAsArray() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Base> |
LocalDB.findMap(String[] baseUuids) |
List<Base> |
LocalDB.get(List<String> baseUuids) |
List<Base> |
LocalDB.get(Set<String> baseUuids) |
List<Base> |
LocalDB.get(String[] baseUuids) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LocalDBBinary.append(Base base,
byte[] bytes) |
<T extends Base> |
LocalDB.getChildren(Base obj) |
<T extends Base> |
LocalDB.getChildren(Class<T> c,
Base obj) |
byte[] |
LocalDB.getContent(Base obj) |
<T extends Base> |
LocalDB.getParent(Class<T> c,
Base obj) |
String |
LocalDB.link(Base pObj,
Base cOobj) |
String |
LocalDB.link(Base pObj,
Base cOobj,
Base... objs) |
String |
LocalDB.link(Base pObj,
Base cOobj,
Base... objs) |
String |
LocalDB.link(String pUuid,
String cUuid,
Base... objs) |
static byte[] |
LocalDBBinary.readAll(Base base) |
static byte[] |
LocalDBBinary.readChunk(Base base,
int index,
int len) |
static byte[] |
LocalDBBinary.readUntil(Base base,
byte[] matchBytes) |
void |
LocalDB.save(Base obj) |
static void |
LocalDBBinary.save(Base base,
byte[] bytes) |
static void |
LocalDBBinary.saveChunk(Base base,
byte[] bytes,
int index,
int len) |
static int |
LocalDBBinary.size(Base base) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringUtil.toInClause(Base... bases) |
static String[] |
StringUtil.toUuids(Base[] objs) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringUtil.toInClauseForMetadata(Collection<Base> col) |
Copyright © 2018. All rights reserved.