public static final class ColumnSchemaMessage.ColumnSchema.Builder extends <any> implements ColumnSchemaMessage.ColumnSchemaOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema| Modifier and Type | Method and Description |
|---|---|
ColumnSchemaMessage.ColumnSchema.Builder |
addAllAttrs(java.lang.Iterable<? extends ColumnSchemaMessage.ColumnSchema.Attribute> values)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
addAttrs(int index,
ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
addAttrs(int index,
ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Attribute.Builder |
addAttrsBuilder()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Attribute.Builder |
addAttrsBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema |
build() |
ColumnSchemaMessage.ColumnSchema |
buildPartial() |
ColumnSchemaMessage.ColumnSchema.Builder |
clear() |
ColumnSchemaMessage.ColumnSchema.Builder |
clearAttrs()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
clearCompression()
optional string compression = 5; |
ColumnSchemaMessage.ColumnSchema.Builder |
clearMaxVersions()
optional int32 maxVersions = 4; |
ColumnSchemaMessage.ColumnSchema.Builder |
clearName()
optional string name = 1; |
ColumnSchemaMessage.ColumnSchema.Builder |
clearTtl()
optional int32 ttl = 3; |
ColumnSchemaMessage.ColumnSchema.Builder |
clone() |
ColumnSchemaMessage.ColumnSchema.Attribute |
getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Attribute.Builder |
getAttrsBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
java.util.List<ColumnSchemaMessage.ColumnSchema.Attribute.Builder> |
getAttrsBuilderList()
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; |
ColumnSchemaMessage.ColumnSchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getMaxVersions()
optional int32 maxVersions = 4; |
java.lang.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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ColumnSchemaMessage.ColumnSchema.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ColumnSchemaMessage.ColumnSchema.Builder |
mergeFrom(com.google.protobuf.Message other) |
ColumnSchemaMessage.ColumnSchema.Builder |
removeAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
setAttrs(int index,
ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
setAttrs(int index,
ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema.Builder |
setCompression(java.lang.String value)
optional string compression = 5; |
ColumnSchemaMessage.ColumnSchema.Builder |
setCompressionBytes(com.google.protobuf.ByteString value)
optional string compression = 5; |
ColumnSchemaMessage.ColumnSchema.Builder |
setMaxVersions(int value)
optional int32 maxVersions = 4; |
ColumnSchemaMessage.ColumnSchema.Builder |
setName(java.lang.String value)
optional string name = 1; |
ColumnSchemaMessage.ColumnSchema.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
ColumnSchemaMessage.ColumnSchema.Builder |
setTtl(int value)
optional int32 ttl = 3; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ColumnSchemaMessage.ColumnSchema.Builder clear()
public ColumnSchemaMessage.ColumnSchema.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ColumnSchemaMessage.ColumnSchema getDefaultInstanceForType()
public ColumnSchemaMessage.ColumnSchema build()
public ColumnSchemaMessage.ColumnSchema buildPartial()
public ColumnSchemaMessage.ColumnSchema.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ColumnSchemaMessage.ColumnSchema.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic 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 ColumnSchemaMessage.ColumnSchema.Builder setName(java.lang.String value)
optional string name = 1;public ColumnSchemaMessage.ColumnSchema.Builder clearName()
optional string name = 1;public ColumnSchemaMessage.ColumnSchema.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public java.util.List<ColumnSchemaMessage.ColumnSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsList 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.Builder setAttrs(int index, ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder setAttrs(int index, ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder addAttrs(int index, ColumnSchemaMessage.ColumnSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder addAttrs(ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder addAttrs(int index, ColumnSchemaMessage.ColumnSchema.Attribute.Builder builderForValue)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder addAllAttrs(java.lang.Iterable<? extends ColumnSchemaMessage.ColumnSchema.Attribute> values)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder clearAttrs()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Builder removeAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Attribute.Builder getAttrsBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;getAttrsOrBuilder 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 ColumnSchemaMessage.ColumnSchema.Attribute.Builder addAttrsBuilder()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public ColumnSchemaMessage.ColumnSchema.Attribute.Builder addAttrsBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public java.util.List<ColumnSchemaMessage.ColumnSchema.Attribute.Builder> getAttrsBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;public 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 ColumnSchemaMessage.ColumnSchema.Builder setTtl(int value)
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
public ColumnSchemaMessage.ColumnSchema.Builder clearTtl()
optional int32 ttl = 3;
optional helpful encodings of commonly used attributes
public boolean hasMaxVersions()
optional int32 maxVersions = 4;hasMaxVersions in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic int getMaxVersions()
optional int32 maxVersions = 4;getMaxVersions in interface ColumnSchemaMessage.ColumnSchemaOrBuilderpublic ColumnSchemaMessage.ColumnSchema.Builder setMaxVersions(int value)
optional int32 maxVersions = 4;public ColumnSchemaMessage.ColumnSchema.Builder clearMaxVersions()
optional int32 maxVersions = 4;public 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 ColumnSchemaMessage.ColumnSchema.Builder setCompression(java.lang.String value)
optional string compression = 5;public ColumnSchemaMessage.ColumnSchema.Builder clearCompression()
optional string compression = 5;public ColumnSchemaMessage.ColumnSchema.Builder setCompressionBytes(com.google.protobuf.ByteString value)
optional string compression = 5;