Package com.hazelcast.jet
Interface JetInstance
- All Superinterfaces:
JetService
Deprecated.
- Since:
- Jet 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hazelcast.jet.JetService
JetService.JobBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.UseHazelcastInstance.getCacheManager()
instead.Deprecated.UseHazelcastInstance.getCluster()
instead.Deprecated.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.UseHazelcastInstance.getList(String)
instead.<K,
V> IMap<K, V> Deprecated.UseHazelcastInstance.getMap(String)
instead.getName()
Deprecated.UseHazelcastInstance.getName()
instead.<E> ITopic<E>
getReliableTopic
(String name) Deprecated.UseHazelcastInstance.getReliableTopic(String)
instead.<K,
V> ReplicatedMap<K, V> getReplicatedMap
(String name) Deprecated.UseHazelcastInstance.getReplicatedMap(String)
instead.getSql()
Deprecated.UseHazelcastInstance.getSql()
instead.void
shutdown()
Deprecated.UseHazelcastInstance.shutdown()
instead.Methods inherited from interface com.hazelcast.jet.JetService
getConfig, getJob, getJob, getJobs, getJobs, getJobStateSnapshot, getJobStateSnapshots, getObservable, getObservables, newJob, newJob, newJob, newJob, newJobBuilder, newJobBuilder, newJobIfAbsent, newJobIfAbsent, newLightJob, newLightJob, newLightJob, newLightJob, newObservable
-
Method Details
-
getHazelcastInstance
Deprecated.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.UseHazelcastInstance.getName()
instead.- Since:
- Jet 3.0
-
getCluster
Deprecated.UseHazelcastInstance.getCluster()
instead.- Since:
- Jet 3.0
-
getSql
Deprecated.UseHazelcastInstance.getSql()
instead.- Since:
- Jet 4.4
-
getMap
Deprecated.UseHazelcastInstance.getMap(String)
instead.- Since:
- Jet 3.0
-
getReplicatedMap
Deprecated.UseHazelcastInstance.getReplicatedMap(String)
instead.- Since:
- Jet 3.0
-
getList
Deprecated.UseHazelcastInstance.getList(String)
instead.- Since:
- Jet 3.0
-
getReliableTopic
Deprecated.UseHazelcastInstance.getReliableTopic(String)
instead.- Since:
- Jet 3.0
-
getCacheManager
Deprecated.UseHazelcastInstance.getCacheManager()
instead.- Since:
- Jet 3.0
-
shutdown
Deprecated.UseHazelcastInstance.shutdown()
instead.
-
HazelcastInstance
. Please useJetService
instead.