Uses of Interface
com.hazelcast.jet.JetInstance
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
Utilities for writing tests of Core API Processors.
-
Uses of JetInstance in com.hazelcast.jet
Modifier and TypeMethodDescriptionstatic JetInstance
Jet.bootstrappedInstance()
Deprecated.static JetInstance
Jet.newJetClient()
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Jet.newJetClient
(ClientConfig config) Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient(ClientConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Jet.newJetFailoverClient()
Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Jet.newJetFailoverClient
(ClientFailoverConfig config) Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient(ClientFailoverConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Jet.newJetInstance()
Deprecated.since 5.0 Please useHazelcast.newHazelcastInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.static JetInstance
Jet.newJetInstance
(JetConfig config) Deprecated.since 5.0 UseHazelcast.newHazelcastInstance(Config)
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}. -
Uses of JetInstance in com.hazelcast.jet.core
Modifier and TypeMethodDescriptionProcessorMetaSupplier.Context.jetInstance()
Deprecated.UsehazelcastInstance().getJet()
instead. -
Uses of JetInstance in com.hazelcast.jet.core.test
Hazelcast.bootstrappedInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.