Uses of Class
org.apache.hadoop.hbase.avro.generated.AIOError

Packages that use AIOError
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
org.apache.hadoop.hbase.avro.generated   
 

Uses of AIOError in org.apache.hadoop.hbase.avro
 

Methods in org.apache.hadoop.hbase.avro that throw AIOError
 Void AvroServer.HBaseImpl.addFamily(ByteBuffer table, AFamilyDescriptor family)
           
 Void AvroServer.HBaseImpl.createTable(ATableDescriptor table)
           
 Void AvroServer.HBaseImpl.delete(ByteBuffer table, ADelete adelete)
           
 Void AvroServer.HBaseImpl.deleteFamily(ByteBuffer table, ByteBuffer family)
           
 Void AvroServer.HBaseImpl.deleteTable(ByteBuffer table)
           
 AFamilyDescriptor AvroServer.HBaseImpl.describeFamily(ByteBuffer table, ByteBuffer family)
           
 ATableDescriptor AvroServer.HBaseImpl.describeTable(ByteBuffer table)
           
 Void AvroServer.HBaseImpl.disableTable(ByteBuffer table)
           
 Void AvroServer.HBaseImpl.enableTable(ByteBuffer table)
           
 boolean AvroServer.HBaseImpl.exists(ByteBuffer table, AGet aget)
           
 Void AvroServer.HBaseImpl.flush(ByteBuffer table)
           
 AResult AvroServer.HBaseImpl.get(ByteBuffer table, AGet aget)
           
 AClusterStatus AvroServer.HBaseImpl.getClusterStatus()
           
 org.apache.avro.util.Utf8 AvroServer.HBaseImpl.getHBaseVersion()
           
 long AvroServer.HBaseImpl.incrementColumnValue(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, long amount, boolean writeToWAL)
           
 boolean AvroServer.HBaseImpl.isTableEnabled(ByteBuffer table)
           
 org.apache.avro.generic.GenericArray<ATableDescriptor> AvroServer.HBaseImpl.listTables()
           
 Void AvroServer.HBaseImpl.modifyFamily(ByteBuffer table, ByteBuffer familyName, AFamilyDescriptor familyDescriptor)
           
 Void AvroServer.HBaseImpl.modifyTable(ByteBuffer tableName, ATableDescriptor tableDescriptor)
           
 Void AvroServer.HBaseImpl.put(ByteBuffer table, APut aput)
           
 Void AvroServer.HBaseImpl.scannerClose(int scannerId)
           
 org.apache.avro.generic.GenericArray<AResult> AvroServer.HBaseImpl.scannerGetRows(int scannerId, int numberOfRows)
           
 int AvroServer.HBaseImpl.scannerOpen(ByteBuffer table, AScan ascan)
           
 Void AvroServer.HBaseImpl.split(ByteBuffer table)
           
 boolean AvroServer.HBaseImpl.tableExists(ByteBuffer table)
           
 

Uses of AIOError in org.apache.hadoop.hbase.avro.generated
 

Methods in org.apache.hadoop.hbase.avro.generated that throw AIOError
 Void HBase.addFamily(ByteBuffer table, AFamilyDescriptor family)
           
 Void HBase.createTable(ATableDescriptor table)
           
 Void HBase.delete(ByteBuffer table, ADelete delete)
           
 Void HBase.deleteFamily(ByteBuffer table, ByteBuffer family)
           
 Void HBase.deleteTable(ByteBuffer table)
           
 AFamilyDescriptor HBase.describeFamily(ByteBuffer table, ByteBuffer family)
           
 ATableDescriptor HBase.describeTable(ByteBuffer table)
           
 Void HBase.disableTable(ByteBuffer table)
           
 Void HBase.enableTable(ByteBuffer table)
           
 boolean HBase.exists(ByteBuffer table, AGet get)
           
 Void HBase.flush(ByteBuffer table)
           
 AResult HBase.get(ByteBuffer table, AGet get)
           
 AClusterStatus HBase.getClusterStatus()
           
 org.apache.avro.util.Utf8 HBase.getHBaseVersion()
           
 long HBase.incrementColumnValue(ByteBuffer table, ByteBuffer row, ByteBuffer family, ByteBuffer qualifier, long amount, boolean writeToWAL)
           
 boolean HBase.isTableEnabled(ByteBuffer table)
           
 org.apache.avro.generic.GenericArray<ATableDescriptor> HBase.listTables()
           
 Void HBase.modifyFamily(ByteBuffer table, ByteBuffer familyName, AFamilyDescriptor familyDescriptor)
           
 Void HBase.modifyTable(ByteBuffer table, ATableDescriptor tableDescriptor)
           
 Void HBase.put(ByteBuffer table, APut put)
           
 Void HBase.scannerClose(int scannerId)
           
 org.apache.avro.generic.GenericArray<AResult> HBase.scannerGetRows(int scannerId, int numberOfRows)
           
 int HBase.scannerOpen(ByteBuffer table, AScan scan)
           
 Void HBase.split(ByteBuffer table)
           
 boolean HBase.tableExists(ByteBuffer table)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.