Package one.microstream.storage.types
Interface StorageLockFile
-
- All Superinterfaces:
StorageClosableFile,StorageFile
- All Known Implementing Classes:
StorageLockFile.Default
public interface StorageLockFile extends StorageClosableFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageLockFile.Default-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
-
-
Method Summary
Static Methods Modifier and Type Method Description static StorageLockFileNew(one.microstream.afs.types.AFile file)-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
-
-
-
Method Detail
-
New
static StorageLockFile New(one.microstream.afs.types.AFile file)
-
-