public class TracingList<E> extends Object implements com.hazelcast.core.IList<E>
| Constructor and Description |
|---|
TracingList(com.hazelcast.core.IList<E> list,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E element) |
void |
add(int index,
E element) |
boolean |
addAll(Collection<? extends E> collection) |
boolean |
addAll(int index,
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) |
E |
get(int index) |
String |
getName() |
String |
getPartitionKey() |
String |
getServiceName() |
int |
hashCode() |
int |
indexOf(Object element) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
int |
lastIndexOf(Object element) |
ListIterator<E> |
listIterator() |
ListIterator<E> |
listIterator(int index) |
Stream<E> |
parallelStream() |
E |
remove(int index) |
boolean |
remove(Object element) |
boolean |
removeAll(Collection<?> collection) |
boolean |
removeIf(Predicate<? super E> filter) |
boolean |
removeItemListener(String registrationId) |
void |
replaceAll(UnaryOperator<E> operator) |
boolean |
retainAll(Collection<?> collection) |
E |
set(int index,
E element) |
int |
size() |
void |
sort(Comparator<? super E> c) |
Spliterator<E> |
spliterator() |
Stream<E> |
stream() |
List<E> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public TracingList(com.hazelcast.core.IList<E> list, 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 List<E>public boolean addAll(Collection<? extends E> collection)
public boolean addAll(int index,
Collection<? extends E> collection)
public boolean removeAll(Collection<?> collection)
public boolean retainAll(Collection<?> collection)
public void replaceAll(UnaryOperator<E> operator)
replaceAll in interface List<E>public void sort(Comparator<? super E> c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object element)
lastIndexOf in interface List<E>public ListIterator<E> listIterator()
listIterator in interface List<E>public ListIterator<E> listIterator(int index)
listIterator in interface List<E>public Spliterator<E> spliterator()
spliterator in interface Iterable<E>spliterator in interface Collection<E>spliterator in interface List<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.