Uses of Interface
org.pipecraft.pipes.serialization.ByteArrayCodec
-
Packages that use ByteArrayCodec Package Description org.pipecraft.pipes.async.inter.distributed org.pipecraft.pipes.serialization -
-
Uses of ByteArrayCodec in org.pipecraft.pipes.async.inter.distributed
Methods in org.pipecraft.pipes.async.inter.distributed that return ByteArrayCodec Modifier and Type Method Description ByteArrayCodec<T>DistributedShufflerConfig. getCodec()Methods in org.pipecraft.pipes.async.inter.distributed with parameters of type ByteArrayCodec Modifier and Type Method Description DistributedShufflerConfig.Builder<T>DistributedShufflerConfig.Builder. codec(ByteArrayCodec<T> codec) -
Uses of ByteArrayCodec in org.pipecraft.pipes.serialization
Classes in org.pipecraft.pipes.serialization that implement ByteArrayCodec Modifier and Type Class Description classDelegatingByteArrayCodec<T>Wraps a given byte array encoder and byte array decoder, and delegates encoding/decoding requests to them.Methods in org.pipecraft.pipes.serialization that return ByteArrayCodec Modifier and Type Method Description default ByteArrayCodec<T>CodecFactory. getByteArrayCodec()
-