Modifier and Type | Class and Description |
---|---|
class |
JMXListener
Pluggable JMX Agent for HBase(to fix the 2 random TCP ports issue
of the out-of-the-box JMX Agent):
1)connector port can share with the registry port if SSL is OFF
2)support password authentication
3)support subset of SSL (with default configuration)
|
Modifier and Type | Class and Description |
---|---|
static class |
CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleMasterObserverWithMetrics
An example coprocessor that collects some metrics to demonstrate the usage of exporting custom
metrics from the coprocessor.
|
Modifier and Type | Field and Description |
---|---|
private CoprocessorHost.ObserverGetter<MasterCoprocessor,MasterObserver> |
MasterCoprocessorHost.masterObserverGetter |
Modifier and Type | Method and Description |
---|---|
MasterCoprocessor |
MasterCoprocessorHost.checkAndGetInstance(Class<?> implClass) |
Modifier and Type | Method and Description |
---|---|
MasterCoprocessorHost.MasterEnvironment |
MasterCoprocessorHost.createEnvironment(MasterCoprocessor instance,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
MasterRpcServices.checkCoprocessorWithService(List<MasterCoprocessor> coprocessorsToCheck,
Class<?> service)
Determines if there is a coprocessor implementation in the provided argument which extends
or implements the provided
service . |
Constructor and Description |
---|
MasterEnvironment(MasterCoprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
MasterServices services) |
MasterEnvironmentForCoreCoprocessors(MasterCoprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
MasterServices services) |
Modifier and Type | Class and Description |
---|---|
class |
MasterQuotasObserver
An observer to automatically delete quotas when a table/namespace
is deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
RSGroupAdminEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
AccessController
Provides basic authorization checks for data access and administrative
operations.
|
class |
CoprocessorWhitelistMasterObserver
Master observer for restricting coprocessor assignments.
|
Modifier and Type | Class and Description |
---|---|
class |
VisibilityController
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.