Uses of Class
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntryType
-
Packages that use CheckpointEntryType Package Description org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of CheckpointEntryType in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return CheckpointEntryType Modifier and Type Method Description static CheckpointEntryTypeCheckpointEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointEntryType[]CheckpointEntryType. 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 with parameters of type CheckpointEntryType Modifier and Type Method Description static StringCheckpointMarkersStorage. checkpointFileName(CheckpointEntry cp, CheckpointEntryType type)CheckpointEntryCheckpointMarkersStorage. writeCheckpointEntry(long cpTs, UUID cpId, WALPointer ptr, @Nullable CheckpointRecord rec, CheckpointEntryType type, boolean skipSync)Writes checkpoint entry bufferentryBufto specified checkpoint file with 2-phase protocol.
-