| Package | Description |
|---|---|
| org.apache.nifi.processors.beats | |
| org.apache.nifi.processors.beats.handler | |
| org.apache.nifi.processors.beats.protocol | |
| org.apache.nifi.processors.beats.server |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueue<BatchMessage> |
ListenBeats.errorEvents |
protected EventBatcher<BatchMessage> |
ListenBeats.eventBatcher |
protected BlockingQueue<BatchMessage> |
ListenBeats.events |
| Modifier and Type | Method and Description |
|---|---|
private EventBatcher<BatchMessage> |
ListenBeats.getEventBatcher() |
| Modifier and Type | Method and Description |
|---|---|
private Map<String,String> |
ListenBeats.getAttributes(FlowFileEventBatch<BatchMessage> batch) |
private String |
ListenBeats.getTransitUri(FlowFileEventBatch<BatchMessage> batch) |
private void |
ListenBeats.processEvents(ProcessSession session,
Map<String,FlowFileEventBatch<BatchMessage>> batches) |
| Modifier and Type | Field and Description |
|---|---|
private Queue<BatchMessage> |
BatchDecoder.batchMessages |
private BlockingQueue<BatchMessage> |
BatchChannelInboundHandler.messages |
| Modifier and Type | Method and Description |
|---|---|
private BatchMessage |
BatchDecoder.readJsonMessage(io.netty.channel.ChannelHandlerContext context,
int sequenceNumber,
int payloadSize,
io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
private void |
BatchDecoder.processBatchMessage(BatchMessage batchMessage,
List<Object> batches) |
| Constructor and Description |
|---|
BatchChannelInboundHandler(ComponentLog log,
BlockingQueue<BatchMessage> messages)
Batch Channel Inbound Handler with required arguments
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<BatchMessage> |
Batch.messages |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchMessage> |
Batch.getMessages() |
| Constructor and Description |
|---|
Batch(Collection<BatchMessage> messages) |
| Constructor and Description |
|---|
BeatsMessageServerFactory(ComponentLog log,
InetAddress address,
int port,
BlockingQueue<BatchMessage> events)
Beats Message Server Factory constructor with standard configuration arguments
|
Copyright © 2022 Apache NiFi Project. All rights reserved.