Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest.client | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
Append |
Append.add(byte[] family,
byte[] qualifier,
byte[] value)
Add the specified column and value to this Append operation.
|
Append |
Append.add(KeyValue kv)
Add the specified
KeyValue to this operation. |
Modifier and Type | Method and Description |
---|---|
Result |
HTableInterface.append(Append append)
Appends values to one or more columns within a single row.
|
Result |
HTable.append(Append append)
Appends values to one or more columns within a single row.
|
Modifier and Type | Method and Description |
---|---|
Result |
BaseRegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> e,
Append append,
Result result) |
Result |
RegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> c,
Append append,
Result result)
Called after Append
|
Result |
BaseRegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> e,
Append append) |
Result |
RegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> c,
Append append)
Called before Append
|
Modifier and Type | Method and Description |
---|---|
Result |
HRegionInterface.append(byte[] regionName,
Append append)
Appends values to one or more columns values in a row.
|
Modifier and Type | Method and Description |
---|---|
Result |
HRegion.append(Append append,
boolean writeToWAL)
Perform one or more append operations on a row.
|
Result |
HRegion.append(Append append,
Integer lockid,
boolean writeToWAL)
Deprecated.
row locks (lockId) held outside the extent of the operation are deprecated.
|
Result |
HRegionServer.append(byte[] regionName,
Append append) |
void |
RegionCoprocessorHost.postAppend(Append append,
Result result) |
Result |
RegionCoprocessorHost.preAppend(Append append) |
Modifier and Type | Method and Description |
---|---|
Result |
RemoteHTable.append(Append append) |
Modifier and Type | Method and Description |
---|---|
Result |
AccessController.preAppend(ObserverContext<RegionCoprocessorEnvironment> c,
Append append) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.