| Package | Description |
|---|---|
| org.apache.hadoop.hbase.constraint |
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.token | |
| org.apache.hadoop.hbase.security.visibility | |
| org.apache.hadoop.hbase.tool |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintProcessor
Processes multiple
Constraints on a given table. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRowProcessorEndpoint<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
This class demonstrates how to implement atomic read-modify-writes
using
Region.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor<?, ?>) and Coprocessor endpoints. |
static class |
CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService
Deprecated.
|
class |
MultiRowMutationEndpoint
This class demonstrates how to implement atomic multi row transactions using
HRegion.mutateRowsWithLocks(Collection, Collection, long, long)
and Coprocessor endpoints. |
| Modifier and Type | Method and Description |
|---|---|
RegionCoprocessor |
RegionCoprocessorHost.checkAndGetInstance(Class<?> implClass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.RegionEnvironment |
RegionCoprocessorHost.createEnvironment(RegionCoprocessor instance,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationObserver
An Observer to add HFile References to replication queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenProvider
Provides a service for obtaining authentication tokens via the
AuthenticationProtos AuthenticationService coprocessor service. |
| Modifier and Type | Class and Description |
|---|---|
class |
VisibilityController
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
| Modifier and Type | Class and Description |
|---|---|
class |
WriteSinkCoprocessor
This coprocessor 'shallows' all the writes.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.