Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
Modifier and Type | Method and Description |
---|---|
IList<Object> |
ConsoleApp.getList() |
Modifier and Type | Method and Description |
---|---|
<E> IList<E> |
HazelcastInstance.getList(String name)
Creates or returns the distributed list instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static <V> KeyValueSource<String,V> |
KeyValueSource.fromList(IList<? extends V> list)
Deprecated.
A helper method to build a KeyValueSource implementation based on the specified
IList .The key returned by this KeyValueSource implementation is ALWAYS the name of the list itself, whereas the value are the entries of the list, one by one. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.