public class MetaMarker extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CHUNK_GROUP_HEADER |
static byte |
CHUNK_HEADER
Chunk header marker and this chunk has more than one page.
|
static byte |
ONLY_ONE_PAGE_CHUNK_HEADER
Chunk header marker and this chunk has only one page.
|
static byte |
ONLY_ONE_PAGE_TIME_CHUNK_HEADER
Time Chunk header marker and this chunk has only one page.
|
static byte |
ONLY_ONE_PAGE_VALUE_CHUNK_HEADER
Value Chunk header marker and this chunk has only one page.
|
static byte |
OPERATION_INDEX_RANGE |
static byte |
SEPARATOR |
static byte |
TIME_CHUNK_HEADER
Time Chunk header marker and this chunk has more than one page.
|
static byte |
VALUE_CHUNK_HEADER
Value Chunk header marker and this chunk has more than one page.
|
static byte |
VERSION
Deprecated.
(Since TsFile version 3, the marker VERSION is no longer used in TsFile. It should
be removed when TsFile upgrade to version 4)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
handleUnexpectedMarker(byte marker) |
public static final byte CHUNK_GROUP_HEADER
public static final byte CHUNK_HEADER
public static final byte SEPARATOR
@Deprecated public static final byte VERSION
public static final byte OPERATION_INDEX_RANGE
public static final byte ONLY_ONE_PAGE_CHUNK_HEADER
public static final byte TIME_CHUNK_HEADER
public static final byte VALUE_CHUNK_HEADER
public static final byte ONLY_ONE_PAGE_TIME_CHUNK_HEADER
public static final byte ONLY_ONE_PAGE_VALUE_CHUNK_HEADER
public static void handleUnexpectedMarker(byte marker)
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.