Uses of Enum Class
org.apache.nifi.processors.beats.protocol.ProtocolVersion
Packages that use ProtocolVersion
Package
Description
-
Uses of ProtocolVersion in org.apache.nifi.processors.beats.handler
Fields in org.apache.nifi.processors.beats.handler with type parameters of type ProtocolVersionModifier and TypeFieldDescriptionprivate static final ProtocolCodeDecoder<ProtocolVersion> BatchDecoder.VERSION_DECODERprivate final AtomicReference<ProtocolVersion> BatchDecoder.versionRefMethods in org.apache.nifi.processors.beats.handler that return ProtocolVersionModifier and TypeMethodDescriptionprivate ProtocolVersionBatchDecoder.readVersion(io.netty.buffer.ByteBuf buffer) -
Uses of ProtocolVersion in org.apache.nifi.processors.beats.protocol
Methods in org.apache.nifi.processors.beats.protocol that return ProtocolVersionModifier and TypeMethodDescriptionProtocolVersionDecoder.readProtocolCode(byte code) static ProtocolVersionReturns the enum constant of this class with the specified name.static ProtocolVersion[]ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.