Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean 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 |
---|---|
<E> ISet<E> |
HazelcastClientProxy.getSet(String name) |
<E> ISet<E> |
HazelcastClient.getSet(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ISet<E> |
HazelcastInstance.getSet(String name)
Returns the distributed set instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> ISet<E> |
HazelcastConnectionImpl.getSet(String name) |
<E> ISet<E> |
HazelcastConnection.getSet(String name) |
Constructor and Description |
---|
SetMBean(ISet managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
static <V> KeyValueSource<String,V> |
KeyValueSource.fromSet(ISet<V> set)
A helper method to build a KeyValueSource implementation based on the specified
ISet .The key returned by this KeyValueSource implementation is ALWAYS the name of the set itself, whereas the value are the entries of set one by one. |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.