Uses of Enum Class
org.infinispan.configuration.cache.IsolationLevel
Packages that use IsolationLevel
Package
Description
Cache
configurationThread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of IsolationLevel in org.infinispan.configuration.cache
Subclasses with type arguments of type IsolationLevel in org.infinispan.configuration.cacheModifier and TypeClassDescriptionenum
Various transaction isolation levels as an enumerated class.Fields in org.infinispan.configuration.cache with type parameters of type IsolationLevelModifier and TypeFieldDescriptionstatic final AttributeDefinition
<IsolationLevel> LockingConfiguration.ISOLATION_LEVEL
Methods in org.infinispan.configuration.cache that return IsolationLevelModifier and TypeMethodDescriptionLockingConfiguration.lockIsolationLevel()
Cache isolation level.static IsolationLevel
Returns the enum constant of this class with the specified name.static IsolationLevel[]
IsolationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type IsolationLevelModifier and TypeMethodDescriptionLockingConfigurationBuilder.isolationLevel
(IsolationLevel isolationLevel) Cache isolation level. -
Uses of IsolationLevel in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent that return IsolationLevelModifier and TypeMethodDescriptionIsolationLevel.to()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.util.concurrent with parameters of type IsolationLevelModifier and TypeMethodDescriptionstatic IsolationLevel
IsolationLevel.from
(IsolationLevel level) Deprecated, for removal: This API element is subject to removal in a future version.