| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.security.access | |
| org.apache.hadoop.hbase.security.token | |
| org.apache.hadoop.hbase.security.visibility |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateImplementation<T,S,P extends Message,Q extends Message,R extends Message>
A concrete AggregateProtocol implementation.
|
class |
BaseRowProcessorEndpoint<S extends Message,T extends Message>
This class demonstrates how to implement atomic read-modify-writes
using
HRegion.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor<?, ?>, long, long) and Coprocessor endpoints. |
class |
MultiRowMutationEndpoint
This class demonstrates how to implement atomic multi row transactions using
HRegion.mutateRowsWithLocks(java.util.Collection, java.util.Collection)
and Coprocessor endpoints. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
class |
SecureBulkLoadEndpoint
Coprocessor service for bulk loads in secure mode.
|
| 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
|
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.