Uses of Enum Class
com.loomcache.server.persistence.DurabilityGuarantee
Packages that use DurabilityGuarantee
-
Uses of DurabilityGuarantee in com.loomcache.server.persistence
Subclasses with type arguments of type DurabilityGuarantee in com.loomcache.server.persistenceModifier and TypeClassDescriptionenumDefines the durability guarantee level for WAL operations.Methods in com.loomcache.server.persistence that return DurabilityGuaranteeModifier and TypeMethodDescriptionstatic DurabilityGuaranteeReturns the enum constant of this class with the specified name.static DurabilityGuarantee[]DurabilityGuarantee.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.persistence with parameters of type DurabilityGuaranteeModifier and TypeMethodDescriptionvoidWalWriter.setDurabilityLevel(DurabilityGuarantee level) Set the durability guarantee level for WAL operations.