public static interface HBaseRpc.HasQualifiers
Modifier and Type | Method and Description |
---|---|
byte[][][] |
getQualifiers()
Returns the column qualifiers all column families of this RPC.
|
byte[][] |
qualifiers()
Returns the column qualifiers for the first column family of this RPC.
|
byte[][] qualifiers()
DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.
byte[][][] getQualifiers()
DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.
Copyright ? 2010-2015, The Async HBase Authors