public static interface CatalogProtos.PartitionsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CatalogProtos.PartitionDescProto |
getPartition(int index)
repeated .PartitionDescProto partition = 2; |
int |
getPartitionCount()
repeated .PartitionDescProto partition = 2; |
List<CatalogProtos.PartitionDescProto> |
getPartitionList()
repeated .PartitionDescProto partition = 2; |
CatalogProtos.PartitionDescProtoOrBuilder |
getPartitionOrBuilder(int index)
repeated .PartitionDescProto partition = 2; |
List<? extends CatalogProtos.PartitionDescProtoOrBuilder> |
getPartitionOrBuilderList()
repeated .PartitionDescProto partition = 2; |
CatalogProtos.TableIdentifierProto |
getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.TableIdentifierProtoOrBuilder |
getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1; |
boolean |
hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
boolean hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
CatalogProtos.TableIdentifierProto getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
CatalogProtos.TableIdentifierProtoOrBuilder getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1;
List<CatalogProtos.PartitionDescProto> getPartitionList()
repeated .PartitionDescProto partition = 2;
CatalogProtos.PartitionDescProto getPartition(int index)
repeated .PartitionDescProto partition = 2;
int getPartitionCount()
repeated .PartitionDescProto partition = 2;
List<? extends CatalogProtos.PartitionDescProtoOrBuilder> getPartitionOrBuilderList()
repeated .PartitionDescProto partition = 2;
CatalogProtos.PartitionDescProtoOrBuilder getPartitionOrBuilder(int index)
repeated .PartitionDescProto partition = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.