public class ClientWiredStatelessChronicleCollection<U,E extends Collection<U>> extends net.openhft.chronicle.map.MapStatelessClient<CollectionWireHandler.SetEventId> implements Collection<U>
| Constructor and Description |
|---|
ClientWiredStatelessChronicleCollection(String channelName,
net.openhft.chronicle.network.connection.ClientWiredStatelessTcpConnectionHub hub,
long cid,
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> wireToSet,
String type,
java.util.function.Supplier<E> factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(U u) |
boolean |
addAll(Collection<? extends U> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<U> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
checkIsData, proxyReturnBoolean, proxyReturnBooleanWithArgs, proxyReturnBooleanWithSequence, proxyReturnInt, proxyReturnLong, proxyReturnUint16, proxyReturnVoid, proxyReturnVoid, proxyReturnWireConsumer, proxyReturnWireConsumerInOut, readBoolean, readInt, sendEvent, sendEventAsync, toParameters, writeAsyncMetaData, writeMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic ClientWiredStatelessChronicleCollection(@NotNull
String channelName,
@NotNull
net.openhft.chronicle.network.connection.ClientWiredStatelessTcpConnectionHub hub,
long cid,
@NotNull
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> wireToSet,
@NotNull
String type,
@NotNull
java.util.function.Supplier<E> factory)
public int size()
size in interface Collection<U>public boolean isEmpty()
isEmpty in interface Collection<U>public boolean contains(Object o)
contains in interface Collection<U>@NotNull public Object[] toArray()
toArray in interface Collection<U>@NotNull public <T> T[] toArray(T[] array)
toArray in interface Collection<U>public boolean add(U u)
add in interface Collection<U>public boolean remove(Object o)
remove in interface Collection<U>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<U>public boolean addAll(Collection<? extends U> c)
addAll in interface Collection<U>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<U>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<U>public void clear()
clear in interface Collection<U>Copyright © 2015. All rights reserved.