Package com.google.cloud.spanner
Class Partition
- java.lang.Object
-
- com.google.cloud.spanner.Partition
-
- All Implemented Interfaces:
Serializable
public class Partition extends Object implements Serializable
Defines the segments of data to be read in a batch read/query context. They can be serialized and processed across several different machines or processes.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
com.google.protobuf.ByteString
getPartitionToken()
int
hashCode()
String
toString()
-