public class FileConstants extends Object
Modifier and Type | Field and Description |
---|---|
static com.devexperts.io.ChunkPool |
CHUNK_POOL |
static int |
CHUNK_SIZE
Chunk size for files.
|
static long |
MAX_BUFFER_TIME
Max time to keep buffered data in memory before physically flushing it to file.
|
static long |
MAX_OPEN_FACTOR
Maximum open factor for tape files.
|
public static final com.devexperts.io.ChunkPool CHUNK_POOL
public static final int CHUNK_SIZE
public static final long MAX_BUFFER_TIME
public static final long MAX_OPEN_FACTOR
splitTime * MAX_OPEN_FACTOR
then it will be closed.Copyright © 2002–2025 Devexperts LLC. All rights reserved.