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 IndexEntry
IndexPage.createIndexEntry()
protected IndexEntry
QueueIndexPage.createIndexEntry()
protected IndexEntry
RootIndexPage.createIndexEntry()
Index.find
(Comparable key) Methods in com.swiftmq.impl.store.standard.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected void
Index.add
(IndexEntry entry) protected void
RootIndex.add
(IndexEntry entry) void
IndexPage.addEntry
(IndexEntry indexEntry) void
Index.replace
(Comparable key, IndexEntry newEntry) void
IndexPage.replace
(IndexEntry newEntry)