@InterfaceAudience.Private @InterfaceStability.Evolving protected abstract static class HBaseAdmin.NamespaceFuture extends HBaseAdmin.ProcedureFuture<Void>
HBaseAdmin.ProcedureFuture.WaitForStateCallableprocId| Constructor and Description | 
|---|
| NamespaceFuture(HBaseAdmin admin,
               String namespaceName,
               Long procId) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getNamespaceName()Returns the namespace name | 
| abstract String | getOperationType()Returns the operation type like CREATE_NAMESPACE, DELETE_NAMESPACE, etc. | 
| String | toString() | 
abortProcedureResult, cancel, convertResult, get, get, getAdmin, getProcedureResult, isCancelled, isDone, postOperationFailure, postOperationResult, waitForState, waitOperationResultpublic NamespaceFuture(HBaseAdmin admin, String namespaceName, Long procId)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.