Class Partition (6.89.0)

publicclassPartitionimplementsSerializable

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.

Inheritance

Object > Partition

Implements

Serializable

Methods

equals(Object o)

publicbooleanequals(Objecto)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getPartitionToken()

publicByteStringgetPartitionToken()
Returns
TypeDescription
ByteString

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

toString()

publicStringtoString()
Returns
TypeDescription
String
Overrides