Package org.uberfire.ext.metadata.engine
Interface IndexManager
-
- All Superinterfaces:
org.uberfire.commons.lifecycle.Disposable
public interface IndexManager extends org.uberfire.commons.lifecycle.Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(KCluster cluster)voiddelete(KCluster cluster)Indexget(KCluster cluster)List<String>getIndices()IndexindexOf(KObjectKey object)KClusterkcluster(KObjectKey object)
-
-
-
Method Detail
-
contains
boolean contains(KCluster cluster)
-
indexOf
Index indexOf(KObjectKey object)
-
kcluster
KCluster kcluster(KObjectKey object)
-
delete
void delete(KCluster cluster)
-
-