public interface Esi4JStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Esi4JStore.StoreOperation<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
execute(Esi4JStore.StoreOperation<T> operation)
the esi4j index currently using this store (must not change)
|
Esi4JClient |
getClient() |
String |
getIndexName()
elasticsearch index name (must not change)
|
void |
setIndex(Esi4JIndex index) |
<T> T execute(Esi4JStore.StoreOperation<T> operation)
void setIndex(Esi4JIndex index)
index - IllegalStateException - if store was already assigned to an index@Nonnull Esi4JClient getClient()
Esi4JClient used by this store (must not change)void close()
Copyright © 2015 Molindo GmbH. All Rights Reserved.