| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
KB |
1024L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EMPTY_STRING |
"" |
public static final int |
INDEX_NOT_FOUND |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAGIC_LENGTH |
8 |
public static final int |
SIZEOF_BOOLEAN |
1 |
public static final int |
SIZEOF_BYTE |
1 |
public static final int |
SIZEOF_INT16 |
2 |
public static final int |
SIZEOF_INT32 |
4 |
public static final int |
SIZEOF_INT64 |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HFILEBLOCK_HEADER_SIZE |
33 |
public static final int |
HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM |
24 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SEEK_TO_BEFORE_BLOCK_FIRST_KEY |
-2 |
public static final int |
SEEK_TO_BEFORE_FILE_FIRST_KEY |
-1 |
public static final int |
SEEK_TO_EOF |
2 |
public static final int |
SEEK_TO_FOUND |
0 |
public static final int |
SEEK_TO_IN_RANGE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TRAILER_SIZE |
4096 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
KEY_OFFSET |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FIRST_FIELD_NUMBER |
1 |
public static final int |
SECOND_FIELD_NUMBER |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAP_ENTRY_FIELD_NUMBER |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
COMPARATOR_CLASS_NAME_FIELD_NUMBER |
11 |
public static final int |
COMPRESSION_CODEC_FIELD_NUMBER |
12 |
public static final int |
DATA_INDEX_COUNT_FIELD_NUMBER |
5 |
public static final int |
ENCRYPTION_KEY_FIELD_NUMBER |
13 |
public static final int |
ENTRY_COUNT_FIELD_NUMBER |
7 |
public static final int |
FILE_INFO_OFFSET_FIELD_NUMBER |
1 |
public static final int |
FIRST_DATA_BLOCK_OFFSET_FIELD_NUMBER |
9 |
public static final int |
LAST_DATA_BLOCK_OFFSET_FIELD_NUMBER |
10 |
public static final int |
LOAD_ON_OPEN_DATA_OFFSET_FIELD_NUMBER |
2 |
public static final int |
META_INDEX_COUNT_FIELD_NUMBER |
6 |
public static final int |
NUM_DATA_INDEX_LEVELS_FIELD_NUMBER |
8 |
public static final int |
TOTAL_UNCOMPRESSED_BYTES_FIELD_NUMBER |
4 |
public static final int |
UNCOMPRESSED_DATA_INDEX_SIZE_FIELD_NUMBER |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
COLON_CHAR |
58 |
public static final String |
SEPARATOR |
"/" |
public static final char |
SEPARATOR_CHAR |
47 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
EQUALS_STR |
"=" |
protected static final String |
LENGTH_STR |
"length" |
protected static final String |
LOCAL_FILESYSTEM_SCHEME |
"file" |
public static final String |
SCHEME |
"inlinefs" |
protected static final String |
SCHEME_SEPARATOR |
":" |
protected static final String |
START_OFFSET_STR |
"start_offset" |
Copyright © 2025 The Apache Software Foundation. All rights reserved.