Uses of Interface
org.uberfire.ext.metadata.model.KCluster
-
Packages that use KCluster Package Description org.uberfire.ext.metadata.engine org.uberfire.ext.metadata.provider -
-
Uses of KCluster in org.uberfire.ext.metadata.engine
Methods in org.uberfire.ext.metadata.engine that return KCluster Modifier and Type Method Description KClusterIndex. getCluster()KClusterIndexManager. kcluster(KObjectKey object)Methods in org.uberfire.ext.metadata.engine with parameters of type KCluster Modifier and Type Method Description voidMetaIndexEngine. abort(KCluster cluster)voidMetaIndexEngine. commit(KCluster cluster, String indexerId)booleanIndexManager. contains(KCluster cluster)voidIndexManager. delete(KCluster cluster)voidMetaIndexEngine. delete(KCluster cluster)booleanMetaIndexEngine. freshIndex(KCluster cluster)IndexIndexManager. get(KCluster cluster)booleanMetaIndexEngine. isIndexReady(KCluster cluster, String indexerId)voidBatchIndexListener. notifyIndexIngFinished(KCluster kCluster, org.uberfire.java.nio.file.Path path)Method that will be called to notify that the indexing has finished.voidBatchIndexListener. notifyIndexIngStarted(KCluster kCluster, org.uberfire.java.nio.file.Path path)Method that will be called to notify that the indexing has started.voidMetaIndexEngine. prepareBatch(KCluster cluster)voidMetaIndexEngine. startBatch(KCluster cluster) -
Uses of KCluster in org.uberfire.ext.metadata.provider
Methods in org.uberfire.ext.metadata.provider with parameters of type KCluster Modifier and Type Method Description booleanIndexProvider. isFreshIndex(KCluster cluster)
-