public class SecondaryIndexTable extends Object
| Constructor and Description | 
|---|
| SecondaryIndexTable(TransactionServiceClient transactionServiceClient,
                   org.apache.hadoop.hbase.client.HTableInterface hTable,
                   byte[] secondaryIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.hbase.client.Result | get(org.apache.hadoop.hbase.client.Get get) | 
| org.apache.hadoop.hbase.client.Result[] | get(List<org.apache.hadoop.hbase.client.Get> gets) | 
| org.apache.hadoop.hbase.client.Result[] | getByIndex(byte[] value) | 
| void | put(List<org.apache.hadoop.hbase.client.Put> puts) | 
| void | put(org.apache.hadoop.hbase.client.Put put) | 
public SecondaryIndexTable(TransactionServiceClient transactionServiceClient, org.apache.hadoop.hbase.client.HTableInterface hTable, byte[] secondaryIndex)
public org.apache.hadoop.hbase.client.Result get(org.apache.hadoop.hbase.client.Get get)
                                          throws IOException
IOExceptionpublic org.apache.hadoop.hbase.client.Result[] get(List<org.apache.hadoop.hbase.client.Get> gets) throws IOException
IOExceptionpublic org.apache.hadoop.hbase.client.Result[] getByIndex(byte[] value)
                                                   throws IOException
IOExceptionpublic void put(org.apache.hadoop.hbase.client.Put put)
         throws IOException
IOExceptionpublic void put(List<org.apache.hadoop.hbase.client.Put> puts) throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.