| Package | Description |
|---|---|
| org.apache.nifi.processors.beats.frame | |
| org.apache.nifi.processors.beats.netty | |
| org.apache.nifi.processors.beats.response |
| Modifier and Type | Method and Description |
|---|---|
BeatsFrame |
BeatsFrame.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<BeatsFrame> |
BeatsDecoder.getFrames()
Returns the decoded frame and resets the decoder for the next frame.
|
private List<BeatsFrame> |
BeatsDecoder.splitCompressedFrames(byte[] decompressedData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BeatsEncoder.encode(BeatsFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
private void |
BeatsFrameDecoder.handle(BeatsFrame frame,
String sender,
List<Object> out) |
| Modifier and Type | Method and Description |
|---|---|
BeatsFrame |
BeatsResponse.toFrame()
Creates a BeatsFrame where the data portion will contain this response.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.