Skip navigation links
A B C D E F G H I J K L M O P R S T U V W 

A

ACK - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrameType
 

B

beatsAttributes(String) - Constructor for enum org.apache.nifi.processors.beats.ListenBeats.beatsAttributes
 
BeatsChannelResponse - Class in org.apache.nifi.processors.beats.response
Creates a BeatsFrame for the provided response and returns the encoded frame.
BeatsChannelResponse(BeatsEncoder, BeatsResponse) - Constructor for class org.apache.nifi.processors.beats.response.BeatsChannelResponse
 
BeatsDecoder - Class in org.apache.nifi.processors.beats.frame
Decodes a Beats frame by maintaining a state based on each byte that has been processed.
BeatsDecoder(Charset, ComponentLog) - Constructor for class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
BeatsDecoder(Charset, ByteArrayOutputStream, ComponentLog) - Constructor for class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
BeatsEncoder - Class in org.apache.nifi.processors.beats.frame
Encodes a BeatsFrame into raw bytes using the given charset.
BeatsEncoder() - Constructor for class org.apache.nifi.processors.beats.frame.BeatsEncoder
 
BeatsFrame - Class in org.apache.nifi.processors.beats.frame
A frame received from a channel.
BeatsFrame(BeatsFrame.Builder) - Constructor for class org.apache.nifi.processors.beats.frame.BeatsFrame
 
BeatsFrame.Builder - Class in org.apache.nifi.processors.beats.frame
Builder for a BeatsFrame.
BeatsFrameDecoder - Class in org.apache.nifi.processors.beats.netty
Decode a Beats message's bytes into a BeatsMessage object
BeatsFrameDecoder(ComponentLog, Charset) - Constructor for class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 
BeatsFrameException - Exception in org.apache.nifi.processors.beats.frame
Represents an error encountered when decoding frames.
BeatsFrameException(String) - Constructor for exception org.apache.nifi.processors.beats.frame.BeatsFrameException
 
BeatsFrameException(String, Throwable) - Constructor for exception org.apache.nifi.processors.beats.frame.BeatsFrameException
 
BeatsFrameType - Class in org.apache.nifi.processors.beats.frame
 
BeatsFrameType() - Constructor for class org.apache.nifi.processors.beats.frame.BeatsFrameType
 
BeatsMessage - Class in org.apache.nifi.processors.beats.netty
A Beats message which adds a sequence number to the ByteArrayMessage.
BeatsMessage(String, byte[], int) - Constructor for class org.apache.nifi.processors.beats.netty.BeatsMessage
 
BeatsMessageChannelHandler - Class in org.apache.nifi.processors.beats.netty
Decode data received into a BeatsMessage
BeatsMessageChannelHandler(BlockingQueue<BeatsMessage>, ComponentLog) - Constructor for class org.apache.nifi.processors.beats.netty.BeatsMessageChannelHandler
 
BeatsMessageFactory - Class in org.apache.nifi.processors.beats.netty
An EventFactory implementation to create BeatsMessages.
BeatsMessageFactory() - Constructor for class org.apache.nifi.processors.beats.netty.BeatsMessageFactory
 
BeatsMessageServerFactory - Class in org.apache.nifi.processors.beats.netty
Netty Event Server Factory implementation for RELP Messages
BeatsMessageServerFactory(ComponentLog, InetAddress, int, Charset, BlockingQueue<BeatsMessage>) - Constructor for class org.apache.nifi.processors.beats.netty.BeatsMessageServerFactory
RELP Message Server Factory to receive RELP messages
BeatsMetadata - Interface in org.apache.nifi.processors.beats.frame
Metadata keys for Beats message.
BeatsResponse - Class in org.apache.nifi.processors.beats.response
'ack' frame type SENT FROM READER ONLY frame type value: ASCII 'A' aka byte value 0x41 Payload: 32bit unsigned sequence number.
BeatsResponse(int) - Constructor for class org.apache.nifi.processors.beats.response.BeatsResponse
 
BeatsState - Enum in org.apache.nifi.processors.beats.frame
The stages of parsing of a Beats conversation.
BeatsState() - Constructor for enum org.apache.nifi.processors.beats.frame.BeatsState
 
build() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
Builder() - Constructor for class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 

C

channelRead0(ChannelHandlerContext, BeatsMessage) - Method in class org.apache.nifi.processors.beats.netty.BeatsMessageChannelHandler
 
charset - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
charset - Variable in class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 
CLIENT_AUTH - Static variable in class org.apache.nifi.processors.beats.ListenBeats
 
componentLog - Variable in class org.apache.nifi.processors.beats.netty.BeatsMessageChannelHandler
 
COMPRESSED - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrameType
 
COMPRESSED_MIN_LENGTH - Static variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
create(byte[], Map<String, String>) - Method in class org.apache.nifi.processors.beats.netty.BeatsMessageFactory
 
currBytes - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
currState - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
customValidate(ValidationContext) - Method in class org.apache.nifi.processors.beats.ListenBeats
 

D

DATA - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrameType
 
dataSize - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
dataSize(long) - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
dataSize - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 
decodedFrameType - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
DELIMITER - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
descriptors - Variable in class org.apache.nifi.processors.beats.ListenBeats
 

E

