Package org.elasticsearch.compute.operator.exchange


package org.elasticsearch.compute.operator.exchange
Exchanges provide the ability to split an execution into multiple pipelines. Pipelines can be executed by different threads on the same or different nodes, allowing parallel and distributed of processing of data.