public static interface ColumnSchemaMessage.ColumnSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ColumnSchemaMessage.ColumnSchema.Attribute |
getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
int |
getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
List<ColumnSchemaMessage.ColumnSchema.Attribute> |
getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder |
getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
List<? extends ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder> |
getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
String |
getCompression()
optional string compression = 5; |
com.google.protobuf.ByteString |
getCompressionBytes()
optional string compression = 5; |
int |
getMaxVersions()
optional int32 maxVersions = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
int |
getTtl()
optional int32 ttl = 3; |
boolean |
hasCompression()
optional string compression = 5; |
boolean |
hasMaxVersions()
optional int32 maxVersions = 4; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasTtl()
optional int32 ttl = 3; |
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
List<ColumnSchemaMessage.ColumnSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
ColumnSchemaMessage.ColumnSchema.Attribute getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
int getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
List<? extends ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder> getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
boolean hasTtl()
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
int getTtl()
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
boolean hasMaxVersions()
optional int32 maxVersions = 4;
int getMaxVersions()
optional int32 maxVersions = 4;
boolean hasCompression()
optional string compression = 5;
String getCompression()
optional string compression = 5;
com.google.protobuf.ByteString getCompressionBytes()
optional string compression = 5;
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.