| Package | Description |
|---|---|
| org.apache.nifi.processors.beats.handler | |
| org.apache.nifi.processors.beats.protocol |
| Modifier and Type | Field and Description |
|---|---|
private static ProtocolCodeDecoder<ProtocolVersion> |
BatchDecoder.VERSION_DECODER |
private AtomicReference<ProtocolVersion> |
BatchDecoder.versionRef |
| Modifier and Type | Method and Description |
|---|---|
private ProtocolVersion |
BatchDecoder.readVersion(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
ProtocolVersionDecoder.readProtocolCode(byte code) |
static ProtocolVersion |
ProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolVersion[] |
ProtocolVersion.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.