Package com.ocient.jdbc.proto
Interface PlanProtocol.StatsTableInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.StatsTableInfo,PlanProtocol.StatsTableInfo.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.StatsTableInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description PlanProtocol.StatsColInfogetColumns(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;intgetColumnsCount()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<PlanProtocol.StatsColInfo>getColumnsList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfoOrBuildergetColumnsOrBuilder(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<? extends PlanProtocol.StatsColInfoOrBuilder>getColumnsOrBuilderList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;StringgetStorageSpaceUuid()string storage_space_uuid = 2;com.google.protobuf.ByteStringgetStorageSpaceUuidBytes()string storage_space_uuid = 2;StringgetTableUuid()string table_uuid = 1;com.google.protobuf.ByteStringgetTableUuidBytes()string table_uuid = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTableUuid
String getTableUuid()string table_uuid = 1; -
getTableUuidBytes
com.google.protobuf.ByteString getTableUuidBytes()string table_uuid = 1; -
getStorageSpaceUuid
String getStorageSpaceUuid()string storage_space_uuid = 2; -
getStorageSpaceUuidBytes
com.google.protobuf.ByteString getStorageSpaceUuidBytes()string storage_space_uuid = 2; -
getColumnsList
List<PlanProtocol.StatsColInfo> getColumnsList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3; -
getColumns
repeated .xg.db.sqlPlans.StatsColInfo columns = 3; -
getColumnsCount
int getColumnsCount()repeated .xg.db.sqlPlans.StatsColInfo columns = 3; -
getColumnsOrBuilderList
List<? extends PlanProtocol.StatsColInfoOrBuilder> getColumnsOrBuilderList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3; -
getColumnsOrBuilder
repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
-