-
PrimaryKey型のパラメータを持つorg.piax.gtrans.netty.idtransのメソッド
| 修飾子とタイプ |
メソッド |
説明 |
void |
PrimaryKey.addNeighbor(PrimaryKey key) |
|
int |
PrimaryKey.compareTo(PrimaryKey o) |
|
CompletableFuture<IdChannel> |
IdChannelTransport.getChannelCreate(int channelNo,
PrimaryKey dst,
ObjectId sender,
ObjectId receiver,
TransOptions opts) |
|
NettyLocator |
LocatorManager.getLocator(PrimaryKey primaryKey) |
|
CompletableFuture<LocatorChannel> |
IdChannelTransport.getRawCreate(PrimaryKey key,
NettyLocator dst,
TransOptions opts) |
|
void |
PrimaryKey.markNeighborAlive(PrimaryKey key) |
|
void |
PrimaryKey.markNeighborClosed(PrimaryKey key) |
|
Channel<PrimaryKey> |
IdChannelTransport.newChannel(ObjectId sender,
ObjectId receiver,
PrimaryKey dst,
boolean isDuplex,
int timeout) |
|
void |
IdChannelTransport.send(ObjectId sender,
ObjectId receiver,
PrimaryKey dst,
Object msg,
TransOptions opts) |
|
CompletableFuture<Void> |
IdChannelTransport.sendAsync(ObjectId sender,
ObjectId receiver,
PrimaryKey dst,
Object msg,
TransOptions opts) |
|
void |
LocatorChannel.setPrimaryKey(PrimaryKey key) |
|
PrimaryKey |
LocatorManager.updateAndGet(PrimaryKey primaryKey) |
|
void |
LocatorManager.updateKey(NettyLocator direct,
PrimaryKey primaryKey) |
|
PrimaryKey型のパラメータを持つorg.piax.gtrans.netty.idtransのコンストラクタ
| コンストラクタ |
説明 |
IdChannel(int channelNo,
PrimaryKey channelInitiator,
PrimaryKey destination,
ObjectId localObjectId,
ObjectId remoteObjectId,
boolean isCreator,
LocatorChannel raw,
IdChannelTransport trans) |
|
IdChannelTransport(Peer peer,
TransportId transId,
PeerId peerId,
PrimaryKey key) |
|
NeighborEntry(PrimaryKey key) |
|
-
-