com.hazelcast.client.proxy
Class ClientSetProxy<E>

java.lang.Object
  extended by com.hazelcast.client.spi.ClientProxy
      extended by com.hazelcast.client.proxy.AbstractClientCollectionProxy<E>
          extended by com.hazelcast.client.proxy.ClientSetProxy<E>
All Implemented Interfaces:
DistributedObject, ICollection<E>, ISet<E>, Iterable<E>, Collection<E>, Set<E>

public class ClientSetProxy<E>
extends AbstractClientCollectionProxy<E>
implements ISet<E>

Author:
ali 5/20/13

Field Summary
 
Fields inherited from class com.hazelcast.client.proxy.AbstractClientCollectionProxy
partitionKey
 
Constructor Summary
ClientSetProxy(String serviceName, String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.hazelcast.client.proxy.AbstractClientCollectionProxy
add, addAll, addItemListener, clear, contains, containsAll, invoke, isEmpty, iterator, remove, removeAll, removeItemListener, retainAll, size, toArray, toArray
 
Methods inherited from class com.hazelcast.client.spi.ClientProxy
destroy, equals, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invokeInterruptibly, listen, listen, onDestroy, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface com.hazelcast.core.ICollection
addItemListener, getName, removeItemListener
 
Methods inherited from interface com.hazelcast.core.DistributedObject
destroy, getId, getPartitionKey, getServiceName
 

Constructor Detail

ClientSetProxy

public ClientSetProxy(String serviceName,
                      String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.