Uses of Class
com.swiftmq.impl.store.standard.index.IndexEntry
Packages that use IndexEntry
-
Uses of IndexEntry in com.swiftmq.impl.store.standard.index
Subclasses of IndexEntry in com.swiftmq.impl.store.standard.indexMethods in com.swiftmq.impl.store.standard.index that return IndexEntryModifier and TypeMethodDescriptionprotected abstract IndexEntryIndexPage.createIndexEntry()protected IndexEntryQueueIndexPage.createIndexEntry()protected IndexEntryRootIndexPage.createIndexEntry()Index.find(Comparable key) Methods in com.swiftmq.impl.store.standard.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected voidIndex.add(IndexEntry entry) protected voidRootIndex.add(IndexEntry entry) voidIndexPage.addEntry(IndexEntry indexEntry) voidIndex.replace(Comparable key, IndexEntry newEntry) voidIndexPage.replace(IndexEntry newEntry)