Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
default void |
MasterObserver.postLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment> ctx,
LockProcedure proc,
boolean keepAlive)
Called after heartbeat to a lock.
|
default void |
MasterObserver.preLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment> ctx,
LockProcedure proc,
boolean keepAlive)
Called before heartbeat to a lock.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterCoprocessorHost.postLockHeartbeat(LockProcedure proc,
boolean keepAlive) |
void |
MasterCoprocessorHost.preLockHeartbeat(LockProcedure proc,
boolean keepAlive) |
Modifier and Type | Method and Description |
---|---|
void |
AccessController.preLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment> ctx,
LockProcedure proc,
boolean keepAlive) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.