| Package | Description |
|---|---|
| com.github.brainlag.nsq | |
| com.github.brainlag.nsq.pool |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<Connection> |
Connection.STATE |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
NSQMessage.getConnection() |
protected Connection |
NSQProducer.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.impl.GenericKeyedObjectPool<ServerAddress,Connection> |
NSQProducer.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
NSQMessage.setConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionPoolFactory.create(ServerAddress serverAddress) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<Connection> |
ConnectionPoolFactory.wrap(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<Connection> |
ConnectionPoolFactory.wrap(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
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.