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 class
QueueTransferTask.TimeoutTask
-
Constructor Summary
Constructors Constructor Description QueueTransferTask(ConnectionManager connectionManager)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
decUsage()
protected abstract RTopic
getTopic()
void
incUsage()
protected abstract RFuture<Long>
pushTaskAsync()
void
start()
void
stop()
-
-
-
Constructor Detail
-
QueueTransferTask
public QueueTransferTask(ConnectionManager connectionManager)
-
-