Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
MoveOutEvent |
MoveOutEvent.clone() |
MoveOutEvent |
MoveOutEvent.set(String fieldName,
Object value) |
MoveOutEvent |
MoveOutEvent.setDestinationPartitionToken(String destinationPartitionToken)
An unique partition identifier describing the destination change stream partition that will
record changes for the key range that is moving out of this partition.
|
Modifier and Type | Method and Description |
---|---|
List<MoveOutEvent> |
PartitionEventRecord.getMoveOutEvents()
Set when one or more key ranges are moved out of the change stream partition identified by
partition_token.
|
Modifier and Type | Method and Description |
---|---|
PartitionEventRecord |
PartitionEventRecord.setMoveOutEvents(List<MoveOutEvent> moveOutEvents)
Set when one or more key ranges are moved out of the change stream partition identified by
partition_token.
|
Copyright © 2011–2025 Google. All rights reserved.