public static class RemoteQueueInfo.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
RemoteBrokerInfo |
broker |
AtomicLong |
sent |
AtomicInteger |
weight |
| Constructor and Description |
|---|
RemoteQueueInfo.Entry(RemoteBrokerInfo broker) |
RemoteQueueInfo.Entry(RemoteBrokerInfo broker,
int weight) |
public final AtomicInteger weight
public final AtomicLong sent
public final RemoteBrokerInfo broker
public RemoteQueueInfo.Entry(RemoteBrokerInfo broker)
public RemoteQueueInfo.Entry(RemoteBrokerInfo broker, int weight)
public RemoteBrokerInfo getBroker()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.