Hazelcast
class as the entry point.@Deprecated public final class Jet extends Object
@Nonnull @Deprecated public static JetInstance bootstrappedInstance()
Hazelcast.bootstrappedInstance()
and then get
JetService
from the created HazelcastInstance
by using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetInstance()
Hazelcast.newHazelcastInstance()
and then get
JetService
from the created HazelcastInstance
by using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetInstance(@Nonnull JetConfig config)
Hazelcast.newHazelcastInstance(Config)
and then get
JetService
from the created HazelcastInstance
by
using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetClient()
HazelcastClient.newHazelcastClient()
and then get
JetService
from the created HazelcastInstance
client by using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetClient(@Nonnull ClientConfig config)
HazelcastClient.newHazelcastClient(ClientConfig)
and
then get JetService
from the created HazelcastInstance
client by using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetFailoverClient()
HazelcastClient.newHazelcastFailoverClient()
and
then get JetService
from the created HazelcastInstance
client by using HazelcastInstance.getJet()
}.@Deprecated @Nonnull public static JetInstance newJetFailoverClient(@Nonnull ClientFailoverConfig config)
HazelcastClient.newHazelcastFailoverClient(ClientFailoverConfig)
and then get JetService
from the created HazelcastInstance
client by using HazelcastInstance.getJet()
}.Copyright © 2023 Hazelcast, Inc.. All rights reserved.