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