public static class MappedFileVol.MappedFileFactory extends VolumeFactory
Constructor and Description |
---|
MappedFileFactory(boolean cleanerHackEnabled,
boolean preclearDisabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(java.lang.String file) |
boolean |
handlesReadonly() |
Volume |
makeVolume(java.lang.String file,
boolean readOnly,
long fileLockWait,
int sliceShift,
long initSize,
boolean fixedSize) |
makeVolume, makeVolume, wrap
public MappedFileFactory(boolean cleanerHackEnabled, boolean preclearDisabled)
public Volume makeVolume(java.lang.String file, boolean readOnly, long fileLockWait, int sliceShift, long initSize, boolean fixedSize)
makeVolume
in class VolumeFactory
@NotNull public boolean exists(@Nullable java.lang.String file)
exists
in class VolumeFactory
public boolean handlesReadonly()
handlesReadonly
in class VolumeFactory
Copyright © 2018. All Rights Reserved.