Uses of Class
org.hbase.async.generated.HBasePB.TableSchema

Packages that use HBasePB.TableSchema
org.hbase.async.generated   
 

Uses of HBasePB.TableSchema in org.hbase.async.generated
 

Fields in org.hbase.async.generated with type parameters of type HBasePB.TableSchema
static com.google.protobuf.Parser<HBasePB.TableSchema> HBasePB.TableSchema.PARSER
           
 

Methods in org.hbase.async.generated that return HBasePB.TableSchema
 HBasePB.TableSchema HBasePB.TableSchema.Builder.build()
           
 HBasePB.TableSchema HBasePB.TableSchema.Builder.buildPartial()
           
static HBasePB.TableSchema HBasePB.TableSchema.getDefaultInstance()
           
 HBasePB.TableSchema HBasePB.TableSchema.getDefaultInstanceForType()
           
 HBasePB.TableSchema HBasePB.TableSchema.Builder.getDefaultInstanceForType()
           
static HBasePB.TableSchema HBasePB.TableSchema.parseDelimitedFrom(InputStream input)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(byte[] data)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(com.google.protobuf.ByteString data)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(InputStream input)
           
static HBasePB.TableSchema HBasePB.TableSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.hbase.async.generated that return types with arguments of type HBasePB.TableSchema
 com.google.protobuf.Parser<HBasePB.TableSchema> HBasePB.TableSchema.getParserForType()
           
 

Methods in org.hbase.async.generated with parameters of type HBasePB.TableSchema
 HBasePB.TableSchema.Builder HBasePB.TableSchema.Builder.mergeFrom(HBasePB.TableSchema other)
           
static HBasePB.TableSchema.Builder HBasePB.TableSchema.newBuilder(HBasePB.TableSchema prototype)
           
 



Copyright © 2010-2015, The Async HBase Authors