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.since 5.0 Please useHazelcast.bootstrappedInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.static JetInstance
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
newJetClient
(ClientConfig config) Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient(ClientConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Deprecated.since 5.0 UseHazelcastClient.newHazelcastFailoverClient(ClientFailoverConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}.static JetInstance
Deprecated.since 5.0 Please useHazelcast.newHazelcastInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.static JetInstance
newJetInstance
(JetConfig config) Deprecated.since 5.0 UseHazelcast.newHazelcastInstance(Config)
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.
-
Method Details
-
bootstrappedInstance
Deprecated.since 5.0 Please useHazelcast.bootstrappedInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}.- Since:
- Jet 4.0
-
newJetInstance
Deprecated.since 5.0 Please useHazelcast.newHazelcastInstance()
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}. -
newJetInstance
Deprecated.since 5.0 UseHazelcast.newHazelcastInstance(Config)
and then getJetService
from the createdHazelcastInstance
by usingHazelcastInstance.getJet()
}. -
newJetClient
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient()
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}. -
newJetClient
Deprecated.since 5.0 UseHazelcastClient.newHazelcastClient(ClientConfig)
and then getJetService
from the createdHazelcastInstance
client by usingHazelcastInstance.getJet()
}. -
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()
}.
-
Hazelcast
class as the entry point.