Uses of Class
io.camunda.client.protocol.rest.PartitionCheckpointState
Packages that use PartitionCheckpointState
-
Uses of PartitionCheckpointState in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return PartitionCheckpointStateModifier and TypeMethodDescriptionPartitionCheckpointState.checkpointId(Long checkpointId) PartitionCheckpointState.checkpointPosition(Long checkpointPosition) PartitionCheckpointState.checkpointTimestamp(String checkpointTimestamp) PartitionCheckpointState.checkpointType(CheckpointType checkpointType) PartitionCheckpointState.partitionId(Integer partitionId) Methods in io.camunda.client.protocol.rest that return types with arguments of type PartitionCheckpointStateModifier and TypeMethodDescriptionRuntimeBackupState.getCheckpointStates()List of partition checkpoint states.Methods in io.camunda.client.protocol.rest with parameters of type PartitionCheckpointStateModifier and TypeMethodDescriptionRuntimeBackupState.addCheckpointStatesItem(PartitionCheckpointState checkpointStatesItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type PartitionCheckpointStateModifier and TypeMethodDescriptionRuntimeBackupState.checkpointStates(List<PartitionCheckpointState> checkpointStates) voidRuntimeBackupState.setCheckpointStates(List<PartitionCheckpointState> checkpointStates)