Package com.google.cloud.pubsublite
Class Partition
- java.lang.Object
-
- com.google.cloud.pubsublite.Partition
-
- All Implemented Interfaces:
Serializable
public abstract class Partition extends Object implements Serializable
A partition of a topic.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Partition()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Partition
of(long partition)
Create a partition from its long value.abstract long
value()
The long value of this partition.
-
-
-
Method Detail
-
of
public static Partition of(long partition) throws com.google.api.gax.rpc.ApiException
Create a partition from its long value.- Throws:
com.google.api.gax.rpc.ApiException
-
value
public abstract long value()
The long value of this partition.
-
-