Uses of Enum Class
org.infinispan.persistence.manager.PersistenceManager.AccessMode
Packages that use PersistenceManager.AccessMode
Package
Description
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.-
Uses of PersistenceManager.AccessMode in org.infinispan.persistence.manager
Subclasses with type arguments of type PersistenceManager.AccessMode in org.infinispan.persistence.managerMethods in org.infinispan.persistence.manager that return PersistenceManager.AccessModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PersistenceManager.AccessMode[]PersistenceManager.AccessMode.values()Returns an array containing the constants of this enum class, in the order they are declared.