| Package | Description |
|---|---|
| org.apache.nifi.remote | |
| org.apache.nifi.remote.codec | |
| org.apache.nifi.remote.util |
| Modifier and Type | Method and Description |
|---|---|
DataPacket |
AbstractTransaction.receive() |
DataPacket |
Transaction.receive()
Retrieves information from the remote NiFi instance, if any is available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransaction.send(DataPacket dataPacket) |
void |
Transaction.send(DataPacket dataPacket)
Sends information to the remote NiFi instance.
|
| 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 | Method and Description |
|---|---|
void |
FlowFileCodec.encode(DataPacket dataPacket,
OutputStream outStream)
Encodes a DataPacket and its content as a single stream of data and
writes that stream to the output.
|
void |
StandardFlowFileCodec.encode(DataPacket dataPacket,
OutputStream encodedOut) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDataPacket |
Copyright © 2023 Apache NiFi Project. All rights reserved.