StorageEntityTypeExportStatistics |
StorageConnection.Default.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
|
default StorageEntityTypeExportStatistics |
StorageConnection.exportTypes(one.microstream.afs.types.ADirectory targetDirectory) |
Alias for this.exportTypes(StorageEntityTypeExportFileProvider.New(targetDirectory));, meaning all types are exported.
|
default StorageEntityTypeExportStatistics |
StorageConnection.exportTypes(one.microstream.afs.types.ADirectory targetDirectory,
Predicate<? super StorageEntityTypeHandler> isExportType) |
Alias for this.exportTypes(StorageEntityTypeExportFileProvider.New(targetDirectory), isExportType);.
|
default StorageEntityTypeExportStatistics |
StorageConnection.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider) |
Alias for this.exportTypes(exportFileProvider, null);, meaning all types are exported.
|
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 |
StorageRequestAcceptor.Default.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
|
default StorageEntityTypeExportStatistics |
StorageRequestAcceptor.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider) |
|
StorageEntityTypeExportStatistics |
StorageRequestAcceptor.exportTypes(StorageEntityTypeExportFileProvider exportFileProvider,
Predicate<? super StorageEntityTypeHandler> isExportType) |
|
StorageEntityTypeExportStatistics |
StorageRequestTaskExportEntitiesByType.Default.result() |
|
StorageEntityTypeExportStatistics |
StorageRequestTaskExportEntitiesByType.result() |
|