| Interface | Description |
|---|---|
| DataInputInterceptors |
For some algorithms it is needed to intercept
the DataInputs before being processed.
|
| DataInputInterceptors.InterceptorInstance |
| Class | Description |
|---|---|
| RequestExecutor |
After the client Request is accepted, it should be executed.
|
| RequestHandler |
This class accepts client requests, determines its type and then schedules
the
ExecuteRequest's for execution. |
| Annotation Type | Description |
|---|---|
| DataInputInterceptors.DataInputInterceptorImplementations |
Decorate your Algorithm implementation with this
annotation.
|
Copyright © 2019. All Rights Reserved.