public interface MetaIndexEngine
extends org.uberfire.commons.lifecycle.PriorityDisposable
| Modifier and Type | Field and Description |
|---|---|
static String |
FULL_TEXT_FIELD |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeDispose(Runnable callback) |
void |
commit(KCluster cluster) |
void |
delete(KCluster cluster) |
void |
delete(KObjectKey... objectsKey) |
void |
delete(KObjectKey objectKey) |
boolean |
freshIndex(KCluster cluster) |
void |
index(KObject... objects) |
void |
index(KObject object) |
void |
rename(KObjectKey from,
KObject to) |
void |
startBatch(KCluster cluster) |
static final String FULL_TEXT_FIELD
boolean freshIndex(KCluster cluster)
void startBatch(KCluster cluster)
void index(KObject object)
void index(KObject... objects)
void rename(KObjectKey from, KObject to)
void delete(KCluster cluster)
void delete(KObjectKey objectKey)
void delete(KObjectKey... objectsKey)
void commit(KCluster cluster)
void beforeDispose(Runnable callback)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.