Interface PrefetchNodeStore
public interface PrefetchNodeStore
Experimental
NodeStore extension that allows prefetching of node
states given a collection of paths.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidprefetch(Collection<String> paths, NodeState rootState) Make an attempt to prefetch node states for the given paths and hold them in a cache.
-
Field Details
-
NOOP
-
-
Method Details
-
prefetch
Make an attempt to prefetch node states for the given paths and hold them in a cache.- Parameters:
paths- the paths of the node states to prefetch.rootState- the current root node state.
-