Package com.hazelcast.jet
Interface JetInstance
- All Superinterfaces:
JetService
Deprecated.
- Since:
- Jet 3.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since 5.0 UseHazelcastInstance.getCacheManager()
instead.Deprecated.since 5.0 UseHazelcastInstance.getCluster()
instead.Deprecated.since 5.0 Because we first access toHazelcastInstance
and thenJetService
from the product's entry point -Hazelcast
-, we don't need to this back reference anymore.<E> IList<E>
Deprecated.since 5.0 UseHazelcastInstance.getList(String)
instead.<K,
V> IMap<K, V> Deprecated.since 5.0 UseHazelcastInstance.getMap(String)
instead.getName()
Deprecated.since 5.0 UseHazelcastInstance.getName()
instead.<E> ITopic<E>
getReliableTopic
(String name) Deprecated.since 5.0 UseHazelcastInstance.getReliableTopic(String)
instead.<K,
V> ReplicatedMap<K, V> getReplicatedMap
(String name) Deprecated.since 5.0 UseHazelcastInstance.getReplicatedMap(String)
instead.getSql()
Deprecated.since 5.0 UseHazelcastInstance.getSql()
instead.void
shutdown()
Deprecated.since 5.0 UseHazelcastInstance.shutdown()
instead.Methods inherited from interface com.hazelcast.jet.JetService
getConfig, getJob, getJob, getJobs, getJobs, getJobStateSnapshot, getJobStateSnapshots, getObservable, getObservables, newJob, newJob, newJob, newJob, newJobIfAbsent, newJobIfAbsent, newLightJob, newLightJob, newLightJob, newLightJob, newObservable
-
Method Details
-
getHazelcastInstance
Deprecated.since 5.0 Because we first access toHazelcastInstance
and thenJetService
from the product's entry point -Hazelcast
-, we don't need to this back reference anymore. This class made sense when the entry point wasJet
.Returns the underlying Hazelcast instance used by Jet. It will be either a server node or a client, depending on the type of thisJetInstance
.- Since:
- Jet 3.0
-
getName
Deprecated.since 5.0 UseHazelcastInstance.getName()
instead.- Since:
- Jet 3.0
-
getCluster
Deprecated.since 5.0 UseHazelcastInstance.getCluster()
instead.- Since:
- Jet 3.0
-
getSql
Deprecated.since 5.0 UseHazelcastInstance.getSql()
instead.- Since:
- Jet 4.4
-
getMap
Deprecated.since 5.0 UseHazelcastInstance.getMap(String)
instead.- Since:
- Jet 3.0
-
getReplicatedMap
Deprecated.since 5.0 UseHazelcastInstance.getReplicatedMap(String)
instead.- Since:
- Jet 3.0
-
getList
Deprecated.since 5.0 UseHazelcastInstance.getList(String)
instead.- Since:
- Jet 3.0
-
getReliableTopic
Deprecated.since 5.0 UseHazelcastInstance.getReliableTopic(String)
instead.- Since:
- Jet 3.0
-
getCacheManager
Deprecated.since 5.0 UseHazelcastInstance.getCacheManager()
instead.- Since:
- Jet 3.0
-
shutdown
Deprecated.since 5.0 UseHazelcastInstance.shutdown()
instead.
-
HazelcastInstance
. Please useJetService
instead.