public static interface StorageFileNameProvider.Builder<B extends StorageFileNameProvider.Builder<?>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageFileNameProvider.Builder.Default<B extends StorageFileNameProvider.Builder.Default<?>> |
String channelDirectoryPrefix()
String dataFilePrefix()
String dataFileSuffix()
String transactionsFilePrefix()
String transactionsFileSuffix()
String rescuedFileSuffix()
String typeDictionaryFileName()
String lockFileName()
StorageFileNameProvider createFileNameProvider()
static StorageFileNameProvider.Default New(String channelDirectoryPrefix, String storageFilePrefix, String storageFileSuffix, String transactionsFilePrefix, String transactionsFileSuffix, String rescuedFileSuffix, String typeDictionaryFileName, String lockFileName)
channelDirectoryPrefix - may not be null.storageFilePrefix - may not be null.storageFileSuffix - may not be null.transactionsFilePrefix - may not be null.transactionsFileSuffix - may not be null.typeDictionaryFileName - may not be null.lockFileName - may not be null.rescuedFileSuffix - may not be null.StorageFileNameProvider instanceCopyright © 2022 MicroStream Software. All rights reserved.