| Modifier and Type | Field and Description |
|---|---|
protected Peer |
AbstractTransaction.peer |
| Modifier and Type | Method and Description |
|---|---|
Peer |
AbstractTransaction.getCommunicant() |
| Constructor and Description |
|---|
AbstractTransaction(Peer peer,
TransferDirection direction,
boolean useCompression,
FlowFileCodec codec,
EventReporter eventReporter,
int protocolVersion,
int penaltyMillis,
String destinationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerSelector.penalize(Peer peer,
long penalizationMillis)
Updates internal state map to penalize a PeerStatus that points to the
specified peer.
|
| Modifier and Type | Field and Description |
|---|---|
private Peer |
EndpointConnection.peer |
| Modifier and Type | Method and Description |
|---|---|
Peer |
EndpointConnection.getPeer() |
| Modifier and Type | Method and Description |
|---|---|
private void |
EndpointConnectionPool.cleanup(SocketClientProtocol protocol,
Peer peer) |
| Constructor and Description |
|---|
EndpointConnection(Peer peer,
SocketClientProtocol socketClientProtocol,
FlowFileCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
Set<PeerStatus> |
ClientProtocol.getPeerStatuses(Peer currentPeer) |
void |
ClientProtocol.handshake(Peer peer) |
FlowFileCodec |
ClientProtocol.negotiateCodec(Peer peer) |
void |
ClientProtocol.shutdown(Peer peer) |
Transaction |
ClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
| Constructor and Description |
|---|
HttpClientTransaction(int protocolVersion,
Peer peer,
TransferDirection direction,
boolean useCompression,
String portId,
int penaltyMillis,
EventReporter eventReporter) |
| Modifier and Type | Method and Description |
|---|---|
Set<PeerStatus> |
SocketClientProtocol.getPeerStatuses(Peer peer) |
void |
SocketClientProtocol.handshake(Peer peer) |
void |
SocketClientProtocol.handshake(Peer peer,
String destinationId) |
FlowFileCodec |
SocketClientProtocol.negotiateCodec(Peer peer) |
void |
SocketClientProtocol.shutdown(Peer peer) |
Transaction |
SocketClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
| Constructor and Description |
|---|
SocketClientTransaction(int protocolVersion,
String destinationId,
Peer peer,
FlowFileCodec codec,
TransferDirection direction,
boolean useCompression,
int penaltyMillis,
EventReporter eventReporter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SiteToSiteRestApiClient.openConnectionForReceive(String transactionUrl,
Peer peer) |
void |
SiteToSiteRestApiClient.openConnectionForSend(String transactionUrl,
Peer peer) |
Copyright © 2023 Apache NiFi Project. All rights reserved.