org.hbase.async
Interface HBaseRpc.HasTimestamp

All Known Implementing Classes:
DeleteRequest, PutRequest
Enclosing class:
HBaseRpc

public static interface HBaseRpc.HasTimestamp

An RPC from which you can get a timestamp.

Since:
1.2

Method Summary
 long timestamp()
          Returns the strictly positive timestamp contained in this RPC.
 

Method Detail

timestamp

long timestamp()
Returns the strictly positive timestamp contained in this RPC.



Copyright © 2010-2015, The Async HBase Authors