Class PersistenceStatus
java.lang.Object
org.infinispan.persistence.manager.PersistenceStatus
- Since:
- 13.0
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceStatus(boolean isEnabled, boolean usingSegmentedStore, boolean usingAsyncStore, boolean usingSharedStore, boolean usingSharedAsyncStore, boolean usingReadOnly, boolean usingTransactionalStore) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
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() -
usingReadOnly
public boolean usingReadOnly() -
usingTransactionalStore
public boolean usingTransactionalStore()
-