Package com.hazelcast.jet
Interface JetInstance
- All Superinterfaces:
JetService
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- Jet 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hazelcast.jet.JetService
JetService.JobBuilder -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getCacheManager()instead.Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getCluster()instead.Deprecated, for removal: This API element is subject to removal in a future version.Because we first access toHazelcastInstanceand thenJetServicefrom the product's entry point -Hazelcast-, we don't need to this back reference anymore.<E> IList<E>Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getList(String)instead.<K,V> IMap<K, V> Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getMap(String)instead.getName()Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getName()instead.<E> ITopic<E>getReliableTopic(String name) Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getReliableTopic(String)instead.<K,V> ReplicatedMap<K, V> getReplicatedMap(String name) Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getReplicatedMap(String)instead.getSql()Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getSql()instead.voidshutdown()Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.Because we first access toHazelcastInstanceand thenJetServicefrom 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, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getName()instead.- Since:
- Jet 3.0
-
getCluster
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getCluster()instead.- Since:
- Jet 3.0
-
getSql
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getSql()instead.- Since:
- Jet 4.4
-
getMap
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getMap(String)instead.- Since:
- Jet 3.0
-
getReplicatedMap
@Nonnull @Deprecated(since="5.0", forRemoval=true) <K,V> ReplicatedMap<K,V> getReplicatedMap(@Nonnull String name) Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getReplicatedMap(String)instead.- Since:
- Jet 3.0
-
getList
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getList(String)instead.- Since:
- Jet 3.0
-
getReliableTopic
@Nonnull @Deprecated(since="5.0", forRemoval=true) <E> ITopic<E> getReliableTopic(@Nonnull String name) Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getReliableTopic(String)instead.- Since:
- Jet 3.0
-
getCacheManager
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.getCacheManager()instead.- Since:
- Jet 3.0
-
shutdown
Deprecated, for removal: This API element is subject to removal in a future version.UseHazelcastInstance.shutdown()instead.
-
HazelcastInstance. Please useJetServiceinstead.