Uses of Enum
org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
-
Uses of AsyncProcessTask.SubmittedRows in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate AsyncProcessTask.SubmittedRows
AsyncProcessTask.Builder.submittedRows
private final AsyncProcessTask.SubmittedRows
AsyncProcessTask.submittedRows
Modifier and TypeMethodDescriptionAsyncProcessTask.getSubmittedRows()
Returns the enum constant of this type with the specified name.static AsyncProcessTask.SubmittedRows[]
AsyncProcessTask.SubmittedRows.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAsyncProcessTask.Builder.setSubmittedRows
(AsyncProcessTask.SubmittedRows submittedRows) ModifierConstructorDescription(package private)
AsyncProcessTask
(ExecutorService pool, TableName tableName, RowAccess<? extends Row> rows, AsyncProcessTask.SubmittedRows size, Batch.Callback<T> callback, CancellableRegionServerCallable callable, boolean needResults, int rpcTimeout, int operationTimeout, Object[] results, Map<String, byte[]> requestAttributes)