Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.config |
Jet's configuration data objects.
|
Modifier and Type | Method and Description |
---|---|
JetConfig |
Config.getJetConfig()
Returns the Jet config
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setJetConfig(JetConfig jetConfig)
Sets the Jet config
|
Modifier and Type | Method and Description |
---|---|
JetConfig |
JetInstance.getConfig()
Returns the configuration for this Jet member.
|
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.
|
JetConfig |
JetConfig.setInstanceConfig(InstanceConfig instanceConfig)
Sets the Jet instance config.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.