Package org.redisson.mapreduce
Class SubTasksExecutor.LatchListener
- java.lang.Object
-
- org.redisson.mapreduce.SubTasksExecutor.LatchListener
-
- All Implemented Interfaces:
BiConsumer<Object,Throwable>
- Enclosing class:
- SubTasksExecutor
public static class SubTasksExecutor.LatchListener extends Object implements BiConsumer<Object,Throwable>
-
-
Constructor Summary
Constructors Constructor Description LatchListener()
LatchListener(CountDownLatch latch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Object t, Throwable u)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Constructor Detail
-
LatchListener
public LatchListener()
-
LatchListener
public LatchListener(CountDownLatch latch)
-
-