Package com.hazelcast.jet.config
Jet's configuration data objects.
- Since:
- Jet 3.0
-
Interface Summary Interface Description JobClassLoaderFactory An interface that can be implemented to provide custom class loader for Jet job. -
Class Summary Class Description DeltaJobConfig Contains a configuration change forJobConfig
.EdgeConfig A configuration object for a DAGEdge
that holds fine-tuning parameters that influence its performance characteristics.InstanceConfig Deprecated. since 5.0, useJetConfig
instead.JetConfig Configuration object for a Jet instance.JetConfigDataSerializerHook Hazelcast serializer hooks for the classes in thecom.hazelcast.jet.config
package.JobConfig Contains the configuration specific to one Hazelcast Jet job.JobConfigArguments Some constants for theJobConfig.getArgument(String)
method.ResourceConfig Describes a single resource to deploy to the Jet cluster. -
Enum Summary Enum Description ProcessingGuarantee Defines what message processing guarantees are given under failure conditions.ResourceType Represents the type of the resource to be uploaded.