org.hbase.async
Interface HBaseRpc.HasKey

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

public static interface HBaseRpc.HasKey

An RPC from which you can get a row key name.

Since:
1.1

Method Summary
 byte[] key()
          Returns the row key this RPC is for.
 

Method Detail

key

byte[] key()
Returns the row key this RPC is for.

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.