Uses of Interface
com.hazelcast.core.ISet

Packages that use ISet
com.hazelcast.client.console This package contains ClientConsoleApp
 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.collection.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.console This package contains classes related to ConsoleApp
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
com.hazelcast.jmx Contains Hazelcast management bean 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. 
 

Uses of ISet in com.hazelcast.client.console
 

Methods in com.hazelcast.client.console that return ISet
 ISet<Object> ClientConsoleApp.getSet()
           
 

Uses of ISet in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return ISet
<E> ISet<E>
HazelcastClientInstanceImpl.getSet(String name)
           
<E> ISet<E>
HazelcastClientProxy.getSet(String name)
           
 

Uses of ISet in com.hazelcast.client.proxy
 

Classes in com.hazelcast.client.proxy that implement ISet
 class ClientSetProxy<E>
           
 

Uses of ISet in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.set that implement ISet
 class SetProxyImpl<E>
           
 

Uses of ISet in com.hazelcast.console
 

Methods in com.hazelcast.console that return ISet
 ISet<Object> ConsoleApp.getSet()
           
 

Uses of ISet in com.hazelcast.core
 

Methods in com.hazelcast.core that return ISet
<E> ISet<E>
HazelcastInstance.getSet(String name)
          Returns the distributed set instance with the specified name.
 

Uses of ISet in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return ISet
<E> ISet<E>
HazelcastInstanceImpl.getSet(String name)
           
<E> ISet<E>
HazelcastInstanceProxy.getSet(String name)
           
 

Uses of ISet in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return ISet
<E> ISet<E>
HazelcastConnectionImpl.getSet(String name)
           
 

Uses of ISet in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ISet
SetMBean(ISet managedObject, ManagementService service)
           
 

Uses of ISet in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce with parameters of type ISet
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 © 2015 Hazelcast, Inc.. All Rights Reserved.