Interface Trace
-
- All Known Implementing Classes:
BreadthFirstTrace,DepthFirstTrace,RandomAccessTrace
public interface TraceAn instance of aTracespecifies a read pattern for tracing IO reads of segments with anIOTracerinstance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(@NotNull NodeState node)Run this trace on the passednode.
-
-
-
Method Detail
-
run
void run(@NotNull @NotNull NodeState node)Run this trace on the passednode.- Parameters:
node-
-
-