| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
Overview
Coprocessor
RegionObserver
Endpoint
Coprocessor loading
Overview
Coprocessors are code that runs in-process on each region server.
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.security.access |
| 类和说明 |
|---|
| MasterProcedureEnv |
| 类和说明 |
|---|
| MasterProcedureEnv |
| MasterProcedureScheduler.ProcedureEvent |
| 类和说明 |
|---|
| CreateTableProcedure.CreateHdfsRegions |
| MasterProcedureEnv |
| MasterProcedureScheduler
ProcedureRunnableSet for the Master Procedures.
|
| MasterProcedureScheduler.ProcedureEvent |
| MasterProcedureUtil.NonceProcedureRunnable
Helper Runnable used in conjunction with submitProcedure() to deal with
submitting procs with nonce.
|
| ProcedurePrepareLatch
Latch used by the Master to have the prepare() sync behaviour for old
clients, that can only get exceptions in a synchronous way.
|
| ProcedureSyncWait.Predicate |
| ServerProcedureInterface
Procedures that handle servers -- e.g. server crash -- must implement this Interface.
|
| ServerProcedureInterface.ServerOperationType |
| TableProcedureInterface
Procedures that operates on a specific Table (e.g. create, delete, snapshot, ...)
|
| TableProcedureInterface.TableOperationType |
| 类和说明 |
|---|
| MasterProcedureEnv |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.