Uses of Class
net.sf.eBus.util.IndexCache.Index
-
Packages that use IndexCache.Index Package Description net.sf.eBus.util Contains supporting utility Java classes fornet.sf.eBus. -
-
Uses of IndexCache.Index in net.sf.eBus.util
Methods in net.sf.eBus.util that return IndexCache.Index Modifier and Type Method Description IndexCache.IndexIndexCache. addIndex(String indexName, long initialIndex, long finalIndex, long increment, boolean resetFlag)Returns the new index added to the cache.IndexCache.IndexIndexCache. getIndex(String indexName)Returns the named index instance.
-