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 classMapWriterTask.Addstatic classMapWriterTask.RemoveMethods in org.redisson with parameters of type MapWriterTask Modifier and Type Method Description voidMapWriteBehindTask. 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)
-