Uses of Interface
com.hazelcast.collection.IList
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of IList in com.hazelcast.console
-
Uses of IList in com.hazelcast.core
-
Uses of IList in com.hazelcast.jet
-
Uses of IList in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptionstatic <T> Sink<T>
Returns a sink that adds the items it receives to the specified HazelcastIList
.static <T> BatchSource<T>
Returns a source that emits items retrieved from a HazelcastIList
.
HazelcastInstance.getList(String)
instead.