public class MetadataIndexEngine extends Object implements MetaIndexEngine
FULL_TEXT_FIELD| Constructor and Description |
|---|
MetadataIndexEngine(IndexProvider provider,
MetaModelStore metaModelStore) |
| 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) |
void |
dispose() |
protected boolean |
exists(KObjectKey from) |
boolean |
freshIndex(KCluster cluster) |
void |
index(KObject... objects) |
void |
index(KObject kObject) |
int |
priority() |
void |
rename(KObjectKey from,
KObject to) |
void |
startBatch(KCluster cluster) |
public MetadataIndexEngine(IndexProvider provider, MetaModelStore metaModelStore)
public boolean freshIndex(KCluster cluster)
freshIndex in interface MetaIndexEnginepublic void startBatch(KCluster cluster)
startBatch in interface MetaIndexEnginepublic void index(KObject kObject)
index in interface MetaIndexEnginepublic void index(KObject... objects)
index in interface MetaIndexEnginepublic void rename(KObjectKey from, KObject to)
rename in interface MetaIndexEngineprotected boolean exists(KObjectKey from)
public void delete(KCluster cluster)
delete in interface MetaIndexEnginepublic void delete(KObjectKey objectKey)
delete in interface MetaIndexEnginepublic void delete(KObjectKey... objectsKey)
delete in interface MetaIndexEnginepublic void commit(KCluster cluster)
commit in interface MetaIndexEnginepublic void beforeDispose(Runnable callback)
beforeDispose in interface MetaIndexEnginepublic int priority()
priority in interface org.uberfire.commons.lifecycle.PriorityDisposablepublic void dispose()
dispose in interface org.uberfire.commons.lifecycle.DisposableCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.