Uses of Enum Class
com.loomcache.server.persistence.WalReader.RecoveryMode
Packages that use WalReader.RecoveryMode
-
Uses of WalReader.RecoveryMode in com.loomcache.server.persistence
Subclasses with type arguments of type WalReader.RecoveryMode in com.loomcache.server.persistenceMethods in com.loomcache.server.persistence that return WalReader.RecoveryModeModifier and TypeMethodDescriptionstatic WalReader.RecoveryModeReturns the enum constant of this class with the specified name.static WalReader.RecoveryMode[]WalReader.RecoveryMode.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 WalReader.RecoveryModeModifier and TypeMethodDescriptionWalReader.readAll(Path walFile, @Nullable LoomMetrics metrics, WalReader.RecoveryMode recoveryMode) Read all entries with explicit recovery behavior for corrupt or torn WAL tails.