Module org.eclipse.jgit
Class BlockSizeTooSmallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.internal.storage.reftable.BlockSizeTooSmallException
- All Implemented Interfaces:
Serializable
Thrown if
ReftableWriter
cannot fit a reference.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
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
-
Method Details
-
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.
-