Class PartitionState.PartitionStateBuilder
java.lang.Object
io.debezium.connector.spanner.kafka.internal.model.PartitionState.PartitionStateBuilder
- Enclosing class:
- PartitionState
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate com.google.cloud.Timestampprivate com.google.cloud.Timestampprivate Stringprivate com.google.cloud.Timestampprivate PartitionStateEnumprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassigneeTaskUid(String assigneeTaskUid) build()endTimestamp(com.google.cloud.Timestamp endTimestamp) finishedTimestamp(com.google.cloud.Timestamp finishedTime) originParent(String originParent) startTimestamp(com.google.cloud.Timestamp startTimestamp) state(PartitionStateEnum state)
-
Field Details
-
token
-
startTimestamp
private com.google.cloud.Timestamp startTimestamp -
endTimestamp
private com.google.cloud.Timestamp endTimestamp -
state
-
parents
-
assigneeTaskUid
-
finishedTimestamp
private com.google.cloud.Timestamp finishedTimestamp -
originParent
-
-
Constructor Details
-
PartitionStateBuilder
PartitionStateBuilder()
-
-
Method Details
-
token
-
startTimestamp
public PartitionState.PartitionStateBuilder startTimestamp(com.google.cloud.Timestamp startTimestamp) -
endTimestamp
-
state
-
parents
-
assigneeTaskUid
-
finishedTimestamp
public PartitionState.PartitionStateBuilder finishedTimestamp(com.google.cloud.Timestamp finishedTime) -
originParent
-
build
-