|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.rest.client |
Uses of Row in org.apache.hadoop.hbase.client |
---|
Classes in org.apache.hadoop.hbase.client that implement Row | |
---|---|
class |
Append
Performs Append operations on a single row. |
class |
Delete
Used to perform Delete operations on a single row. |
class |
Get
Used to perform Get operations on a single row. |
class |
Increment
Used to perform Increment operations on a single row. |
class |
Mutation
|
class |
Put
Used to perform Put operations for a single row. |
class |
RowMutations
Performs multiple mutations atomically on a single row. |
Fields in org.apache.hadoop.hbase.client with type parameters of type Row | |
---|---|
protected List<Row> |
HTable.writeAsyncBuffer
|
Methods in org.apache.hadoop.hbase.client that return Row | |
---|---|
Row |
RetriesExhaustedWithDetailsException.getRow(int i)
|
Methods in org.apache.hadoop.hbase.client that return types with arguments of type Row | |
---|---|
List<Row> |
HTable.getWriteBuffer()
Deprecated. since 0.96. This is an internal buffer that should not be read nor write. |
Methods in org.apache.hadoop.hbase.client with parameters of type Row | |
---|---|
int |
Increment.compareTo(Row i)
|
int |
Mutation.compareTo(Row d)
|
int |
Get.compareTo(Row other)
|
int |
RowMutations.compareTo(Row i)
|
Method parameters in org.apache.hadoop.hbase.client with type arguments of type Row | ||
---|---|---|
Object[] |
HTable.batch(List<? extends Row> actions)
Deprecated. If any exception is thrown by one of the actions, there is no way to retrieve the partially executed results. Use HTable.batch(List, Object[]) instead. |
|
Object[] |
HTableInterface.batch(List<? extends Row> actions)
Deprecated. If any exception is thrown by one of the actions, there is no way to retrieve the partially executed results. Use HTableInterface.batch(List, Object[]) instead. |
|
void |
HTable.batch(List<? extends Row> actions,
Object[] results)
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations. |
|
void |
HTableInterface.batch(List<? extends Row> actions,
Object[] results)
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations. |
|
|
HTable.batchCallback(List<? extends Row> actions,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Deprecated. If any exception is thrown by one of the actions, there is no way to retrieve the partially executed results. Use HTable.batchCallback(List, Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)
instead. |
|
|
HTableInterface.batchCallback(List<? extends Row> actions,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Deprecated. If any exception is thrown by one of the actions, there is no way to retrieve the partially executed results. Use HTableInterface.batchCallback(List, Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)
instead. |
|
|
HTable.batchCallback(List<? extends Row> actions,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Same as HTableInterface.batch(List, Object[]) , but with a callback. |
|
|
HTableInterface.batchCallback(List<? extends Row> actions,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Same as HTableInterface.batch(List, Object[]) , but with a callback. |
|
static String |
RetriesExhaustedWithDetailsException.getDesc(List<Throwable> exceptions,
List<? extends Row> actions,
List<String> hostnamePort)
|
|
void |
HConnection.processBatch(List<? extends Row> actions,
byte[] tableName,
ExecutorService pool,
Object[] results)
Deprecated. |
|
void |
HTable.processBatch(List<? extends Row> list,
Object[] results)
Parameterized batch processing, allowing varying return types for different Row implementations. |
|
void |
HConnection.processBatch(List<? extends Row> actions,
TableName tableName,
ExecutorService pool,
Object[] results)
Deprecated. since 0.96 - Use HTableInterface.batch(java.util.List extends org.apache.hadoop.hbase.client.Row>, java.lang.Object[]) instead |
|
|
HConnection.processBatchCallback(List<? extends Row> list,
byte[] tableName,
ExecutorService pool,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Deprecated. |
|
|
HTable.processBatchCallback(List<? extends Row> list,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Process a mixed batch of Get, Put and Delete actions. |
|
|
HConnection.processBatchCallback(List<? extends Row> list,
TableName tableName,
ExecutorService pool,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
Deprecated. since 0.96 - Use HTableInterface.batchCallback(java.util.List extends org.apache.hadoop.hbase.client.Row>, java.lang.Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback instead |
Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type Row | |
---|---|
RetriesExhaustedWithDetailsException(List<Throwable> exceptions,
List<? extends Row> actions,
List<String> hostnameAndPort)
|
Uses of Row in org.apache.hadoop.hbase.rest.client |
---|
Method parameters in org.apache.hadoop.hbase.rest.client with type arguments of type Row | ||
---|---|---|
Object[] |
RemoteHTable.batch(List<? extends Row> actions)
|
|
void |
RemoteHTable.batch(List<? extends Row> actions,
Object[] results)
|
|
|
RemoteHTable.batchCallback(List<? extends Row> actions,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
|
|
|
RemoteHTable.batchCallback(List<? extends Row> actions,
Object[] results,
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |