public class TracingSet<E> extends Object implements com.hazelcast.core.ISet<E>
| Constructor and Description |
|---|
TracingSet(com.hazelcast.core.ISet<E> set,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E element) |
boolean |
addAll(Collection<? extends E> collection) |
String |
addItemListener(com.hazelcast.core.ItemListener<E> listener,
boolean includeValue) |
void |
clear() |
boolean |
contains(Object element) |
boolean |
containsAll(Collection<?> collection) |
void |
destroy() |
boolean |
equals(Object o) |
void |
forEach(Consumer<? super E> action) |
String |
getName() |
String |
getPartitionKey() |
String |
getServiceName() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
Stream<E> |
parallelStream() |
boolean |
remove(Object element) |
boolean |
removeAll(Collection<?> collection) |
boolean |
removeIf(Predicate<? super E> filter) |
boolean |
removeItemListener(String registrationId) |
boolean |
retainAll(Collection<?> collection) |
int |
size() |
Spliterator<E> |
spliterator() |
Stream<E> |
stream() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public TracingSet(com.hazelcast.core.ISet<E> set, boolean traceWithActiveSpanOnly)
public int size()
public boolean isEmpty()
public boolean contains(Object element)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(E element)
public boolean remove(Object element)
public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<E>containsAll in interface Set<E>public boolean addAll(Collection<? extends E> collection)
public boolean retainAll(Collection<?> collection)
public boolean removeAll(Collection<?> collection)
public void clear()
public boolean equals(Object o)
public int hashCode()
public Spliterator<E> spliterator()
spliterator in interface Iterable<E>spliterator in interface Collection<E>spliterator in interface Set<E>public boolean removeIf(Predicate<? super E> filter)
removeIf in interface Collection<E>public Stream<E> stream()
stream in interface Collection<E>public Stream<E> parallelStream()
parallelStream in interface Collection<E>public String getName()
getName in interface com.hazelcast.core.DistributedObjectgetName in interface com.hazelcast.core.ICollection<E>public String addItemListener(com.hazelcast.core.ItemListener<E> listener, boolean includeValue)
addItemListener in interface com.hazelcast.core.ICollection<E>public boolean removeItemListener(String registrationId)
removeItemListener in interface com.hazelcast.core.ICollection<E>public String getPartitionKey()
getPartitionKey in interface com.hazelcast.core.DistributedObjectpublic String getServiceName()
getServiceName in interface com.hazelcast.core.DistributedObjectpublic void destroy()
destroy in interface com.hazelcast.core.DistributedObjectCopyright © 2018-2019–2019. All rights reserved.