Package com.hazelcast.jet
Class Jet
- java.lang.Object
-
- com.hazelcast.jet.Jet
-
@Deprecated public final class Jet extends java.lang.Object
Deprecated.After 5.0 Jet was merged into core Hazelcast product. Use theHazelcast
class as the entry point.Entry point to the Jet product.- Since:
- Jet 3.0
-
-
Method Summary
-
-
-
Method Detail
-
bootstrappedInstance
@Nonnull @Deprecated public static JetInstance bootstrappedInstance()
Deprecated.since 5.0 Please useHazelcast.bootstrappedInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.- Since:
- Jet 4.0
-
newJetInstance
@Deprecated @Nonnull public static JetInstance newJetInstance()
Deprecated.since 5.0 Please useHazelcast.newHazelcastInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.
-
newJetInstance
@Deprecated @Nonnull public static JetInstance newJetInstance(@Nonnull JetConfig config)
Deprecated.since 5.0 UseHazelcast.newHazelcastInstance(Config)
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.
-
newJetClient
@Deprecated @Nonnull public static JetInstance newJetClient()
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.
-
newJetClient
@Deprecated @Nonnull public static JetInstance newJetClient(@Nonnull ClientConfig config)
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient(ClientConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.
-
newJetFailoverClient
@Deprecated @Nonnull public static JetInstance newJetFailoverClient()
Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.
-
newJetFailoverClient
@Deprecated @Nonnull public static JetInstance newJetFailoverClient(@Nonnull ClientFailoverConfig config)
Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient(ClientFailoverConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.
-
-