Package com.swiftmq.impl.store.standard
Class NonPersistentStoreImpl
java.lang.Object
com.swiftmq.impl.store.standard.NonPersistentStoreImpl
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
NonPersistentStoreImpl
(StoreContext ctx, String queueName, String path, long maxLength) -
Method Summary
-
Field Details
-
queueName
-
-
Constructor Details
-
NonPersistentStoreImpl
-
-
Method Details
-
deleteSwapFilesOnClose
protected boolean deleteSwapFilesOnClose() -
get
- Throws:
StoreException
-
updateDeliveryCount
- Throws:
StoreException
-
insert
public void insert(StoreEntry storeEntry) throws StoreException - Throws:
StoreException
-
delete
- Throws:
StoreException
-
close
public void close() throws StoreException- Throws:
StoreException
-
toString
-