Class BlockStore.ChainLoopDetector

  • Enclosing class:
    BlockStore

    protected class BlockStore.ChainLoopDetector
    extends java.lang.Object
    Used to detect if a chain has a loop in it, so we can bail out with an error rather than spinning away for ever...
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChainLoopDetector​(long rawSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void claim​(int offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChainLoopDetector

        protected ChainLoopDetector​(long rawSize)
    • Method Detail

      • claim

        protected void claim​(int offset)