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 Get |
AvroUtil.agetToGet(AGet aget) |
boolean |
AvroServer.HBaseImpl.exists(ByteBuffer table,
AGet aget) |
AResult |
AvroServer.HBaseImpl.get(ByteBuffer table,
AGet aget) |
Modifier and Type | Method and Description |
---|---|
boolean |
HBase.exists(ByteBuffer table,
AGet get) |
void |
HBase.Callback.exists(ByteBuffer table,
AGet get,
org.apache.avro.ipc.Callback<Boolean> callback) |
AResult |
HBase.get(ByteBuffer table,
AGet get) |
void |
HBase.Callback.get(ByteBuffer table,
AGet get,
org.apache.avro.ipc.Callback<AResult> callback) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.