Package one.microstream.storage.types
Interface StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>
-
- All Known Implementing Classes:
StorageFileProvider.Builder.Default
- Enclosing interface:
- StorageFileProvider
public static interface StorageFileProvider.Builder<B extends StorageFileProvider.Builder<?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageFileProvider.Builder.Default<B extends StorageFileProvider.Builder.Default<?>>
-
Method Summary
-
-
-
Method Detail
-
baseDirectory
String baseDirectory()
-
deletionDirectory
String deletionDirectory()
-
truncationDirectory
String truncationDirectory()
-
channelDirectoryPrefix
String channelDirectoryPrefix()
-
storageFilePrefix
String storageFilePrefix()
-
storageFileSuffix
String storageFileSuffix()
-
transactionsFilePrefix
String transactionsFilePrefix()
-
transactionsFileSuffix
String transactionsFileSuffix()
-
typeDictionaryFileName
String typeDictionaryFileName()
-
lockFileName
String lockFileName()
-
fileHandlerCreator
PersistenceTypeDictionaryFileHandler.Creator fileHandlerCreator()
-
setFileHandlerCreator
B setFileHandlerCreator(PersistenceTypeDictionaryFileHandler.Creator fileHandlerCreator)
-
createFileProvider
StorageFileProvider createFileProvider()
-
-