org.hbase.async
Interface HBaseRpc.HasFamily

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

public static interface HBaseRpc.HasFamily

An RPC from which you can get a family name.

Since:
1.1

Method Summary
 byte[] family()
          Returns the first family of this RPC.
 byte[][] getFamilies()
          Returns all families of this RPC.
 

Method Detail

family

byte[] family()
Returns the first family of this RPC.

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.


getFamilies

byte[][] getFamilies()
Returns all families of this RPC.

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.

Since:
1.5


Copyright © 2010-2015, The Async HBase Authors