Interface Trace
-
- All Known Implementing Classes:
BreadthFirstTrace
,DepthFirstTrace
,RandomAccessTrace
public interface Trace
An instance of aTrace
specifies a read pattern for tracing IO reads of segments with anIOTracer
instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(@NotNull org.apache.jackrabbit.oak.spi.state.NodeState node)
Run this trace on the passednode
.
-