Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ColumnStatisticsList> |
ColumnStatisticsList.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsList |
ColumnStatisticsList.Builder.build() |
ColumnStatisticsList |
ColumnStatisticsList.Builder.buildPartial() |
static ColumnStatisticsList |
ColumnStatisticsList.getDefaultInstance() |
ColumnStatisticsList |
ColumnStatisticsList.getDefaultInstanceForType() |
ColumnStatisticsList |
ColumnStatisticsList.Builder.getDefaultInstanceForType() |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponseOrBuilder.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.Builder.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponseOrBuilder.getPartitionStatisticsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.getPartitionStatisticsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.Builder.getPartitionStatisticsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
static ColumnStatisticsList |
ColumnStatisticsList.parseDelimitedFrom(InputStream input) |
static ColumnStatisticsList |
ColumnStatisticsList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(byte[] data) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(ByteBuffer data) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(com.google.protobuf.ByteString data) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(InputStream input) |
static ColumnStatisticsList |
ColumnStatisticsList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponse.Builder.getMutablePartitionStatistics()
Deprecated.
|
com.google.protobuf.Parser<ColumnStatisticsList> |
ColumnStatisticsList.getParserForType() |
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponseOrBuilder.getPartitionStatistics()
Deprecated.
|
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponse.getPartitionStatistics()
Deprecated.
|
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponse.Builder.getPartitionStatistics()
Deprecated.
|
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponseOrBuilder.getPartitionStatisticsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponse.getPartitionStatisticsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
Map<String,ColumnStatisticsList> |
GetPartitionColumnStatisticsPResponse.Builder.getPartitionStatisticsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
static com.google.protobuf.Parser<ColumnStatisticsList> |
ColumnStatisticsList.parser() |
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponseOrBuilder.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList |
GetPartitionColumnStatisticsPResponse.Builder.getPartitionStatisticsOrDefault(String key,
ColumnStatisticsList defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
ColumnStatisticsList.Builder |
ColumnStatisticsList.Builder.mergeFrom(ColumnStatisticsList other) |
static ColumnStatisticsList.Builder |
ColumnStatisticsList.newBuilder(ColumnStatisticsList prototype) |
GetPartitionColumnStatisticsPResponse.Builder |
GetPartitionColumnStatisticsPResponse.Builder.putPartitionStatistics(String key,
ColumnStatisticsList value)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
Modifier and Type | Method and Description |
---|---|
GetPartitionColumnStatisticsPResponse.Builder |
GetPartitionColumnStatisticsPResponse.Builder.putAllPartitionStatistics(Map<String,ColumnStatisticsList> values)
map<string, .alluxio.grpc.table.ColumnStatisticsList> partition_statistics = 1; |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsList> |
AlluxioCatalog.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNames,
List<String> colNames)
Returns the statistics for the specified table.
|
Map<String,ColumnStatisticsList> |
DefaultTableMaster.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNamesList,
List<String> colNamesList) |
Map<String,ColumnStatisticsList> |
TableMaster.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNamesList,
List<String> colNamesList)
Get statistics on the partitions.
|
Copyright © 2023. All Rights Reserved.