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