org.hbase.async
Interface HBaseRpc.HasValue

All Known Implementing Classes:
PutRequest
Enclosing class:
HBaseRpc

public static interface HBaseRpc.HasValue

An RPC from which you can get a value.

Since:
1.1

Method Summary
 byte[] value()
          Returns the value contained in this RPC.
 

Method Detail

value

byte[] value()
Returns the value contained in this RPC.

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.