Uses of Interface
org.apache.activemq.store.kahadb.disk.index.BTreeIndex.Prefixer
-
Packages that use BTreeIndex.Prefixer Package Description org.apache.activemq.store.kahadb.disk.index -
-
Uses of BTreeIndex.Prefixer in org.apache.activemq.store.kahadb.disk.index
Classes in org.apache.activemq.store.kahadb.disk.index that implement BTreeIndex.Prefixer Modifier and Type Class Description static class
BTreeIndex.StringPrefixer
StringPrefixer is a Prefixer implementation that works on strings.Methods in org.apache.activemq.store.kahadb.disk.index that return BTreeIndex.Prefixer Modifier and Type Method Description BTreeIndex.Prefixer<Key>
BTreeIndex. getPrefixer()
Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type BTreeIndex.Prefixer Modifier and Type Method Description void
BTreeIndex. setPrefixer(BTreeIndex.Prefixer<Key> prefixer)
-