Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
MoveInEvent |
MoveInEvent.clone() |
MoveInEvent |
MoveInEvent.set(String fieldName,
Object value) |
MoveInEvent |
MoveInEvent.setSourcePartitionToken(String sourcePartitionToken)
An unique partition identifier describing the source change stream partition that recorded
changes for the key range that is moving into this partition.
|
Modifier and Type | Method and Description |
---|---|
List<MoveInEvent> |
PartitionEventRecord.getMoveInEvents()
Set when one or more key ranges are moved into the change stream partition identified by
partition_token.
|
Modifier and Type | Method and Description |
---|---|
PartitionEventRecord |
PartitionEventRecord.setMoveInEvents(List<MoveInEvent> moveInEvents)
Set when one or more key ranges are moved into the change stream partition identified by
partition_token.
|
Copyright © 2011–2025 Google. All rights reserved.