Package org.apache.pinot.segment.spi
Class V1Constants
- java.lang.Object
-
- org.apache.pinot.segment.spi.V1Constants
-
public class V1Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV1Constants.Dictstatic classV1Constants.Indexesstatic classV1Constants.MetadataKeysstatic classV1Constants.Str
-
Field Summary
Fields Modifier and Type Field Description static StringINDEX_FILE_NAMEstatic StringINDEX_MAP_FILE_NAMEstatic StringSEGMENT_CREATION_METAstatic StringVALID_DOC_IDS_SNAPSHOT_FILE_NAME
-
-
-
Field Detail
-
SEGMENT_CREATION_META
public static final String SEGMENT_CREATION_META
- See Also:
- Constant Field Values
-
INDEX_MAP_FILE_NAME
public static final String INDEX_MAP_FILE_NAME
- See Also:
- Constant Field Values
-
INDEX_FILE_NAME
public static final String INDEX_FILE_NAME
- See Also:
- Constant Field Values
-
VALID_DOC_IDS_SNAPSHOT_FILE_NAME
public static final String VALID_DOC_IDS_SNAPSHOT_FILE_NAME
- See Also:
- Constant Field Values
-
-