public class BlockSizeTooSmallException
extends java.io.IOException
ReftableWriter
cannot fit a reference.Modifier and Type | Field and Description |
---|---|
private int |
minBlockSize |
private static long |
serialVersionUID |
Constructor and Description |
---|
BlockSizeTooSmallException(int b) |
Modifier and Type | Method and Description |
---|---|
int |
getMinimumBlockSize()
Get minimum block size in bytes reftable requires to write a ref.
|
private static final long serialVersionUID
private final int minBlockSize