public static final class ColumnSchemaMessage.ColumnSchema extends com.google.protobuf.GeneratedMessage implements ColumnSchemaMessage.ColumnSchemaOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnSchemaMessage.ColumnSchema.Attribute
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute |
static interface |
ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder |
static class |
ColumnSchemaMessage.ColumnSchema.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema |
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRS_FIELD_NUMBER |
static int |
COMPRESSION_FIELD_NUMBER |
static int |
MAXVERSIONS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static <any> |
PARSER |
static int |
TTL_FIELD_NUMBER |
| 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; |
java.util.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; |
java.util.List<? extends ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder> |
getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
java.lang.String |
getCompression()
optional string compression = 5; |
com.google.protobuf.ByteString |
getCompressionBytes()
optional string compression = 5; |
static ColumnSchemaMessage.ColumnSchema |
getDefaultInstance() |
ColumnSchemaMessage.ColumnSchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMaxVersions()
optional int32 maxVersions = 4; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
int |
getTtl()
optional int32 ttl = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCompression()
optional string compression = 5; |
boolean |
hasMaxVersions()
optional int32 maxVersions = 4; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasTtl()
optional int32 ttl = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ColumnSchemaMessage.ColumnSchema.Builder |
newBuilder() |
static ColumnSchemaMessage.ColumnSchema.Builder |
newBuilder(ColumnSchemaMessage.ColumnSchema prototype) |
ColumnSchemaMessage.ColumnSchema.Builder |
newBuilderForType() |
protected ColumnSchemaMessage.ColumnSchema.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ColumnSchemaMessage.ColumnSchema |
parseDelimitedFrom(java.io.InputStream input) |
static ColumnSchemaMessage.ColumnSchema |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(com.google.protobuf.ByteString data) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchemaMessage.ColumnSchema |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ColumnSchemaMessage.ColumnSchema.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int NAME_FIELD_NUMBER
public static final int ATTRS_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int MAXVERSIONS_FIELD_NUMBER
public static final int COMPRESSION_FIELD_NUMBER
public static ColumnSchemaMessage.ColumnSchema getDefaultInstance()
public ColumnSchemaMessage.ColumnSchema getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasName()
optional string name = 1;hasName in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic java.lang.String getName()
optional string name = 1;getName in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic java.util.List<ColumnSchemaMessage.ColumnSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsList in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic java.util.List<? extends ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder> getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsOrBuilderList in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic int getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsCount in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic ColumnSchemaMessage.ColumnSchema.Attribute getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrs in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsOrBuilder in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic boolean hasTtl()
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
hasTtl in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic int getTtl()
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
getTtl in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic boolean hasMaxVersions()
optional int32 maxVersions = 4;hasMaxVersions in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic int getMaxVersions()
optional int32 maxVersions = 4;getMaxVersions in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic boolean hasCompression()
optional string compression = 5;hasCompression in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic java.lang.String getCompression()
optional string compression = 5;getCompression in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic com.google.protobuf.ByteString getCompressionBytes()
optional string compression = 5;getCompressionBytes in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ColumnSchemaMessage.ColumnSchema parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ColumnSchemaMessage.ColumnSchema parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ColumnSchemaMessage.ColumnSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Builder newBuilder()
public ColumnSchemaMessage.ColumnSchema.Builder newBuilderForType()
public static ColumnSchemaMessage.ColumnSchema.Builder newBuilder(ColumnSchemaMessage.ColumnSchema prototype)
public ColumnSchemaMessage.ColumnSchema.Builder toBuilder()
protected ColumnSchemaMessage.ColumnSchema.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)