Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.DecoderProperty
-
Packages that use DecoderProperty Package Description org.apache.nemo.common.ir org.apache.nemo.common.ir.edge.executionproperty -
-
Uses of DecoderProperty in org.apache.nemo.common.ir
Methods in org.apache.nemo.common.ir with parameters of type DecoderProperty 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 DecoderProperty in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return DecoderProperty Modifier and Type Method Description static DecoderProperty
DecoderProperty. of(DecoderFactory value)
Static method exposing the constructor.
-