Package one.microstream.storage.types
Class StorageLockFileSetup.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageLockFileSetup.Default
-
- All Implemented Interfaces:
StorageLockFileSetup
- Enclosing interface:
- StorageLockFileSetup
public static final class StorageLockFileSetup.Default extends Object implements StorageLockFileSetup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageLockFileSetup
StorageLockFileSetup.Default, StorageLockFileSetup.Defaults, StorageLockFileSetup.Provider
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description Charsetcharset()StorageFileProviderlockFileProvider()StringprocessIdentity()longupdateInterval()
-
-
-
Method Detail
-
lockFileProvider
public final StorageFileProvider lockFileProvider()
- Specified by:
lockFileProviderin interfaceStorageLockFileSetup
-
processIdentity
public final String processIdentity()
- Specified by:
processIdentityin interfaceStorageLockFileSetup
-
updateInterval
public final long updateInterval()
- Specified by:
updateIntervalin interfaceStorageLockFileSetup
-
charset
public final Charset charset()
- Specified by:
charsetin interfaceStorageLockFileSetup
-
-