Uses of Interface
org.apache.jackrabbit.oak.segment.tool.iotrace.IOTraceWriter
-
Packages that use IOTraceWriter Package Description org.apache.jackrabbit.oak.segment.tool.iotrace -
-
Uses of IOTraceWriter in org.apache.jackrabbit.oak.segment.tool.iotrace
Classes in org.apache.jackrabbit.oak.segment.tool.iotrace that implement IOTraceWriter Modifier and Type Class Description classDefaultIOTraceWriterThisIOTraceWriterimplementation implements persistence through aWriterinstance.classIOTraceLogWriterThisIOTraceWriterimplementation implements persistence through aLoggerinstance.Constructors in org.apache.jackrabbit.oak.segment.tool.iotrace with parameters of type IOTraceWriter Constructor Description IOTraceMonitor(@NotNull IOTraceWriter traceWriter)Create a new instance writing totraceWriteradditional context fields context.IOTraceMonitor(@NotNull IOTraceWriter traceWriter, @Nullable String contextSpec)Create a new instance writing totraceWriterwith additional context fields.
-