Package org.redisson
Class QueueTransferTask
- java.lang.Object
-
- org.redisson.QueueTransferTask
-
public abstract class QueueTransferTask extends Object
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueueTransferTask.TimeoutTask
-
Constructor Summary
Constructors Constructor Description QueueTransferTask(ConnectionManager connectionManager)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intdecUsage()protected abstract RTopicgetTopic()voidincUsage()protected abstract RFuture<Long>pushTaskAsync()voidstart()voidstop()
-
-
-
Constructor Detail
-
QueueTransferTask
public QueueTransferTask(ConnectionManager connectionManager)
-
-