| Package | Description |
|---|---|
| com.github.brainlag.nsq | |
| com.github.brainlag.nsq.lookup | |
| com.github.brainlag.nsq.pool |
| Modifier and Type | Method and Description |
|---|---|
ServerAddress |
Connection.getServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.impl.GenericKeyedObjectPool<ServerAddress,Connection> |
NSQProducer.getPool() |
| Constructor and Description |
|---|
Connection(ServerAddress serverAddress,
NSQConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerAddress> |
DefaultNSQLookup.lookup(String topic) |
Set<ServerAddress> |
NSQLookup.lookup(String topic) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionPoolFactory.create(ServerAddress serverAddress) |
void |
ConnectionPoolFactory.destroyObject(ServerAddress key,
org.apache.commons.pool2.PooledObject<Connection> p) |
boolean |
ConnectionPoolFactory.validateObject(ServerAddress key,
org.apache.commons.pool2.PooledObject<Connection> p) |
Copyright © 2017. All rights reserved.