Class QueueIndex
java.lang.Object
com.swiftmq.impl.store.standard.index.Index
com.swiftmq.impl.store.standard.index.QueueIndex
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(StoreEntry storeEntry) add
(StoreEntry storeEntry, boolean referencable) createIndexPage
(int pageNo) StoreEntry
get
(QueueIndexEntry indexEntry) void
incDeliveryCount
(QueueIndexEntry indexEntry) remove
(QueueIndexEntry indexEntry) void
setJournal
(List journal) toString()
void
Methods inherited from class com.swiftmq.impl.store.standard.index.Index
find, getEntries, getJournal, getMaxKey, getRootPageNo, remove, replace
-
Constructor Details
-
QueueIndex
-
-
Method Details
-
setJournal
- Overrides:
setJournal
in classIndex
-
createIndexPage
- Specified by:
createIndexPage
in classIndex
- Throws:
Exception
-
get
- Throws:
Exception
-
add
- Throws:
Exception
-
add
- Throws:
Exception
-
remove
- Throws:
Exception
-
incDeliveryCount
- Throws:
Exception
-
unloadPages
- Overrides:
unloadPages
in classIndex
- Throws:
Exception
-
toString
-