Package one.microstream.storage.types
Interface StorageEntityExporter<E extends StorageEntity>
-
- All Known Implementing Classes:
StorageEntityExporter.Default
public interface StorageEntityExporter<E extends StorageEntity>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageEntityExporter.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup()voidexportEntities(StorageEntityType<E> type, one.microstream.afs.types.AWritableFile file)
-
-
-
Method Detail
-
exportEntities
void exportEntities(StorageEntityType<E> type, one.microstream.afs.types.AWritableFile file)
-
cleanup
void cleanup()
-
-