HBase.Callback
Modifier and Type | Field and Description |
---|---|
static org.apache.avro.Protocol |
PROTOCOL |
Modifier and Type | Method and Description |
---|---|
void |
addFamily(ByteBuffer table,
AFamilyDescriptor family,
org.apache.avro.ipc.Callback<Void> callback) |
void |
createTable(ATableDescriptor table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
delete(ByteBuffer table,
ADelete delete,
org.apache.avro.ipc.Callback<Void> callback) |
void |
deleteFamily(ByteBuffer table,
ByteBuffer family,
org.apache.avro.ipc.Callback<Void> callback) |
void |
deleteTable(ByteBuffer table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
describeFamily(ByteBuffer table,
ByteBuffer family,
org.apache.avro.ipc.Callback<AFamilyDescriptor> callback) |
void |
describeTable(ByteBuffer table,
org.apache.avro.ipc.Callback<ATableDescriptor> callback) |
void |
disableTable(ByteBuffer table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
enableTable(ByteBuffer table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
exists(ByteBuffer table,
AGet get,
org.apache.avro.ipc.Callback<Boolean> callback) |
void |
flush(ByteBuffer table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
get(ByteBuffer table,
AGet get,
org.apache.avro.ipc.Callback<AResult> callback) |
void |
getClusterStatus(org.apache.avro.ipc.Callback<AClusterStatus> callback) |
void |
getHBaseVersion(org.apache.avro.ipc.Callback<CharSequence> callback) |
void |
incrementColumnValue(ByteBuffer table,
ByteBuffer row,
ByteBuffer family,
ByteBuffer qualifier,
long amount,
boolean writeToWAL,
org.apache.avro.ipc.Callback<Long> callback) |
void |
isTableEnabled(ByteBuffer table,
org.apache.avro.ipc.Callback<Boolean> callback) |
void |
listTables(org.apache.avro.ipc.Callback<List<ATableDescriptor>> callback) |
void |
modifyFamily(ByteBuffer table,
ByteBuffer familyName,
AFamilyDescriptor familyDescriptor,
org.apache.avro.ipc.Callback<Void> callback) |
void |
modifyTable(ByteBuffer table,
ATableDescriptor tableDescriptor,
org.apache.avro.ipc.Callback<Void> callback) |
void |
put(ByteBuffer table,
APut put,
org.apache.avro.ipc.Callback<Void> callback) |
void |
scannerClose(int scannerId,
org.apache.avro.ipc.Callback<Void> callback) |
void |
scannerGetRows(int scannerId,
int numberOfRows,
org.apache.avro.ipc.Callback<List<AResult>> callback) |
void |
scannerOpen(ByteBuffer table,
AScan scan,
org.apache.avro.ipc.Callback<Integer> callback) |
void |
split(ByteBuffer table,
org.apache.avro.ipc.Callback<Void> callback) |
void |
tableExists(ByteBuffer table,
org.apache.avro.ipc.Callback<Boolean> callback) |
addFamily, createTable, delete, deleteFamily, deleteTable, describeFamily, describeTable, disableTable, enableTable, exists, flush, get, getClusterStatus, getHBaseVersion, incrementColumnValue, isTableEnabled, listTables, modifyFamily, modifyTable, put, scannerClose, scannerGetRows, scannerOpen, split, tableExists
void getHBaseVersion(org.apache.avro.ipc.Callback<CharSequence> callback) throws IOException
IOException
void getClusterStatus(org.apache.avro.ipc.Callback<AClusterStatus> callback) throws IOException
IOException
void listTables(org.apache.avro.ipc.Callback<List<ATableDescriptor>> callback) throws IOException
IOException
void describeTable(ByteBuffer table, org.apache.avro.ipc.Callback<ATableDescriptor> callback) throws IOException
IOException
void isTableEnabled(ByteBuffer table, org.apache.avro.ipc.Callback<Boolean> callback) throws IOException
IOException
void tableExists(ByteBuffer table, org.apache.avro.ipc.Callback<Boolean> callback) throws IOException
IOException
void describeFamily(ByteBuffer table, ByteBuffer family, org.apache.avro.ipc.Callback<AFamilyDescriptor> callback) throws IOException
IOException
void createTable(ATableDescriptor table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void deleteTable(ByteBuffer table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void modifyTable(ByteBuffer table, ATableDescriptor tableDescriptor, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void enableTable(ByteBuffer table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void disableTable(ByteBuffer table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void flush(ByteBuffer table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void split(ByteBuffer table, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void addFamily(ByteBuffer table, AFamilyDescriptor family, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void deleteFamily(ByteBuffer table, ByteBuffer family, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void modifyFamily(ByteBuffer table, ByteBuffer familyName, AFamilyDescriptor familyDescriptor, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void get(ByteBuffer table, AGet get, org.apache.avro.ipc.Callback<AResult> callback) throws IOException
IOException
void exists(ByteBuffer table, AGet get, org.apache.avro.ipc.Callback<Boolean> callback) throws IOException
IOException
void put(ByteBuffer table, APut put, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void delete(ByteBuffer table, ADelete delete, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void incrementColumnValue(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, long amount, boolean writeToWAL, org.apache.avro.ipc.Callback<Long> callback) throws IOException
IOException
void scannerOpen(ByteBuffer table, AScan scan, org.apache.avro.ipc.Callback<Integer> callback) throws IOException
IOException
void scannerClose(int scannerId, org.apache.avro.ipc.Callback<Void> callback) throws IOException
IOException
void scannerGetRows(int scannerId, int numberOfRows, org.apache.avro.ipc.Callback<List<AResult>> callback) throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.