Class Partition (6.23.4)

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
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides