public abstract class Partition extends Object implements Serializable
| Constructor and Description |
|---|
Partition() |
| Modifier and Type | Method and Description |
|---|---|
static Partition |
of(long partition)
Create a partition from its long value.
|
abstract long |
value()
The long value of this partition.
|
public static Partition of(long partition) throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic abstract long value()
Copyright © 2022 Google LLC. All rights reserved.