| Package | Description |
|---|---|
| io.seata.core.rpc.netty |
| Modifier and Type | Method and Description |
|---|---|
NettyPoolKey |
NettyPoolKey.setAddress(String address)
Sets set address.
|
NettyPoolKey |
NettyPoolKey.setTransactionRole(NettyPoolKey.TransactionRole transactionRole)
Sets set client role.
|
| Modifier and Type | Method and Description |
|---|---|
protected Function<String,NettyPoolKey> |
TmNettyRemotingClient.getPoolKeyFunction() |
protected abstract Function<String,NettyPoolKey> |
AbstractNettyRemotingClient.getPoolKeyFunction()
Get pool key function.
|
protected Function<String,NettyPoolKey> |
RmNettyRemotingClient.getPoolKeyFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyPoolableFactory.activateObject(NettyPoolKey key,
io.netty.channel.Channel obj) |
void |
NettyPoolableFactory.destroyObject(NettyPoolKey key,
io.netty.channel.Channel channel) |
io.netty.channel.Channel |
NettyPoolableFactory.makeObject(NettyPoolKey key) |
void |
NettyPoolableFactory.passivateObject(NettyPoolKey key,
io.netty.channel.Channel obj) |
boolean |
NettyPoolableFactory.validateObject(NettyPoolKey key,
io.netty.channel.Channel obj) |
Copyright © 2023 Seata. All rights reserved.