Interface PrefetchNodeStore

All Known Implementing Classes:
CompositeNodeStore, DocumentNodeStore

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

    Fields
    Modifier and Type
    Field
    Description
    static final PrefetchNodeStore
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prefetch(Collection<String> paths, NodeState rootState)
    Make an attempt to prefetch node states for the given paths and hold them in a cache.
  • Field Details

  • Method Details

    • prefetch

      void prefetch(Collection<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.