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 family this RPC is for.
 

Method Detail

family

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

DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.