Package | Description |
---|---|
org.apache.hadoop.hbase.avro |
Provides an HBase Avro service.
|
org.apache.hadoop.hbase.avro.generated |
Modifier and Type | Method and Description |
---|---|
ATableDescriptor |
AvroServer.HBaseImpl.describeTable(ByteBuffer table) |
static ATableDescriptor |
AvroUtil.htdToATD(HTableDescriptor table) |
Modifier and Type | Method and Description |
---|---|
org.apache.avro.generic.GenericArray<ATableDescriptor> |
AvroServer.HBaseImpl.listTables() |
Modifier and Type | Method and Description |
---|---|
static HTableDescriptor |
AvroUtil.atdToHTD(ATableDescriptor atd) |
Void |
AvroServer.HBaseImpl.createTable(ATableDescriptor table) |
Void |
AvroServer.HBaseImpl.modifyTable(ByteBuffer tableName,
ATableDescriptor tableDescriptor) |
Modifier and Type | Method and Description |
---|---|
ATableDescriptor |
HBase.describeTable(ByteBuffer table) |
Modifier and Type | Method and Description |
---|---|
List<ATableDescriptor> |
HBase.listTables() |
Modifier and Type | Method and Description |
---|---|
Void |
HBase.createTable(ATableDescriptor table) |
void |
HBase.Callback.createTable(ATableDescriptor table,
org.apache.avro.ipc.Callback<Void> callback) |
Void |
HBase.modifyTable(ByteBuffer table,
ATableDescriptor tableDescriptor) |
void |
HBase.Callback.modifyTable(ByteBuffer table,
ATableDescriptor tableDescriptor,
org.apache.avro.ipc.Callback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
HBase.Callback.describeTable(ByteBuffer table,
org.apache.avro.ipc.Callback<ATableDescriptor> callback) |
void |
HBase.Callback.listTables(org.apache.avro.ipc.Callback<List<ATableDescriptor>> callback) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.