- ProcessingUnit<T,R> - Class in org.hawkular.btm.server.api.task
-
This class provides a processing unit for processing a batch of
items against a defined processor, and managing the results and/or
retries.
- ProcessingUnit() - Constructor for class org.hawkular.btm.server.api.task.ProcessingUnit
-
- processMultiple(T) - Method in interface org.hawkular.btm.server.api.task.Processor
-
This method processes the supplied item to
generate zero or more resulting values.
- Processor<T,R> - Interface in org.hawkular.btm.server.api.task
-
This interface represents a processor.
- processSingle(T) - Method in interface org.hawkular.btm.server.api.task.Processor
-
This method processes the supplied item to optionally
generated a new resulting value.
- publish(String, List<ResponseTime>) - Method in interface org.hawkular.btm.server.api.services.ResponseTimePublisher
-
This method publishes the list of response times.