public class BatchResult<E> extends Object implements List<E>
Constructor and Description |
---|
BatchResult(List<E> responses,
int syncedSlaves) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e)
Deprecated.
|
void |
add(int index,
E element)
Deprecated.
|
boolean |
addAll(Collection<? extends E> c)
Deprecated.
|
boolean |
addAll(int index,
Collection<? extends E> c)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object o)
Deprecated.
|
boolean |
containsAll(Collection<?> c)
Deprecated.
|
E |
get(int index)
Deprecated.
|
List<?> |
getResponses()
Returns list with result object for each command
|
int |
getSyncedSlaves()
Returns synchronized slaves amount involved during batch execution
|
int |
indexOf(Object o)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator<E> |
iterator()
Deprecated.
|
int |
lastIndexOf(Object o)
Deprecated.
|
ListIterator<E> |
listIterator()
Deprecated.
|
ListIterator<E> |
listIterator(int index)
Deprecated.
|
E |
remove(int index)
Deprecated.
|
boolean |
remove(Object o)
Deprecated.
|
boolean |
removeAll(Collection<?> c)
Deprecated.
|
boolean |
retainAll(Collection<?> c)
Deprecated.
|
E |
set(int index,
E element)
Deprecated.
|
int |
size()
Deprecated.
|
List<E> |
subList(int fromIndex,
int toIndex)
Deprecated.
|
Object[] |
toArray()
Deprecated.
|
<T> T[] |
toArray(T[] a)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public List<?> getResponses()
public int getSyncedSlaves()
@Deprecated public int size()
getResponses()
@Deprecated public boolean isEmpty()
getResponses()
@Deprecated public boolean contains(Object o)
getResponses()
@Deprecated public Iterator<E> iterator()
getResponses()
@Deprecated public Object[] toArray()
getResponses()
@Deprecated public <T> T[] toArray(T[] a)
getResponses()
@Deprecated public boolean add(E e)
getResponses()
@Deprecated public boolean remove(Object o)
getResponses()
@Deprecated public boolean containsAll(Collection<?> c)
getResponses()
containsAll
in interface Collection<E>
containsAll
in interface List<E>
@Deprecated public boolean addAll(Collection<? extends E> c)
getResponses()
@Deprecated public boolean addAll(int index, Collection<? extends E> c)
getResponses()
@Deprecated public boolean removeAll(Collection<?> c)
getResponses()
@Deprecated public boolean retainAll(Collection<?> c)
getResponses()
@Deprecated public void clear()
getResponses()
@Deprecated public E get(int index)
getResponses()
@Deprecated public E set(int index, E element)
getResponses()
@Deprecated public void add(int index, E element)
getResponses()
@Deprecated public E remove(int index)
getResponses()
@Deprecated public int indexOf(Object o)
getResponses()
@Deprecated public int lastIndexOf(Object o)
getResponses()
lastIndexOf
in interface List<E>
@Deprecated public ListIterator<E> listIterator()
getResponses()
listIterator
in interface List<E>
@Deprecated public ListIterator<E> listIterator(int index)
getResponses()
listIterator
in interface List<E>
@Deprecated public List<E> subList(int fromIndex, int toIndex)
getResponses()
Copyright © 2014–2019 The Redisson Project. All rights reserved.