Class PersistenceStatus

java.lang.Object
org.infinispan.persistence.manager.PersistenceStatus

public class PersistenceStatus extends Object
Since:
13.0
  • Constructor Details

    • PersistenceStatus

      public PersistenceStatus(boolean isEnabled, boolean usingSegmentedStore, boolean usingAsyncStore, boolean usingSharedStore, boolean usingSharedAsyncStore, boolean usingReadOnly, boolean usingTransactionalStore)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • usingSegmentedStore

      public boolean usingSegmentedStore()
    • usingAsyncStore

      public boolean usingAsyncStore()
    • usingSharedStore

      public boolean usingSharedStore()
    • usingSharedAsyncStore

      public boolean usingSharedAsyncStore()
    • usingReadOnly

      public boolean usingReadOnly()
    • usingTransactionalStore

      public boolean usingTransactionalStore()