public class NetworkActionsLogger extends Object
Action parameter typically includes class and method names.
Constructor and Description |
---|
NetworkActionsLogger() |
Modifier and Type | Method and Description |
---|---|
static Closeable |
measureIO(String action,
Object entity) |
static void |
traceInput(String action,
Buffer buffer,
String taskName,
InputChannelInfo channelInfo,
ChannelStatePersister channelStatePersister,
int sequenceNumber) |
static void |
traceOutput(String action,
Buffer buffer,
String taskName,
ResultSubpartitionInfo channelInfo) |
static void |
tracePersist(String action,
Buffer buffer,
Object channelInfo,
long checkpointId) |
static void |
traceRecover(String action,
BufferConsumer bufferConsumer,
String taskName,
ResultSubpartitionInfo channelInfo) |
static void |
traceRecover(String action,
Buffer buffer,
String taskName,
InputChannelInfo channelInfo) |
public static void traceInput(String action, Buffer buffer, String taskName, InputChannelInfo channelInfo, ChannelStatePersister channelStatePersister, int sequenceNumber)
public static void traceOutput(String action, Buffer buffer, String taskName, ResultSubpartitionInfo channelInfo)
public static void traceRecover(String action, Buffer buffer, String taskName, InputChannelInfo channelInfo)
public static void traceRecover(String action, BufferConsumer bufferConsumer, String taskName, ResultSubpartitionInfo channelInfo)
public static void tracePersist(String action, Buffer buffer, Object channelInfo, long checkpointId)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.