public static class BatchInvalidator.InvalidationQueue extends ConcurrentLinkedQueue<Invalidation>
Constructor and Description |
---|
InvalidationQueue() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Invalidation invalidation) |
boolean |
addAll(Collection<? extends Invalidation> c) |
void |
clear() |
boolean |
offer(Invalidation invalidation) |
Invalidation |
poll() |
void |
release() |
Invalidation |
remove() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
boolean |
tryAcquire() |
contains, isEmpty, iterator, peek, spliterator, toArray, toArray
element
containsAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, parallelStream, removeIf, stream
public int size()
size
in interface Collection<Invalidation>
size
in class ConcurrentLinkedQueue<Invalidation>
public boolean offer(Invalidation invalidation)
offer
in interface Queue<Invalidation>
offer
in class ConcurrentLinkedQueue<Invalidation>
public Invalidation poll()
poll
in interface Queue<Invalidation>
poll
in class ConcurrentLinkedQueue<Invalidation>
public boolean tryAcquire()
public void release()
public boolean add(Invalidation invalidation)
add
in interface Collection<Invalidation>
add
in interface Queue<Invalidation>
add
in class ConcurrentLinkedQueue<Invalidation>
public Invalidation remove()
remove
in interface Queue<Invalidation>
remove
in class AbstractQueue<Invalidation>
public boolean remove(Object o)
remove
in interface Collection<Invalidation>
remove
in class ConcurrentLinkedQueue<Invalidation>
public boolean addAll(Collection<? extends Invalidation> c)
addAll
in interface Collection<Invalidation>
addAll
in class ConcurrentLinkedQueue<Invalidation>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<Invalidation>
removeAll
in class AbstractCollection<Invalidation>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<Invalidation>
retainAll
in class AbstractCollection<Invalidation>
public void clear()
clear
in interface Collection<Invalidation>
clear
in class AbstractQueue<Invalidation>
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.