Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.coprocessor.example | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.security.token |
Modifier and Type | Class and Description |
---|---|
class |
AggregateImplementation
A concrete AggregateProtocol implementation.
|
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 |
BulkDeleteEndpoint |
Modifier and Type | Class and Description |
---|---|
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
AuthenticationProtocol coprocessor protocol. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.