Uses of Class
org.apache.nifi.processors.beats.protocol.BatchMessage
Packages that use BatchMessage
Package
Description
-
Uses of BatchMessage in org.apache.nifi.processors.beats
Fields in org.apache.nifi.processors.beats with type parameters of type BatchMessageModifier and TypeFieldDescriptionprotected BlockingQueue<BatchMessage> ListenBeats.errorEventsprotected EventBatcher<BatchMessage> ListenBeats.eventBatcherprotected BlockingQueue<BatchMessage> ListenBeats.eventsMethods in org.apache.nifi.processors.beats that return types with arguments of type BatchMessageModifier and TypeMethodDescriptionprivate EventBatcher<BatchMessage> ListenBeats.getEventBatcher()Method parameters in org.apache.nifi.processors.beats with type arguments of type BatchMessageModifier and TypeMethodDescriptionListenBeats.getAttributes(FlowFileEventBatch<BatchMessage> batch) private StringListenBeats.getTransitUri(FlowFileEventBatch<BatchMessage> batch) private voidListenBeats.processEvents(ProcessSession session, Map<String, FlowFileEventBatch<BatchMessage>> batches) -
Uses of BatchMessage in org.apache.nifi.processors.beats.handler
Fields in org.apache.nifi.processors.beats.handler with type parameters of type BatchMessageModifier and TypeFieldDescriptionprivate Queue<BatchMessage> BatchDecoder.batchMessagesprivate final BlockingQueue<BatchMessage> BatchChannelInboundHandler.messagesMethods in org.apache.nifi.processors.beats.handler that return BatchMessageModifier and TypeMethodDescriptionprivate BatchMessageBatchDecoder.readJsonMessage(io.netty.channel.ChannelHandlerContext context, int sequenceNumber, int payloadSize, io.netty.buffer.ByteBuf buffer) Methods in org.apache.nifi.processors.beats.handler with parameters of type BatchMessageModifier and TypeMethodDescriptionprivate voidBatchDecoder.processBatchMessage(BatchMessage batchMessage, List<Object> batches) Constructor parameters in org.apache.nifi.processors.beats.handler with type arguments of type BatchMessageModifierConstructorDescriptionBatchChannelInboundHandler(ComponentLog log, BlockingQueue<BatchMessage> messages) Batch Channel Inbound Handler with required arguments -
Uses of BatchMessage in org.apache.nifi.processors.beats.protocol
Fields in org.apache.nifi.processors.beats.protocol with type parameters of type BatchMessageMethods in org.apache.nifi.processors.beats.protocol that return types with arguments of type BatchMessageConstructor parameters in org.apache.nifi.processors.beats.protocol with type arguments of type BatchMessage -
Uses of BatchMessage in org.apache.nifi.processors.beats.server
Constructor parameters in org.apache.nifi.processors.beats.server with type arguments of type BatchMessageModifierConstructorDescriptionBeatsMessageServerFactory(ComponentLog log, InetAddress address, int port, BlockingQueue<BatchMessage> events) Beats Message Server Factory constructor with standard configuration arguments