Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
Modifier and Type | Class and Description |
---|---|
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 |
ImmutableScan
Immutable version of Scan
|
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 |
Query
Base class for HBase read operations; e.g.
|
class |
Scan
Used to perform Scan operations.
|
Modifier and Type | Method and Description |
---|---|
private <T,R extends OperationWithAttributes & Row> |
RawAsyncTableImpl.newCaller(R row,
long rpcTimeoutNs) |
Modifier and Type | Method and Description |
---|---|
OperationWithAttributes |
OperationWithAttributes.setAttribute(String name,
byte[] value) |
OperationWithAttributes |
OperationWithAttributes.setId(String id)
This method allows you to set an identifier on an operation.
|
OperationWithAttributes |
OperationWithAttributes.setPriority(int priority) |
Constructor and Description |
---|
OperationWithAttributes(OperationWithAttributes clone) |
Modifier and Type | Class and Description |
---|---|
class |
InternalScan
Special scanner, currently used for increment operations to allow additional server-side
arguments for Scan operations.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ThriftHBaseServiceHandler.addAttributes(OperationWithAttributes op,
Map<ByteBuffer,ByteBuffer> attributes)
Adds all the attributes into the Operation object
|
Modifier and Type | Method and Description |
---|---|
private static void |
ThriftUtilities.addAttributes(OperationWithAttributes op,
Map<ByteBuffer,ByteBuffer> attributes)
Adds all the attributes into the Operation object
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.