org.apache.hadoop.hbase.rest.protobuf.generated
Interface ColumnSchemaMessage.ColumnSchemaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ColumnSchemaMessage.ColumnSchema, ColumnSchemaMessage.ColumnSchema.Builder
Enclosing class:
ColumnSchemaMessage

public static interface ColumnSchemaMessage.ColumnSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder


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

hasName

boolean hasName()
optional string name = 1;


getName

String getName()
optional string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
optional string name = 1;


getAttrsList

List<ColumnSchemaMessage.ColumnSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;


getAttrs

ColumnSchemaMessage.ColumnSchema.Attribute getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;


getAttrsCount

int getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;


getAttrsOrBuilderList

List<? extends ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder> getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;


getAttrsOrBuilder

ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;


hasTtl

boolean hasTtl()
optional int32 ttl = 3;
 optional helpful encodings of commonly used attributes
 


getTtl

int getTtl()
optional int32 ttl = 3;
 optional helpful encodings of commonly used attributes
 


hasMaxVersions

boolean hasMaxVersions()
optional int32 maxVersions = 4;


getMaxVersions

int getMaxVersions()
optional int32 maxVersions = 4;


hasCompression

boolean hasCompression()
optional string compression = 5;


getCompression

String getCompression()
optional string compression = 5;


getCompressionBytes

com.google.protobuf.ByteString getCompressionBytes()
optional string compression = 5;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.