Class BlockSizeTooSmallException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlockSizeTooSmallException
    extends java.io.IOException
    Thrown if ReftableWriter cannot fit a reference.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMinimumBlockSize()
      Get minimum block size in bytes reftable requires to write a ref.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • minBlockSize

        private final int minBlockSize
    • Constructor Detail

      • BlockSizeTooSmallException

        BlockSizeTooSmallException​(int b)
    • Method Detail

      • getMinimumBlockSize

        public int getMinimumBlockSize()
        Get minimum block size in bytes reftable requires to write a ref.
        Returns:
        minimum block size in bytes reftable requires to write a ref.