public class NChunkedStoreUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NChunkedStoreUtils.FileAndNumber |
static class |
NChunkedStoreUtils.FileAndNumberComparator |
static class |
NChunkedStoreUtils.PointerInfo |
| Modifier and Type | Field and Description |
|---|---|
static String |
CHUNK_EXT |
static int |
DEFAULT_CHUNK_NUMBER_LAYOUT |
static int |
DEFAULT_READ_UNCOMMITTED |
static String |
READ_PTR_FILE_NAME |
static String |
WRITE_PTR_FILE_NAME |
| Constructor and Description |
|---|
NChunkedStoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
chunkFileName(long chunkNumber,
int chunkNumberLayout) |
static long |
chunkNumber(NPath path) |
static NChunkedStoreUtils.PointerInfo |
readPointerInfo(NPath folder,
String file) |
static void |
writePointerInfo(NChunkedStoreUtils.PointerInfo ptr,
NPath folder,
String file) |
public static final String CHUNK_EXT
public static final String READ_PTR_FILE_NAME
public static final String WRITE_PTR_FILE_NAME
public static final int DEFAULT_CHUNK_NUMBER_LAYOUT
public static final int DEFAULT_READ_UNCOMMITTED
public static long chunkNumber(NPath path)
public static String chunkFileName(long chunkNumber, int chunkNumberLayout)
public static void writePointerInfo(NChunkedStoreUtils.PointerInfo ptr, NPath folder, String file)
public static NChunkedStoreUtils.PointerInfo readPointerInfo(NPath folder, String file)
Copyright © 2026 vpc open source initiative. All rights reserved.