Interface PrefetchNodeStore

  • All Known Implementing Classes:
    CompositeNodeStore

    public interface PrefetchNodeStore
    Experimental NodeStore extension that allows prefetching of node states given a collection of paths.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void prefetch​(java.util.Collection<java.lang.String> paths, NodeState rootState)
      Make an attempt to prefetch node states for the given paths and hold them in a cache.
    • Method Detail

      • prefetch

        void prefetch​(java.util.Collection<java.lang.String> paths,
                      NodeState rootState)
        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.