Package | Description |
---|---|
org.apache.hadoop.hbase.rest.protobuf.generated |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TableSchemaMessage.TableSchema.Attribute> |
TableSchemaMessage.TableSchema.Attribute.PARSER |
Modifier and Type | Method and Description |
---|---|
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.Builder.build() |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.Builder.buildPartial() |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchemaOrBuilder.getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Builder.getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.getDefaultInstance() |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.getDefaultInstanceForType() |
TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.Builder.getDefaultInstanceForType() |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseDelimitedFrom(InputStream input) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(byte[] data) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.ByteString data) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.CodedInputStream input) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(InputStream input) |
static TableSchemaMessage.TableSchema.Attribute |
TableSchemaMessage.TableSchema.Attribute.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TableSchemaMessage.TableSchema.Attribute> |
TableSchemaMessage.TableSchemaOrBuilder.getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<TableSchemaMessage.TableSchema.Attribute> |
TableSchemaMessage.TableSchema.getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<TableSchemaMessage.TableSchema.Attribute> |
TableSchemaMessage.TableSchema.Builder.getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
com.google.protobuf.Parser<TableSchemaMessage.TableSchema.Attribute> |
TableSchemaMessage.TableSchema.Attribute.getParserForType() |
Modifier and Type | Method and Description |
---|---|
TableSchemaMessage.TableSchema.Builder |
TableSchemaMessage.TableSchema.Builder.addAttrs(int index,
TableSchemaMessage.TableSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.Builder |
TableSchemaMessage.TableSchema.Builder.addAttrs(TableSchemaMessage.TableSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.Attribute.Builder |
TableSchemaMessage.TableSchema.Attribute.Builder.mergeFrom(TableSchemaMessage.TableSchema.Attribute other) |
static TableSchemaMessage.TableSchema.Attribute.Builder |
TableSchemaMessage.TableSchema.Attribute.newBuilder(TableSchemaMessage.TableSchema.Attribute prototype) |
TableSchemaMessage.TableSchema.Builder |
TableSchemaMessage.TableSchema.Builder.setAttrs(int index,
TableSchemaMessage.TableSchema.Attribute value)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
Modifier and Type | Method and Description |
---|---|
TableSchemaMessage.TableSchema.Builder |
TableSchemaMessage.TableSchema.Builder.addAllAttrs(Iterable<? extends TableSchemaMessage.TableSchema.Attribute> values)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.