Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.core |
Jet's Core API.
|
com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
com.hazelcast.jet.server |
Contains Java program entry points that will start a Jet server
instance, submit jobs to a Jet cluster, etc.
|
Modifier and Type | Method and Description |
---|---|
JetInstance |
HazelcastInstance.getJetInstance() |
Modifier and Type | Method and Description |
---|---|
static JetInstance |
Jet.bootstrappedInstance()
Returns either a local Jet instance or a "bootstrapped" Jet client for
a remote Jet cluster, depending on the context.
|
Modifier and Type | Method and Description |
---|---|
JetInstance |
ProcessorMetaSupplier.Context.jetInstance()
Returns the current Jet instance.
|
Modifier and Type | Method and Description |
---|---|
JetInstance |
TestProcessorMetaSupplierContext.jetInstance() |
Modifier and Type | Method and Description |
---|---|
TestSupport |
TestSupport.jetInstance(JetInstance jetInstance)
Use the given instance for
ProcessorMetaSupplier.Context.jetInstance() |
TestProcessorContext |
TestProcessorContext.setJetInstance(JetInstance jetInstance) |
TestProcessorMetaSupplierContext |
TestProcessorMetaSupplierContext.setJetInstance(JetInstance jetInstance)
Sets the jet instance.
|
TestProcessorSupplierContext |
TestProcessorSupplierContext.setJetInstance(JetInstance jetInstance) |
Constructor and Description |
---|
JetCommandLine(Function<ClientConfig,JetInstance> jetClientFn,
PrintStream out,
PrintStream err) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.