| Package | Description |
|---|---|
| com.cloudhopper.mq.broker |
| Modifier and Type | Method and Description |
|---|---|
RemoteQueueInfo |
DistributedQueueState.getRemoteQueue(String queueName) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<String,RemoteQueueInfo> |
DistributedQueueState.getRemoteQueues() |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoteQueueInfo.compareTo(RemoteQueueInfo o) |
void |
DistributedQueueStateListener.notifyRemoteQueueAdded(RemoteQueueInfo qi)
Triggered when a RemoteQueue was added to the DistributedQueueState.
|
void |
DistributedQueueManager.notifyRemoteQueueAdded(RemoteQueueInfo qi) |
void |
DistributedQueueStateListener.notifyRemoteQueueAttributesChanged(RemoteQueueInfo qi)
Triggered when just the internal attributes of a RemoteQueue has changed,
but not enough to affect the overall state of the RemoteQueue.
|
void |
DistributedQueueManager.notifyRemoteQueueAttributesChanged(RemoteQueueInfo qi) |
void |
DistributedQueueStateListener.notifyRemoteQueueRemoved(RemoteQueueInfo qi)
Triggered when a RemoteQueue was removed from the DistributedQueueState.
|
void |
DistributedQueueManager.notifyRemoteQueueRemoved(RemoteQueueInfo qi) |
void |
DistributedQueueStateListener.notifyRemoteQueueStateChanged(RemoteQueueInfo qi,
int state)
Triggered when the state of a RemoteQueue has changed in the DistributedQueueState.
|
void |
DistributedQueueManager.notifyRemoteQueueStateChanged(RemoteQueueInfo qi,
int state) |
| Constructor and Description |
|---|
AsyncRemoteQueueTransfer(com.ning.http.client.AsyncHttpClient http,
DistributedQueueConfiguration dqconfig,
RemoteQueueTransferListener listener,
RemoteQueueInfo remoteQueue,
TransferItem transferItem) |
LocalToRemoteQueueProcessor(DistributedQueueManager dqm,
Queue localQueue,
RemoteQueueInfo remoteQueue,
AsyncHttpClientFactory httpFactory) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.