V - the type of elements held in this collectionpublic interface RBoundedBlockingQueue<V> extends RBlockingQueue<V>, RBoundedBlockingQueueAsync<V>
BlockingQueue backed by Redis| Modifier and Type | Method and Description |
|---|---|
boolean |
trySetCapacity(int capacity)
Sets queue capacity only if it is not set before.
|
pollFromAny, pollLastAndOfferFirstTo, takeLastAndOfferFirstToadd, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, takepollLastAndOfferFirstTo, readAlladdAll, clear, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclearExpire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch, unlinkofferAsync, trySetCapacityAsyncdrainToAsync, drainToAsync, pollAsync, pollFromAnyAsync, pollLastAndOfferFirstToAsync, putAsync, takeAsync, takeLastAndOfferFirstToAsyncofferAsync, peekAsync, pollAsync, pollLastAndOfferFirstToAsync, readAllAsyncaddAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsyncclearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsynccopyAsync, deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsyncCopyright © 2014–2018 The Redisson Project. All rights reserved.