-
Methods Method Description org.pipecraft.pipes.async.inter.distributed.DistributedShufflerPipe.getWorkerShardId(List<HostPort>, int) Use DistributedShufflerConfig.getWorkerShardId(..) instead
-
Constructors Constructor Description org.pipecraft.pipes.sync.inter.AsyncToSyncPipe(AsyncPipe<T>, BlockingQueue<T>, Supplier<T>) Use the constructor with no markerFactory insteadorg.pipecraft.pipes.sync.source.QueueReaderPipe(BlockingQueue<T>, T, T) Use the constructor without markers insteadorg.pipecraft.pipes.terminal.QueueWriterPipe(Pipe<T>, BlockingQueue<T>, T, T) Use the constructor without the queue markers instead