|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ColumnSchemaMessage.ColumnSchemaOrBuilder
Method Summary | |
---|---|
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; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |