HazelcastInstance
. Please use JetService
instead.@Deprecated public interface JetInstance extends JetService
Modifier and Type | Method and Description |
---|---|
JetCacheManager |
getCacheManager()
Deprecated.
since 5.0
Use
HazelcastInstance.getCacheManager() instead. |
Cluster |
getCluster()
Deprecated.
since 5.0
Use
HazelcastInstance.getCluster() instead. |
HazelcastInstance |
getHazelcastInstance()
Deprecated.
since 5.0
Because we first access to
HazelcastInstance and then
JetService from the product's entry point -Hazelcast -,
we don't need to this back reference anymore. This class made
sense when the entry point was Jet . |
<E> IList<E> |
getList(String name)
Deprecated.
since 5.0
Use
HazelcastInstance.getList(String) instead. |
<K,V> IMap<K,V> |
getMap(String name)
Deprecated.
since 5.0
Use
HazelcastInstance.getMap(String) instead. |
String |
getName()
Deprecated.
since 5.0
Use
HazelcastInstance.getName() instead. |
<E> ITopic<E> |
getReliableTopic(String name)
Deprecated.
since 5.0
Use
HazelcastInstance.getReliableTopic(String) instead. |
<K,V> ReplicatedMap<K,V> |
getReplicatedMap(String name)
Deprecated.
since 5.0
Use
HazelcastInstance.getReplicatedMap(String) instead. |
SqlService |
getSql()
Deprecated.
since 5.0
Use
HazelcastInstance.getSql() instead. |
void |
shutdown()
Deprecated.
since 5.0
Use
HazelcastInstance.shutdown() instead. |
getConfig, getJob, getJob, getJobs, getJobs, getJobStateSnapshot, getJobStateSnapshots, getObservable, getObservables, newJob, newJob, newJob, newJob, newJobIfAbsent, newJobIfAbsent, newLightJob, newLightJob, newLightJob, newLightJob, newObservable
@Nonnull @Deprecated HazelcastInstance getHazelcastInstance()
HazelcastInstance
and then
JetService
from the product's entry point -Hazelcast
-,
we don't need to this back reference anymore. This class made
sense when the entry point was Jet
.JetInstance
.@Nonnull @Deprecated String getName()
HazelcastInstance.getName()
instead.@Nonnull @Deprecated Cluster getCluster()
HazelcastInstance.getCluster()
instead.@Beta @Nonnull @Deprecated SqlService getSql()
HazelcastInstance.getSql()
instead.@Nonnull @Deprecated <K,V> IMap<K,V> getMap(@Nonnull String name)
HazelcastInstance.getMap(String)
instead.@Nonnull @Deprecated <K,V> ReplicatedMap<K,V> getReplicatedMap(@Nonnull String name)
HazelcastInstance.getReplicatedMap(String)
instead.@Nonnull @Deprecated <E> IList<E> getList(@Nonnull String name)
HazelcastInstance.getList(String)
instead.@Nonnull @Deprecated <E> ITopic<E> getReliableTopic(@Nonnull String name)
HazelcastInstance.getReliableTopic(String)
instead.@Deprecated @Nonnull JetCacheManager getCacheManager()
HazelcastInstance.getCacheManager()
instead.@Deprecated void shutdown()
HazelcastInstance.shutdown()
instead.Copyright © 2022 Hazelcast, Inc.. All rights reserved.