public class ClientSetProxy<E> extends ClientProxy implements ISet<E>
name| Constructor and Description | 
|---|
| ClientSetProxy(String serviceName,
              String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(E e) | 
| boolean | addAll(Collection<? extends E> c) | 
| String | addItemListener(ItemListener<E> listener,
               boolean includeValue)Adds an item listener for this collection. | 
| void | clear() | 
| boolean | contains(Object o) | 
| boolean | containsAll(Collection<?> c) | 
| protected ClientMessage | invokeOnPartition(ClientMessage req) | 
| protected <T> T | invokeOnPartitionInterruptibly(ClientMessage clientMessage) | 
| boolean | isEmpty() | 
| Iterator<E> | iterator() | 
| protected void | onInitialize()Called when proxy is created. | 
| boolean | remove(Object o) | 
| boolean | removeAll(Collection<?> c) | 
| boolean | removeItemListener(String registrationId)Removes the specified item listener. | 
| boolean | retainAll(Collection<?> c) | 
| int | size() | 
| Object[] | toArray() | 
| <T> T[] | toArray(T[] a) | 
| String | toString() | 
deregisterListener, destroy, equals, getClient, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invokeOnPartition, invokeOnPartitionInterruptibly, onDestroy, onShutdown, registerListener, setContext, throwExceptionIfNull, toData, toObjectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamedestroy, getPartitionKey, getServiceNamepublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(E e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface Set<E>public boolean addAll(Collection<? extends E> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public String addItemListener(ItemListener<E> listener, boolean includeValue)
ICollectionaddItemListener in interface ICollection<E>listener - the item listenerincludeValue - true if the updated item should be passed
                     to the item listener, false otherwise.public boolean removeItemListener(String registrationId)
ICollectionremoveItemListener in interface ICollection<E>registrationId - Id of the listener registration.protected void onInitialize()
ClientProxyonInitialize in class ClientProxyprotected ClientMessage invokeOnPartition(ClientMessage req)
protected <T> T invokeOnPartitionInterruptibly(ClientMessage clientMessage) throws InterruptedException
InterruptedExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.