Uses of Class
org.apache.ignite.internal.processors.cache.persistence.checkpoint.ReservationReason
-
Packages that use ReservationReason Package Description org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of ReservationReason in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return ReservationReason Modifier and Type Method Description static ReservationReasonReservationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationReason[]ReservationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return types with arguments of type ReservationReason Modifier and Type Method Description Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>>CheckpointHistoryResult. earliestValidCheckpoints()Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.checkpoint with type arguments of type ReservationReason Constructor Description CheckpointHistoryResult(Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints, @Nullable CheckpointEntry reservedCheckpoint)Constructor.
-