@InterfaceAudience.Private @InterfaceStability.Evolving protected abstract static class HBaseAdmin.NamespaceFuture extends HBaseAdmin.ProcedureFuture<Void>
HBaseAdmin.ProcedureFuture.WaitForStateCallable| Modifier and Type | Field and Description | 
|---|---|
private String | 
namespaceName  | 
procId| 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, waitOperationResultprivate final String namespaceName
public NamespaceFuture(HBaseAdmin admin, String namespaceName, Long procId)
protected String getNamespaceName()
public abstract String getOperationType()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.