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 |
abort(KCluster cluster) |
void |
beforeDispose(Runnable callback) |
void |
commit(KCluster cluster,
String indexerId) |
void |
delete(KCluster cluster) |
void |
delete(KObjectKey objectKey) |
boolean |
freshIndex(KCluster cluster) |
void |
index(KObject object) |
boolean |
isIndexReady(KCluster cluster,
String indexerId) |
void |
prepareBatch(KCluster cluster) |
void |
rename(KObjectKey from,
KObject to) |
void |
startBatch(KCluster cluster) |
static final String FULL_TEXT_FIELD
boolean freshIndex(KCluster cluster)
void prepareBatch(KCluster cluster)
void startBatch(KCluster cluster)
void index(KObject object)
void rename(KObjectKey from, KObject to)
void delete(KCluster cluster)
void delete(KObjectKey objectKey)
void abort(KCluster cluster)
void beforeDispose(Runnable callback)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.