Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.EncoderProperty
-
Packages that use EncoderProperty Package Description org.apache.nemo.common.ir org.apache.nemo.common.ir.edge.executionproperty -
-
Uses of EncoderProperty in org.apache.nemo.common.ir
Methods in org.apache.nemo.common.ir with parameters of type EncoderProperty Modifier and Type Method Description void
IRDAG. insert(MessageGeneratorVertex messageGeneratorVertex, MessageAggregatorVertex messageAggregatorVertex, EncoderProperty triggerOutputEncoder, DecoderProperty triggerOutputDecoder, java.util.Set<IREdge> edgesToGetStatisticsOf, java.util.Set<IREdge> edgesToOptimize)
Inserts a new vertex that analyzes intermediate data, and triggers a dynamic optimization. -
Uses of EncoderProperty in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return EncoderProperty Modifier and Type Method Description static EncoderProperty
EncoderProperty. of(EncoderFactory value)
Static method exposing the constructor.
-