Uses of Interface
org.apache.flink.util.function.TriConsumer
-
Packages that use TriConsumer Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage org.apache.flink.util.function -
-
Uses of TriConsumer in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type TriConsumer Modifier and Type Method Description void
BufferAccumulator. setup(TriConsumer<TieredStorageSubpartitionId,Buffer,Integer> bufferFlusher)
Setup the accumulator.void
HashBufferAccumulator. setup(TriConsumer<TieredStorageSubpartitionId,Buffer,Integer> accumulatedBufferFlusher)
void
SortBufferAccumulator. setup(TriConsumer<TieredStorageSubpartitionId,Buffer,Integer> bufferFlusher)
-
Uses of TriConsumer in org.apache.flink.util.function
Methods in org.apache.flink.util.function that return TriConsumer Modifier and Type Method Description static <A,B,C>
TriConsumer<A,B,C>TriConsumerWithException. unchecked(TriConsumerWithException<A,B,C,?> triConsumerWithException)
Convert aTriConsumerWithException
into aTriConsumer
.
-