Uses of Class
com.ocient.jdbc.proto.PlanProtocol.StatsTableInfo
-
Packages that use PlanProtocol.StatsTableInfo Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.StatsTableInfo in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.StatsTableInfo Modifier and Type Method Description PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo.Builder. build()PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo.Builder. buildPartial()static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. getDefaultInstance()PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo.Builder. getDefaultInstanceForType()PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. getDefaultInstanceForType()PlanProtocol.StatsTableInfoPlanProtocol.StatsRequestInfo.Builder. getStatsTablesInfo(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfoPlanProtocol.StatsRequestInfo. getStatsTablesInfo(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfoPlanProtocol.StatsRequestInfoOrBuilder. getStatsTablesInfo(int index)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseDelimitedFrom(InputStream input)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(byte[] data)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(com.google.protobuf.ByteString data)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(InputStream input)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(ByteBuffer data)static PlanProtocol.StatsTableInfoPlanProtocol.StatsTableInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.StatsTableInfo Modifier and Type Method Description com.google.protobuf.Parser<PlanProtocol.StatsTableInfo>PlanProtocol.StatsTableInfo. getParserForType()List<PlanProtocol.StatsTableInfo>PlanProtocol.StatsRequestInfo.Builder. getStatsTablesInfoList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;List<PlanProtocol.StatsTableInfo>PlanProtocol.StatsRequestInfo. getStatsTablesInfoList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;List<PlanProtocol.StatsTableInfo>PlanProtocol.StatsRequestInfoOrBuilder. getStatsTablesInfoList()repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;static com.google.protobuf.Parser<PlanProtocol.StatsTableInfo>PlanProtocol.StatsTableInfo. parser()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.StatsTableInfo Modifier and Type Method Description PlanProtocol.StatsRequestInfo.BuilderPlanProtocol.StatsRequestInfo.Builder. addStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsRequestInfo.BuilderPlanProtocol.StatsRequestInfo.Builder. addStatsTablesInfo(PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo.Builder. mergeFrom(PlanProtocol.StatsTableInfo other)static PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo. newBuilder(PlanProtocol.StatsTableInfo prototype)PlanProtocol.StatsRequestInfo.BuilderPlanProtocol.StatsRequestInfo.Builder. setStatsTablesInfo(int index, PlanProtocol.StatsTableInfo value)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;Method parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.StatsTableInfo Modifier and Type Method Description PlanProtocol.StatsRequestInfo.BuilderPlanProtocol.StatsRequestInfo.Builder. addAllStatsTablesInfo(Iterable<? extends PlanProtocol.StatsTableInfo> values)repeated .xg.db.sqlPlans.StatsTableInfo stats_tables_info = 1;
-