Uses of Interface
com.hazelcast.jet.JetInstance
Packages that use 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
Methods in com.hazelcast.jet that return JetInstanceModifier and TypeMethodDescriptionstatic JetInstanceJet.bootstrappedInstance()Deprecated.static JetInstanceJet.newJetClient()Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient()and then getJetServicefrom the createdHazelcastInstanceclient by usingHazelcastInstance.getJet()}.static JetInstanceJet.newJetClient(ClientConfig config) Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient(ClientConfig)and then getJetServicefrom the createdHazelcastInstanceclient by usingHazelcastInstance.getJet()}.static JetInstanceJet.newJetFailoverClient()Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient()and then getJetServicefrom the createdHazelcastInstanceclient by usingHazelcastInstance.getJet()}.static JetInstanceJet.newJetFailoverClient(ClientFailoverConfig config) Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient(ClientFailoverConfig)and then getJetServicefrom the createdHazelcastInstanceclient by usingHazelcastInstance.getJet()}.static JetInstanceJet.newJetInstance()Deprecated.since 5.0 Please useHazelcast.newHazelcastInstance()and then getJetServicefrom the createdHazelcastInstanceby usingHazelcastInstance.getJet()}.static JetInstanceJet.newJetInstance(JetConfig config) Deprecated.since 5.0 UseHazelcast.newHazelcastInstance(Config)and then getJetServicefrom the createdHazelcastInstanceby usingHazelcastInstance.getJet()}. -
Uses of JetInstance in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return JetInstanceModifier and TypeMethodDescriptionProcessorMetaSupplier.Context.jetInstance()Deprecated.UsehazelcastInstance().getJet()instead. -
Uses of JetInstance in com.hazelcast.jet.core.test
Methods in com.hazelcast.jet.core.test that return JetInstance
Hazelcast.bootstrappedInstance()and then getJetServicefrom the createdHazelcastInstanceby usingHazelcastInstance.getJet()}.