@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() |
abstract String |
getOperationType() |
String |
toString() |
abortProcedureResult, cancel, convertResult, get, get, getAdmin, getProcedureResult, isCancelled, isDone, postOperationFailure, postOperationResult, waitForState, waitOperationResult
private 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.