V - value typepublic interface RSortedSet<V> extends SortedSet<V>, RObject
| Modifier and Type | Method and Description |
|---|---|
RFuture<Boolean> |
addAsync(V value) |
<KOut,VOut> |
mapReduce()
Returns
RMapReduce object associated with this object |
Collection<V> |
readAll() |
RFuture<Collection<V>> |
readAllAsync() |
RFuture<Boolean> |
removeAsync(Object value) |
boolean |
trySetComparator(Comparator<? super V> comparator)
Sets new comparator only if current set is empty
|
comparator, first, headSet, last, spliterator, subSet, tailSetadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamcopy, delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch, unlinkcopyAsync, deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsync<KOut,VOut> RCollectionMapReduce<V,KOut,VOut> mapReduce()
RMapReduce object associated with this objectKOut - output keyVOut - output valueCollection<V> readAll()
RFuture<Collection<V>> readAllAsync()
boolean trySetComparator(Comparator<? super V> comparator)
comparator - for valuestrue if new comparator setted
false otherwiseCopyright © 2014–2018 The Redisson Project. All rights reserved.