Uses of Interface
com.hazelcast.collection.IList
Packages that use 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
Methods in com.hazelcast.console that return IList -
Uses of IList in com.hazelcast.core
Methods in com.hazelcast.core that return IList -
Uses of IList in com.hazelcast.jet
Methods in com.hazelcast.jet that return IList -
Uses of IList in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline with parameters of type IListModifier 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.