Uses of Class
org.apache.ignite.internal.processors.cache.persistence.CheckpointState
-
Packages that use CheckpointState Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of CheckpointState in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return CheckpointState Modifier and Type Method Description static CheckpointStateCheckpointState. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointState[]CheckpointState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckpointState in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint with parameters of type CheckpointState Modifier and Type Method Description GridFutureAdapterCheckpointProgress. futureFor(CheckpointState state)GridFutureAdapterCheckpointProgressImpl. futureFor(CheckpointState state)booleanCheckpointProgressImpl. greaterOrEqualTo(CheckpointState expectedState)voidCheckpointProgress. onStateChanged(CheckpointState state, Runnable clo)Invokes a callback closure then a checkpoint reaches specific state.voidCheckpointProgressImpl. onStateChanged(CheckpointState state, Runnable clo)Invokes a callback closure then a checkpoint reaches specific state.voidCheckpointProgress. transitTo(@NotNull CheckpointState newState)Changing checkpoint state if order of state is correct.voidCheckpointProgressImpl. transitTo(@NotNull CheckpointState newState)Changing checkpoint state if order of state is correct.
-