Class AsyncProcessTask<T>

java.lang.Object
org.apache.hadoop.hbase.client.AsyncProcessTask<T>
Type Parameters:
T - The type of response from server-side

@Private @Evolving public class AsyncProcessTask<T> extends Object
Contains the attributes of a task which will be executed by AsyncProcess. The attributes will be validated by AsyncProcess. It's intended for advanced client applications.