Package one.microstream.storage.types
Interface StorageEntityTypeExportFileProvider
- All Known Implementing Classes:
StorageEntityTypeExportFileProvider.Default
public interface StorageEntityTypeExportFileProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageEntityTypeExportFileProvider.Default
-
Method Summary
Modifier and Type Method Description static long
getTypeIdFromUniqueTypeFileName(String uniqueTypeFileName)
AWritableFile
provideExportFile(StorageEntityTypeHandler entityType)
static String
toUniqueTypeFileName(String typeName, long typeId)
static String
toUniqueTypeFileName(PersistenceTypeDefinition type)
static String
uniqueTypeFileNameSeparator()