| Package | Description |
|---|---|
| org.apache.nifi.remote.client | |
| org.apache.nifi.remote.codec | |
| org.apache.nifi.remote.exception | |
| org.apache.nifi.remote.protocol |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SiteToSiteClient.createTransaction(TransferDirection direction)
Creates a new Transaction that can be used to either send data to a
remote NiFi instance or receive data from a remote NiFi instance,
depending on the value passed for the
direction argument. |
| Modifier and Type | Method and Description |
|---|---|
DataPacket |
FlowFileCodec.decode(InputStream stream)
Decodes the contents of the InputStream, interpreting the data to
determine the next DataPacket's attributes and content.
|
DataPacket |
StandardFlowFileCodec.decode(InputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
PortNotRunningException
PortNotRunningException occurs when the remote NiFi instance reports that the
Port that the client is attempting to communicate with is not currently
running and therefore communications with that Port are not allowed.
|
class |
UnknownPortException
An UnknownPortException indicates that the remote NiFi instance has reported
that the endpoint that the client attempted to communicate with does not
exist.
|
class |
UnreachableClusterException
UnreachableClusterException when none of the target clusterUrls are reachable.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PeerStatus> |
ClientProtocol.getPeerStatuses(Peer currentPeer) |
FlowFileCodec |
ClientProtocol.negotiateCodec(Peer peer) |
static Response |
Response.read(DataInputStream in) |
(package private) static ResponseCode |
ResponseCode.readCode(InputStream in) |
void |
ClientProtocol.shutdown(Peer peer) |
Copyright © 2023 Apache NiFi Project. All rights reserved.