| Package | Description |
|---|---|
| org.apache.nifi.processors.beats.handler | |
| org.apache.nifi.processors.beats.protocol |
| Modifier and Type | Field and Description |
|---|---|
private static ProtocolCodeDecoder<FrameType> |
BatchDecoder.FRAME_TYPE_DECODER |
private AtomicReference<FrameType> |
BatchDecoder.frameTypeRef |
| Modifier and Type | Method and Description |
|---|---|
private FrameType |
BatchDecoder.readFrameType(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
private void |
BatchDecoder.decodeFrameType(FrameType frameType,
io.netty.channel.ChannelHandlerContext context,
io.netty.buffer.ByteBuf buffer,
List<Object> batches) |
| Modifier and Type | Method and Description |
|---|---|
FrameType |
FrameTypeDecoder.readProtocolCode(byte code) |
static FrameType |
FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameType[] |
FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.