| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.master.replication | 
| Modifier and Type | Method and Description | 
|---|---|
| long | ClusterSchema. createNamespace(NamespaceDescriptor namespaceDescriptor,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch)Create a new Namespace. | 
| long | ClusterSchemaServiceImpl. createNamespace(NamespaceDescriptor namespaceDescriptor,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch) | 
| long | ClusterSchema. deleteNamespace(String name,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch)Delete an existing Namespace. | 
| long | ClusterSchemaServiceImpl. deleteNamespace(String name,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch) | 
| long | ClusterSchema. modifyNamespace(NamespaceDescriptor descriptor,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch)Modify an existing Namespace. | 
| long | ClusterSchemaServiceImpl. modifyNamespace(NamespaceDescriptor namespaceDescriptor,
               NonceKey nonceKey,
               ProcedurePrepareLatch latch) | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | ProcedurePrepareLatch.CompatibilityLatch | 
| private static class  | ProcedurePrepareLatch.NoopLatch | 
| Modifier and Type | Field and Description | 
|---|---|
| private ProcedurePrepareLatch | AbstractStateMachineNamespaceProcedure. syncLatch | 
| private ProcedurePrepareLatch | AbstractStateMachineTableProcedure. syncLatch | 
| private ProcedurePrepareLatch | SwitchRpcThrottleProcedure. syncLatch | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProcedurePrepareLatch | ProcedurePrepareLatch. createBlockingLatch()Creates a latch which blocks. | 
| static ProcedurePrepareLatch | ProcedurePrepareLatch. createLatch()Create a latch if the client does not have async proc support. | 
| static ProcedurePrepareLatch | ProcedurePrepareLatch. createLatch(int major,
           int minor)Create a latch if the client does not have async proc support | 
| static ProcedurePrepareLatch | ProcedurePrepareLatch. getNoopLatch()Returns the singleton latch which does nothing. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ProcedurePrepareLatch. releaseLatch(ProcedurePrepareLatch latch,
            Procedure proc) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcedurePrepareLatch | AbstractPeerProcedure. latch | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcedurePrepareLatch | AbstractPeerProcedure. getLatch() | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.