Class PartitionId

java.lang.Object
com.google.cloud.spanner.connection.PartitionId
All Implemented Interfaces:
Serializable

public class PartitionId extends Object implements Serializable
Contains a reference to a BatchTransactionId and a Partition. The combination of these two are needed to execute a partition of a partitioned query on a Connection. A PartitionId can safely be given to a different connection and/or host to be executed there.
See Also: