Package | Description |
---|---|
org.apache.hadoop.hbase.avro |
Provides an HBase Avro service.
|
org.apache.hadoop.hbase.avro.generated |
Modifier and Type | Method and Description |
---|---|
static HTableDescriptor |
AvroUtil.atdToHTD(ATableDescriptor atd) |
Void |
AvroServer.HBaseImpl.createTable(ATableDescriptor table) |
Void |
AvroServer.HBaseImpl.scannerClose(int scannerId) |
org.apache.avro.generic.GenericArray<AResult> |
AvroServer.HBaseImpl.scannerGetRows(int scannerId,
int numberOfRows) |
Modifier and Type | Method and Description |
---|---|
Void |
HBase.createTable(ATableDescriptor table) |
Void |
HBase.scannerClose(int scannerId) |
List<AResult> |
HBase.scannerGetRows(int scannerId,
int numberOfRows) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.