Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty.Value
-
-
Uses of CompressionProperty.Value in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return CompressionProperty.Value Modifier and Type Method Description static CompressionProperty.Value
CompressionProperty.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompressionProperty.Value[]
CompressionProperty.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nemo.common.ir.edge.executionproperty with parameters of type CompressionProperty.Value Modifier and Type Method Description static CompressionProperty
CompressionProperty. of(CompressionProperty.Value value)
Static method exposing the constructor.static DecompressionProperty
DecompressionProperty. of(CompressionProperty.Value value)
Static method exposing the constructor. -
Uses of CompressionProperty.Value in org.apache.nemo.compiler.optimizer.pass.compiletime.annotating
Constructors in org.apache.nemo.compiler.optimizer.pass.compiletime.annotating with parameters of type CompressionProperty.Value Constructor Description CompressionPass(CompressionProperty.Value compression)
Constructor. -
Uses of CompressionProperty.Value in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data with parameters of type CompressionProperty.Value Modifier and Type Method Description void
SerializerManager. register(java.lang.String runtimeEdgeId, EncoderFactory encoderFactory, DecoderFactory decoderFactory, CompressionProperty.Value compressionProperty, CompressionProperty.Value decompressionProperty)
Register a encoderFactory for runtime edge. -
Uses of CompressionProperty.Value in org.apache.nemo.runtime.executor.data.streamchainer
Constructors in org.apache.nemo.runtime.executor.data.streamchainer with parameters of type CompressionProperty.Value Constructor Description CompressionStreamChainer(CompressionProperty.Value compression)
Constructor.DecompressionStreamChainer(CompressionProperty.Value compression)
Constructor.
-