Package io.camunda.client.protocol.rest
Class PartitionCheckpointState
java.lang.Object
io.camunda.client.protocol.rest.PartitionCheckpointState
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class PartitionCheckpointState
extends Object
Detailed information about the checkpoint state for a given partition.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckpointId(Long checkpointId) checkpointPosition(Long checkpointPosition) checkpointTimestamp(String checkpointTimestamp) checkpointType(CheckpointType checkpointType) booleanThe id of the checkpoint.The log position of the checkpoint.The timestamp at which the checkpoint was created.The type of the checkpoint.The id of the partition.inthashCode()partitionId(Integer partitionId) voidsetCheckpointId(Long checkpointId) voidsetCheckpointPosition(Long checkpointPosition) voidsetCheckpointTimestamp(String checkpointTimestamp) voidsetCheckpointType(CheckpointType checkpointType) voidsetPartitionId(Integer partitionId) toString()
-
Field Details
-
JSON_PROPERTY_CHECKPOINT_ID
- See Also:
-
JSON_PROPERTY_CHECKPOINT_TYPE
- See Also:
-
JSON_PROPERTY_PARTITION_ID
- See Also:
-
JSON_PROPERTY_CHECKPOINT_POSITION
- See Also:
-
JSON_PROPERTY_CHECKPOINT_TIMESTAMP
- See Also:
-
-
Constructor Details
-
PartitionCheckpointState
public PartitionCheckpointState()
-
-
Method Details
-
checkpointId
-
getCheckpointId
The id of the checkpoint. minimum: 0- Returns:
- checkpointId
-
setCheckpointId
-
checkpointType
-
getCheckpointType
The type of the checkpoint.- Returns:
- checkpointType
-
setCheckpointType
-
partitionId
-
getPartitionId
The id of the partition. minimum: 1- Returns:
- partitionId
-
setPartitionId
-
checkpointPosition
-
getCheckpointPosition
The log position of the checkpoint.- Returns:
- checkpointPosition
-
setCheckpointPosition
-
checkpointTimestamp
-
getCheckpointTimestamp
The timestamp at which the checkpoint was created.- Returns:
- checkpointTimestamp
-
setCheckpointTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-