Package | Description |
---|---|
org.apache.hadoop.hbase.avro |
Provides an HBase Avro service.
|
org.apache.hadoop.hbase.avro.generated |
Modifier and Type | Method and Description |
---|---|
AResult |
AvroServer.HBaseImpl.get(ByteBuffer table,
AGet aget) |
static AResult |
AvroUtil.resultToAResult(Result result) |
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.generic.GenericArray<AResult> |
AvroUtil.resultsToAResults(Result[] results) |
org.apache.avro.generic.GenericArray<AResult> |
AvroServer.HBaseImpl.scannerGetRows(int scannerId,
int numberOfRows) |
Modifier and Type | Method and Description |
---|---|
AResult |
HBase.get(ByteBuffer table,
AGet get) |
Modifier and Type | Method and Description |
---|---|
List<AResult> |
HBase.scannerGetRows(int scannerId,
int numberOfRows) |
Modifier and Type | Method and Description |
---|---|
void |
HBase.Callback.get(ByteBuffer table,
AGet get,
org.apache.avro.ipc.Callback<AResult> callback) |
void |
HBase.Callback.scannerGetRows(int scannerId,
int numberOfRows,
org.apache.avro.ipc.Callback<List<AResult>> callback) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.