Class BitmappedReachabilityChecker

java.lang.Object
org.eclipse.jgit.internal.revwalk.BitmappedReachabilityChecker
All Implemented Interfaces:
ReachabilityChecker

public class BitmappedReachabilityChecker extends Object implements ReachabilityChecker
Checks the reachability using bitmaps.
  • Field Details

    • walk

      private final RevWalk walk
  • Constructor Details

    • BitmappedReachabilityChecker

      public BitmappedReachabilityChecker(RevWalk walk) throws IOException
      Parameters:
      walk - walk on the repository to get or create the bitmaps for the commits. It must have bitmaps.
      Throws:
      AssertionError - runtime exception if walk is over a repository without bitmaps
      IOException - if the index or the object reader cannot be opened.
  • Method Details