Uses of Enum Class
org.apache.nifi.processors.beats.protocol.FrameType
Packages that use FrameType
Package
Description
-
Uses of FrameType in org.apache.nifi.processors.beats.handler
Fields in org.apache.nifi.processors.beats.handler with type parameters of type FrameTypeModifier and TypeFieldDescriptionprivate static final ProtocolCodeDecoder<FrameType> BatchDecoder.FRAME_TYPE_DECODERprivate final AtomicReference<FrameType> BatchDecoder.frameTypeRefMethods in org.apache.nifi.processors.beats.handler that return FrameTypeModifier and TypeMethodDescriptionprivate FrameTypeBatchDecoder.readFrameType(io.netty.buffer.ByteBuf buffer) Methods in org.apache.nifi.processors.beats.handler with parameters of type FrameTypeModifier and TypeMethodDescriptionprivate voidBatchDecoder.decodeFrameType(FrameType frameType, io.netty.channel.ChannelHandlerContext context, io.netty.buffer.ByteBuf buffer, List<Object> batches) -
Uses of FrameType in org.apache.nifi.processors.beats.protocol
Methods in org.apache.nifi.processors.beats.protocol that return FrameTypeModifier and TypeMethodDescriptionFrameTypeDecoder.readProtocolCode(byte code) static FrameTypeReturns the enum constant of this class with the specified name.static FrameType[]FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.