protected static class MSEventSenderImpl.BoundedDeque extends java.util.concurrent.LinkedBlockingDeque<RequestLogMessage>
Modifier and Type | Field | Description |
---|---|---|
static int |
DEFAULT_LENGTH |
|
static int |
MAX_LENGTH |
|
static int |
MIN_LENGTH |
Constructor | Description |
---|---|
BoundedDeque() |
|
BoundedDeque(int size) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
offer(RequestLogMessage event) |
containsAll, equals, hashCode, isEmpty, parallelStream, stream
add, addAll, addFirst, addLast, clear, contains, descendingIterator, drainTo, drainTo, element, forEach, getFirst, getLast, iterator, offer, offerFirst, offerFirst, offerLast, offerLast, peek, peekFirst, peekLast, poll, poll, pollFirst, pollFirst, pollLast, pollLast, pop, push, put, putFirst, putLast, remainingCapacity, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, take, takeFirst, takeLast, toArray, toArray, toString
public static final int MIN_LENGTH
public static final int MAX_LENGTH
public static final int DEFAULT_LENGTH
public boolean offer(RequestLogMessage event)
offer
in class java.util.concurrent.LinkedBlockingDeque<RequestLogMessage>
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.