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, wrappublic 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 VolumeFactorypublic boolean handlesReadonly()
handlesReadonly in class VolumeFactoryCopyright © 2018. All Rights Reserved.