| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.io.mapped |
| Modifier and Type | Method and Description |
|---|---|
static MappedSequentialFileFactory |
MappedSequentialFileFactory.buffered(File directory,
int capacity,
int bufferSize,
int bufferTimeout,
IOCriticalErrorListener criticalErrorListener) |
MappedSequentialFileFactory |
MappedSequentialFileFactory.capacity(int capacity) |
MappedSequentialFileFactory |
MappedSequentialFileFactory.disableBufferReuse() |
MappedSequentialFileFactory |
MappedSequentialFileFactory.enableBufferReuse() |
MappedSequentialFileFactory |
MappedSequentialFileFactory.setAlignment(int alignment)
Deprecated.
|
MappedSequentialFileFactory |
MappedSequentialFileFactory.setDatasync(boolean enabled) |
static MappedSequentialFileFactory |
MappedSequentialFileFactory.unbuffered(File directory,
int capacity,
IOCriticalErrorListener criticalErrorListener) |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.