public interface TaskResult
Modifier and Type | Field and Description |
---|---|
static java.lang.Object[][] |
EMPTY_OBJS |
static QueryResult |
EMPTY_RESULT |
static RowCountResult |
FAILURE |
static RowCountResult |
ONE_ROW |
static RowCountResult |
ROW_COUNT_UNKNOWN |
static RowCountResult |
ZERO |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
errorMessage()
can be set in bulk operations to set the error for a single operation
|
Bucket |
rows() |
static final java.lang.Object[][] EMPTY_OBJS
static final RowCountResult ZERO
static final RowCountResult ONE_ROW
static final RowCountResult ROW_COUNT_UNKNOWN
static final RowCountResult FAILURE
static final QueryResult EMPTY_RESULT
Bucket rows()
@Nullable java.lang.String errorMessage()