Uses of Interface
one.microstream.util.ProcessIdentityProvider
-
Packages that use 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 ProcessIdentityProviderStorageFoundation.Default. getProcessIdentityProvider()ProcessIdentityProviderStorageFoundation. getProcessIdentityProvider()Returns the currently setProcessIdentityProviderinstance.Methods in one.microstream.storage.types with parameters of type ProcessIdentityProvider Modifier and Type Method Description static StorageLockFileSetupStorageLockFileSetup. New(StorageFileProvider lockFileProvider, ProcessIdentityProvider processIdentityProvider)static StorageLockFileSetupStorageLockFileSetup. New(StorageFileProvider lockFileProvider, ProcessIdentityProvider processIdentityProvider, Charset charset, long updateInterval)FStorageFoundation.Default. setProcessIdentityProvider(ProcessIdentityProvider processIdentityProvider)FStorageFoundation. setProcessIdentityProvider(ProcessIdentityProvider processIdentityProvider)Sets theProcessIdentityProviderinstance 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 classProcessIdentityProvider.DefaultMethods in one.microstream.util that return ProcessIdentityProvider Modifier and Type Method Description static ProcessIdentityProviderProcessIdentityProvider. New()
-