Package org.uberfire.ext.metadata.engine
Interface Index
-
- All Superinterfaces:
org.uberfire.commons.lifecycle.Disposable
public interface Index extends org.uberfire.commons.lifecycle.Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommit()voiddelete()booleanfreshIndex()KClustergetCluster()
-
-
-
Method Detail
-
getCluster
KCluster getCluster()
-
freshIndex
boolean freshIndex()
-
commit
void commit()
-
delete
void delete()
-
-