Uses of Interface
com.hazelcast.core.ISet

Packages that use ISet
com.hazelcast.client   
com.hazelcast.core   
com.hazelcast.jmx The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. 
 

Uses of ISet in com.hazelcast.client
 

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

Uses of ISet in com.hazelcast.core
 

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

Uses of ISet in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ISet
SetMBean(ISet<?> managedObject, ManagementService managementService)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.