public static interface TableSchemaMessage.TableSchemaOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TableSchemaMessage.TableSchema.Attribute |
getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
int |
getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<TableSchemaMessage.TableSchema.Attribute> |
getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.AttributeOrBuilder |
getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<? extends TableSchemaMessage.TableSchema.AttributeOrBuilder> |
getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema |
getColumns(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
int |
getColumnsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
List<ColumnSchemaMessage.ColumnSchema> |
getColumnsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
ColumnSchemaMessage.ColumnSchemaOrBuilder |
getColumnsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
List<? extends ColumnSchemaMessage.ColumnSchemaOrBuilder> |
getColumnsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
boolean |
getInMemory()
optional bool inMemory = 4; |
String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
boolean |
getReadOnly()
optional bool readOnly = 5; |
boolean |
hasInMemory()
optional bool inMemory = 4; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasReadOnly()
optional bool readOnly = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasName()
optional string name = 1;String getName()
optional string name = 1;ByteString getNameBytes()
optional string name = 1;List<TableSchemaMessage.TableSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;TableSchemaMessage.TableSchema.Attribute getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;int getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;List<? extends TableSchemaMessage.TableSchema.AttributeOrBuilder> getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;TableSchemaMessage.TableSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;List<ColumnSchemaMessage.ColumnSchema> getColumnsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;ColumnSchemaMessage.ColumnSchema getColumns(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;int getColumnsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;List<? extends ColumnSchemaMessage.ColumnSchemaOrBuilder> getColumnsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;ColumnSchemaMessage.ColumnSchemaOrBuilder getColumnsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;boolean hasInMemory()
optional bool inMemory = 4;
optional helpful encodings of commonly used attributes
boolean getInMemory()
optional bool inMemory = 4;
optional helpful encodings of commonly used attributes
boolean hasReadOnly()
optional bool readOnly = 5;boolean getReadOnly()
optional bool readOnly = 5;Copyright © 2014 The Apache Software Foundation. All Rights Reserved.