Uses of Class
com.hazelcast.jet.config.EdgeConfig
Packages that use EdgeConfig
Package
Description
Jet's configuration data objects.
Jet's Core API.
-
Uses of EdgeConfig in com.hazelcast.jet.config
Methods in com.hazelcast.jet.config that return EdgeConfigModifier and TypeMethodDescriptionJetConfig.getDefaultEdgeConfig()
Returns the default DAG edge configuration.EdgeConfig.setPacketSizeLimit
(int packetSizeLimit) For a distributed edge, data is sent to a remote member via Hazelcast network packets.EdgeConfig.setQueueSize
(int queueSize) Sets the capacity of processor-to-processor concurrent queues.EdgeConfig.setReceiveWindowMultiplier
(int receiveWindowMultiplier) Sets the scaling factor used by the adaptive receive window sizing function.Methods in com.hazelcast.jet.config with parameters of type EdgeConfigModifier and TypeMethodDescriptionJetConfig.setDefaultEdgeConfig
(EdgeConfig defaultEdgeConfig) Sets the configuration object that specifies the defaults to use for a DAG edge configuration. -
Uses of EdgeConfig in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return EdgeConfigModifier and TypeMethodDescriptionEdge.getConfig()
Returns theEdgeConfig
instance associated with this edge.Methods in com.hazelcast.jet.core with parameters of type EdgeConfigModifier and TypeMethodDescriptionEdge.setConfig
(EdgeConfig config) Assigns anEdgeConfig
to this edge.