Uses of Class
org.redisson.MapWriterTask
-
Packages that use MapWriterTask Package Description org.redisson -
-
Uses of MapWriterTask in org.redisson
Subclasses of MapWriterTask in org.redisson Modifier and Type Class Description static class
MapWriterTask.Add
static class
MapWriterTask.Remove
Methods in org.redisson with parameters of type MapWriterTask Modifier and Type Method Description void
MapWriteBehindTask. addTask(MapWriterTask task)
protected <M> RFuture<M>
RedissonMap. mapWriterFuture(RFuture<M> future, MapWriterTask task)
protected <M> RFuture<M>
RedissonMap. mapWriterFuture(RFuture<M> future, MapWriterTask task, Function<M,Boolean> condition)
-