| Package | Description |
|---|---|
| io.polyglotted.esmodel.api |
| Modifier and Type | Field and Description |
|---|---|
IndexKey |
Sleeve.key |
IndexKey |
SimpleDoc.key |
| Modifier and Type | Method and Description |
|---|---|
IndexKey |
IndexKey.delete() |
IndexKey |
Sleeve.key() |
IndexKey |
SimpleDoc.key() |
static IndexKey |
IndexKey.keyWith(String type,
String id) |
static IndexKey |
IndexKey.keyWith(String index,
String type,
String id) |
static IndexKey |
IndexKey.keyWithParent(String index,
String type,
String parent) |
static IndexKey |
IndexKey.keyWithParent(String index,
String type,
String id,
String parent) |
IndexKey |
IndexKey.version(long version) |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexKey.compareTo(IndexKey other) |
static <T> Sleeve<T> |
Sleeve.create(IndexKey key,
T source) |
static <T> Sleeve<T> |
Sleeve.deleteSleeve(IndexKey key) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Sleeve<T>> |
Sleeve.deleteSleeves(List<IndexKey> keys) |
static <T> Sleeve<T> |
Sleeve.newSleeve(T object,
com.google.common.base.Function<T,IndexKey> keyFunction) |
static <T> Sleeve<T> |
Sleeve.newSleeveNotStored(T object,
com.google.common.base.Function<T,IndexKey> keyFunction) |
Copyright © 2012–2015 Polyglotted IO. All rights reserved.