
alluxio.grpc.table.GetTableColumnStatisticsPResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/table/table_master.proto
package alluxio.grpc.table;
public interface GetTableColumnStatisticsPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.table.GetTableColumnStatisticsPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
*/
java.util.List
getStatisticsList();
/**
* repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
*/
alluxio.grpc.table.ColumnStatisticsInfo getStatistics(int index);
/**
* repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
*/
int getStatisticsCount();
/**
* repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
*/
java.util.List extends alluxio.grpc.table.ColumnStatisticsInfoOrBuilder>
getStatisticsOrBuilderList();
/**
* repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
*/
alluxio.grpc.table.ColumnStatisticsInfoOrBuilder getStatisticsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy