public class OperationsQueue extends LinkedBlockingQueue<OperationRepresentation>
Constructor and Description |
---|
OperationsQueue() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(OperationRepresentation arg0) |
boolean |
addAll(Collection<? extends OperationRepresentation> arg0) |
boolean |
contains(Object arg0) |
static OperationsQueue |
getInstance() |
clear, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toString
element, remove
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
public static OperationsQueue getInstance()
public boolean add(OperationRepresentation arg0)
add
in interface Collection<OperationRepresentation>
add
in interface BlockingQueue<OperationRepresentation>
add
in interface Queue<OperationRepresentation>
add
in class AbstractQueue<OperationRepresentation>
public boolean addAll(Collection<? extends OperationRepresentation> arg0)
addAll
in interface Collection<OperationRepresentation>
addAll
in class AbstractQueue<OperationRepresentation>
public boolean contains(Object arg0)
contains
in interface Collection<OperationRepresentation>
contains
in interface BlockingQueue<OperationRepresentation>
contains
in class LinkedBlockingQueue<OperationRepresentation>
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.