Class PersistentStoreImpl

java.lang.Object
com.swiftmq.impl.store.standard.PersistentStoreImpl

public class PersistentStoreImpl extends Object
  • Method Details

    • getQueueIndex

      public QueueIndex getQueueIndex()
    • getStoreEntries

      public List<StoreEntry> getStoreEntries() throws StoreException
      Throws:
      StoreException
    • get

      public StoreEntry get(Object key) throws StoreException
      Throws:
      StoreException
    • createReadTransaction

      public StoreReadTransaction createReadTransaction(boolean markRedelivered) throws StoreException
      Throws:
      StoreException
    • createWriteTransaction

      public StoreWriteTransaction createWriteTransaction() throws StoreException
      Throws:
      StoreException
    • delete

      public void delete() throws StoreException
      Throws:
      StoreException
    • close

      public void close() throws StoreException
      Throws:
      StoreException
    • toString

      public String toString()
      Overrides:
      toString in class Object