Interface | Description |
---|---|
IOTraceWriter |
Instances of
IOTraceWriter are responsible for persisting
io traces. |
Trace |
An instance of a
Trace specifies a read pattern for tracing
IO reads of segments with an IOTracer instance. |
Class | Description |
---|---|
BreadthFirstTrace |
A breadth first traversal trace.
|
DefaultIOTraceWriter |
This
IOTraceWriter implementation implements persistence
through a Writer instance. |
DepthFirstTrace |
A depth first traversal trace.
|
IOTraceLogWriter |
This
IOTraceWriter implementation implements persistence
through a Logger instance. |
IOTraceMonitor |
This implementation of a
IOMonitor logs all io reads to an
underlying IOTraceWriter . |
IOTracer |
This utility class allows collecting IO traces of read accesses to segments
caused by reading specific items.
|
RandomAccessTrace |
A random access trace
|
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.