| Package | Description | 
|---|---|
| com.hazelcast.jet.config | Jet's configuration data objects. | 
| com.hazelcast.jet.core | Jet's Core API. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdgeConfig | JetConfig. getDefaultEdgeConfig()Returns the default DAG edge configuration. | 
| EdgeConfig | EdgeConfig. setPacketSizeLimit(int packetSizeLimit)For a distributed edge, data is sent to a remote member via Hazelcast network
 packets. | 
| EdgeConfig | EdgeConfig. setQueueSize(int queueSize)Sets the capacity of processor-to-processor concurrent queues. | 
| EdgeConfig | EdgeConfig. setReceiveWindowMultiplier(int receiveWindowMultiplier)Sets the scaling factor used by the adaptive receive window sizing
 function. | 
| Modifier and Type | Method and Description | 
|---|---|
| JetConfig | JetConfig. setDefaultEdgeConfig(EdgeConfig defaultEdgeConfig)Sets the configuration object that specifies the defaults to use
 for a DAG edge configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdgeConfig | Edge. getConfig()Returns the  EdgeConfiginstance associated with this edge. | 
| Modifier and Type | Method and Description | 
|---|---|
| Edge | Edge. setConfig(EdgeConfig config)Assigns an  EdgeConfigto this edge. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.