Package | Description |
---|---|
net.openhft.lang.io |
Modifier and Type | Method and Description |
---|---|
static VanillaMappedMode |
VanillaMappedMode.defaultMode() |
static VanillaMappedMode |
VanillaMappedMode.fromValue(FileChannel.MapMode value) |
static VanillaMappedMode |
VanillaMappedMode.fromValue(int value) |
static VanillaMappedMode |
VanillaMappedMode.fromValue(String value) |
static VanillaMappedMode |
VanillaMappedMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VanillaMappedMode[] |
VanillaMappedMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VanillaMappedBlocks(File path,
VanillaMappedMode mode,
long blockSize,
FileLifecycleListener fileLifecycleListener) |
VanillaMappedBlocks(File path,
VanillaMappedMode mode,
long blockSize,
long overlapSize) |
VanillaMappedFile(File path,
VanillaMappedMode mode) |
VanillaMappedFile(File path,
VanillaMappedMode mode,
long size,
FileLifecycleListener fileLifecycleListener) |
Copyright © 2019. All rights reserved.