public abstract class QueueTransferTask extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueueTransferTask.TimeoutTask |
| Constructor and Description |
|---|
QueueTransferTask(ConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
int |
decUsage() |
protected abstract RTopic<Long> |
getTopic() |
void |
incUsage() |
protected abstract RFuture<Long> |
pushTaskAsync() |
void |
start() |
void |
stop() |
public QueueTransferTask(ConnectionManager connectionManager)
Copyright © 2014–2018 The Redisson Project. All rights reserved.