| Package | Description |
|---|---|
| one.microstream.storage.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageEntityTypeExportStatistics.Default |
| Modifier and Type | Method and Description |
|---|---|
default StorageEntityTypeExportStatistics |
StorageRequestAcceptor.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider) |
default StorageEntityTypeExportStatistics |
StorageConnection.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider)
Alias for
this.exportTypes(exportFileProvider, null);, meaning all types are exported. |
StorageEntityTypeExportStatistics |
StorageRequestAcceptor.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
StorageEntityTypeExportStatistics |
StorageRequestAcceptor.Default.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
StorageEntityTypeExportStatistics |
StorageConnection.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType)
Exports the entity data of all selected types of all channels into one file per type.
The data will be in the native binary format used internally by the storage. |
StorageEntityTypeExportStatistics |
StorageConnection.Default.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
StorageEntityTypeExportStatistics |
StorageRequestTaskExportEntitiesByType.result() |
StorageEntityTypeExportStatistics |
StorageRequestTaskExportEntitiesByType.Default.result() |
Copyright © 2022 MicroStream Software. All rights reserved.