org.hbase.async
Interface HBaseRpc.HasTable

All Known Implementing Classes:
AtomicIncrementRequest, DeleteRequest, GetRequest, PutRequest, RowLockRequest
Enclosing class:
HBaseRpc

public static interface HBaseRpc.HasTable

An RPC from which you can get a table name.

Since:
1.1

Method Summary
 byte[] table()
          Returns the name of the table this RPC is for.
 

Method Detail

table

byte[] table()
Returns the name of the table this RPC is for.

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.