Class Partition

public class Partition 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.

Inheritance

Object > Partition

Implements

Serializable

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides