Uses of Class
com.wavefront.agent.formatter.DataFormat
-
Packages that use DataFormat Package Description com.wavefront.agent.formatter com.wavefront.agent.listeners com.wavefront.agent.listeners.tracing -
-
Uses of DataFormat in com.wavefront.agent.formatter
Methods in com.wavefront.agent.formatter that return DataFormat Modifier and Type Method Description static DataFormat
DataFormat. autodetect(String input)
static DataFormat
DataFormat. parse(String format)
static DataFormat
DataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataFormat[]
DataFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataFormat in com.wavefront.agent.listeners
Methods in com.wavefront.agent.listeners that return DataFormat Modifier and Type Method Description protected abstract DataFormat
AbstractLineDelimitedHandler. getFormat(io.netty.handler.codec.http.FullHttpRequest httpRequest)
Detect data format for an incoming HTTP request, if possible.protected DataFormat
RawLogsIngesterPortUnificationHandler. getFormat(io.netty.handler.codec.http.FullHttpRequest httpRequest)
protected DataFormat
WavefrontPortUnificationHandler. getFormat(io.netty.handler.codec.http.FullHttpRequest httpRequest)
Methods in com.wavefront.agent.listeners with parameters of type DataFormat Modifier and Type Method Description protected abstract void
AbstractLineDelimitedHandler. processLine(io.netty.channel.ChannelHandlerContext ctx, String message, DataFormat format)
Process a single line for a line-based stream.void
RawLogsIngesterPortUnificationHandler. processLine(io.netty.channel.ChannelHandlerContext ctx, String message, DataFormat format)
protected void
WavefrontPortUnificationHandler. processLine(io.netty.channel.ChannelHandlerContext ctx, String message, DataFormat format)
-
Uses of DataFormat in com.wavefront.agent.listeners.tracing
Methods in com.wavefront.agent.listeners.tracing that return DataFormat Modifier and Type Method Description protected DataFormat
TracePortUnificationHandler. getFormat(io.netty.handler.codec.http.FullHttpRequest httpRequest)
Methods in com.wavefront.agent.listeners.tracing with parameters of type DataFormat Modifier and Type Method Description protected void
TracePortUnificationHandler. processLine(io.netty.channel.ChannelHandlerContext ctx, String message, DataFormat format)
-