Interface | Description |
---|---|
BppManagerMBean |
MBean for managing batched paged processor.
|
ErrorHandler<S> |
Callback to accept process errors.
|
Launch |
Launch processing.
|
OptErrorH<S> |
Possibility to define error handler.
|
Processor |
An abstraction of map-reduce.
|
ResultHandler<S,T> |
Callback to report processing results.
|
Class | Description |
---|---|
BatchedPagedProcessor |
Lightweight wrapper to provide batched paged processing.
|
ErrorHandlers |
Utilities related to
ErrorHandler . |
Processors |
Utility class for
Processor based map-reduce reactors. |
Utility class BatchedPagedProcessor
is the entry point of these utilities.
Note that this package is NOT part of the jklustor public examples codes.