public interface GenerateDbPartitionsForReadActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDesiredBytesPerPartition()
public abstract long getDesiredBytesPerPartition()Desired size of data in each partition. Spanner doesn't guarantee to respect this value.
optional int64 desired_bytes_per_partition = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The desiredBytesPerPartition. |
getMaxPartitionCount()
public abstract long getMaxPartitionCount()If set, the desired max number of partitions. Spanner doesn't guarantee to respect this value.
optional int64 max_partition_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The maxPartitionCount. |
getRead()
public abstract ReadAction getRead()Read to generate partitions for.
.google.spanner.executor.v1.ReadAction read = 1;
| Returns | |
|---|---|
| Type | Description |
ReadAction |
The read. |
getReadOrBuilder()
public abstract ReadActionOrBuilder getReadOrBuilder()Read to generate partitions for.
.google.spanner.executor.v1.ReadAction read = 1;
| Returns | |
|---|---|
| Type | Description |
ReadActionOrBuilder |
|
getTable(int index)
public abstract TableMetadata getTable(int index)Metadata related to the tables involved in the read.
repeated .google.spanner.executor.v1.TableMetadata table = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableMetadata |
|
getTableCount()
public abstract int getTableCount()Metadata related to the tables involved in the read.
repeated .google.spanner.executor.v1.TableMetadata table = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTableList()
public abstract List<TableMetadata> getTableList()Metadata related to the tables involved in the read.
repeated .google.spanner.executor.v1.TableMetadata table = 2;
| Returns | |
|---|---|
| Type | Description |
List<TableMetadata> |
|
getTableOrBuilder(int index)
public abstract TableMetadataOrBuilder getTableOrBuilder(int index)Metadata related to the tables involved in the read.
repeated .google.spanner.executor.v1.TableMetadata table = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableMetadataOrBuilder |
|
getTableOrBuilderList()
public abstract List<? extends TableMetadataOrBuilder> getTableOrBuilderList()Metadata related to the tables involved in the read.
repeated .google.spanner.executor.v1.TableMetadata table = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.spanner.executor.v1.TableMetadataOrBuilder> |
|
hasDesiredBytesPerPartition()
public abstract boolean hasDesiredBytesPerPartition()Desired size of data in each partition. Spanner doesn't guarantee to respect this value.
optional int64 desired_bytes_per_partition = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the desiredBytesPerPartition field is set. |
hasMaxPartitionCount()
public abstract boolean hasMaxPartitionCount()If set, the desired max number of partitions. Spanner doesn't guarantee to respect this value.
optional int64 max_partition_count = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maxPartitionCount field is set. |
hasRead()
public abstract boolean hasRead()Read to generate partitions for.
.google.spanner.executor.v1.ReadAction read = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the read field is set. |