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