class DeltaIndexScanner
extends java.lang.Object
DeltaIndex by performing a partial scan of the content.| Modifier and Type | Field and Description |
|---|---|
(package private) long[] |
entries |
private int |
entryCnt |
(package private) int[] |
next |
(package private) int[] |
table |
(package private) int |
tableMask |
| Constructor and Description |
|---|
DeltaIndexScanner(byte[] raw,
int len) |
| Modifier and Type | Method and Description |
|---|---|
private void |
scan(byte[] raw,
int end) |
private static int |
tableSize(int worstCaseBlockCnt) |