Uses of Class
com.swiftmq.impl.store.standard.index.IndexEntry
-
Uses of IndexEntry in com.swiftmq.impl.store.standard.index
Modifier and TypeMethodDescriptionprotected abstract IndexEntry
IndexPage.createIndexEntry()
protected IndexEntry
QueueIndexPage.createIndexEntry()
protected IndexEntry
RootIndexPage.createIndexEntry()
Index.find
(Comparable key) Modifier 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)