Uses of Interface
one.microstream.util.ProcessIdentityProvider
Package | Description |
---|---|
one.microstream.storage.types | |
one.microstream.util |
-
Uses of ProcessIdentityProvider in one.microstream.storage.types
Methods in one.microstream.storage.types that return ProcessIdentityProvider Modifier and Type Method Description ProcessIdentityProvider
StorageFoundation.Default. getProcessIdentityProvider()
ProcessIdentityProvider
StorageFoundation. getProcessIdentityProvider()
Returns the currently setProcessIdentityProvider
instance.Methods in one.microstream.storage.types with parameters of type ProcessIdentityProvider Modifier and Type Method Description static StorageLockFileSetup
StorageLockFileSetup. New(StorageLiveFileProvider lockFileProvider, ProcessIdentityProvider processIdentityProvider)
static StorageLockFileSetup
StorageLockFileSetup. New(StorageLiveFileProvider lockFileProvider, ProcessIdentityProvider processIdentityProvider, Charset charset, long updateInterval)
F
StorageFoundation.Default. setProcessIdentityProvider(ProcessIdentityProvider processIdentityProvider)
F
StorageFoundation. setProcessIdentityProvider(ProcessIdentityProvider processIdentityProvider)
Sets theProcessIdentityProvider
instance to be used for the assembly. -
Uses of ProcessIdentityProvider in one.microstream.util
Classes in one.microstream.util that implement ProcessIdentityProvider Modifier and Type Class Description static class
ProcessIdentityProvider.Default
Methods in one.microstream.util that return ProcessIdentityProvider Modifier and Type Method Description static ProcessIdentityProvider
ProcessIdentityProvider. New()