Class HBaseAdmin.ProcedureFuture<V>

java.lang.Object
org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture<V>
All Implemented Interfaces:
Future<V>
Direct Known Subclasses:
HBaseAdmin.AbortProcedureFuture, HBaseAdmin.NamespaceFuture, HBaseAdmin.ReplicationFuture, HBaseAdmin.TableFuture
Enclosing class:
HBaseAdmin

@Private @Evolving protected static class HBaseAdmin.ProcedureFuture<V> extends Object implements Future<V>
Future that waits on a procedure result. Returned by the async version of the Admin calls, and used internally by the sync calls to wait on the result of the procedure.