encode(BeatsFrame) - Method in class org.apache.nifi.processors.beats.frame.BeatsEncoder
 
encoder - Variable in class org.apache.nifi.processors.beats.netty.BeatsMessageChannelHandler
 
encoder - Variable in class org.apache.nifi.processors.beats.response.BeatsChannelResponse
 
errorEvents - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
eventBatcher - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
events - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
events - Variable in class org.apache.nifi.processors.beats.netty.BeatsMessageChannelHandler
 
eventServer - Variable in class org.apache.nifi.processors.beats.ListenBeats
 

F

frameBuilder - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
frameType - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
frameType(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
frameType - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
frameType - Variable in class org.apache.nifi.processors.beats.response.BeatsResponse
 

G

getAttributes(FlowFileEventBatch<BeatsMessage>) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getEventBatcher() - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getFrames() - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
Returns the decoded frame and resets the decoder for the next frame.
getFrameType() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
getMessageDemarcator(ProcessContext) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getPayload() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
getRelationships() - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getSeqNumber() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
getSeqNumber() - Method in class org.apache.nifi.processors.beats.netty.BeatsMessage
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getTransitUri(FlowFileEventBatch<BeatsMessage>) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
getVersion() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame
 

H

handle(BeatsFrame, String, List<Object>) - Method in class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 

I

init(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.beats.ListenBeats
 

J

JSON - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrameType
 
JSON_MIN_LENGTH - Static variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 

K

key - Variable in enum org.apache.nifi.processors.beats.ListenBeats.beatsAttributes
 
key() - Method in enum org.apache.nifi.processors.beats.ListenBeats.beatsAttributes
 

L

ListenBeats - Class in org.apache.nifi.processors.beats
 
ListenBeats() - Constructor for class org.apache.nifi.processors.beats.ListenBeats
 
ListenBeats.beatsAttributes - Enum in org.apache.nifi.processors.beats
 
logger - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
logger - Variable in class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 

M

messageDemarcatorBytes - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
messageFactory - Variable in class org.apache.nifi.processors.beats.netty.BeatsFrameDecoder
 
MIN_FRAME_HEADER_LENGTH - Static variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 

O

ok(int) - Static method in class org.apache.nifi.processors.beats.response.BeatsResponse
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
org.apache.nifi.processors.beats - package org.apache.nifi.processors.beats
 
org.apache.nifi.processors.beats.frame - package org.apache.nifi.processors.beats.frame
 
org.apache.nifi.processors.beats.netty - package org.apache.nifi.processors.beats.netty
 
org.apache.nifi.processors.beats.response - package org.apache.nifi.processors.beats.response
 

P

payload - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
payload(byte[]) - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
payload - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
port - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
process(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
Process the next byte from the channel, updating the builder and state accordingly.
processEvents(ProcessSession, Map<String, FlowFileEventBatch<BeatsMessage>>) - Method in class org.apache.nifi.processors.beats.ListenBeats
 
processFRAMETYPE(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
processPAYLOAD(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
Process the outer PAYLOAD byte by byte.
processVERSION(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 

R

REL_SUCCESS - Static variable in class org.apache.nifi.processors.beats.ListenBeats
 
relationships - Variable in class org.apache.nifi.processors.beats.ListenBeats
 
reset() - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
Resets this decoder back to its initial state.
reset() - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
response - Variable in class org.apache.nifi.processors.beats.response.BeatsChannelResponse
 

S

SENDER_KEY - Static variable in interface org.apache.nifi.processors.beats.frame.BeatsMetadata
 
seqNumber - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
seqNumber(int) - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
seqNumber - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
seqNumber - Variable in class org.apache.nifi.processors.beats.netty.BeatsMessage
 
seqNumber - Variable in class org.apache.nifi.processors.beats.response.BeatsResponse
 
SEQNUMBER_KEY - Static variable in interface org.apache.nifi.processors.beats.frame.BeatsMetadata
 
splitCompressedFrames(byte[]) - Method in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.processors.beats.ListenBeats
 
stopped() - Method in class org.apache.nifi.processors.beats.ListenBeats
 

T

toByteArray() - Method in class org.apache.nifi.processors.beats.response.BeatsChannelResponse
 
toFrame() - Method in class org.apache.nifi.processors.beats.response.BeatsResponse
Creates a BeatsFrame where the data portion will contain this response.

U

unprocessedData - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 

V

valueOf(String) - Static method in enum org.apache.nifi.processors.beats.frame.BeatsState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.beats.ListenBeats.beatsAttributes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.processors.beats.frame.BeatsState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.beats.ListenBeats.beatsAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
version(byte) - Method in class org.apache.nifi.processors.beats.frame.BeatsFrame.Builder
 
version - Variable in class org.apache.nifi.processors.beats.frame.BeatsFrame
 
version - Variable in class org.apache.nifi.processors.beats.response.BeatsResponse
 

W

windowSize - Variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
WINDOWSIZE - Static variable in class org.apache.nifi.processors.beats.frame.BeatsFrameType
 
WINDOWSIZE_LENGTH - Static variable in class org.apache.nifi.processors.beats.frame.BeatsDecoder
 
A B C D E F G H I J K L M O P R S T U V W 
Skip navigation links

Copyright © 2022 Apache NiFi Project. All rights reserved.