Interface PrefetchProcessor


public interface PrefetchProcessor
A hierarchical visitor interface for traversing a tree of PrefetchTreeNodes. If any of the processing methods return false, node's children will be skipped from traversal.
Since:
1.2
See Also:
  • Method Details