| Package | Description |
|---|---|
| org.apache.nifi.processors.beats.frame | |
| org.apache.nifi.processors.beats.handler | |
| 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 |
|---|---|
void |
BeatsFrameHandler.handle(BeatsFrame frame,
ChannelResponder<SocketChannel> responder,
String sender) |
| Modifier and Type | Method and Description |
|---|---|
BeatsFrame |
BeatsResponse.toFrame()
Creates a BeatsFrame where the data portion will contain this response.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.