Uses of Interface
one.microstream.storage.types.StorageImportSource
-
Packages that use StorageImportSource Package Description one.microstream.storage.types -
-
Uses of StorageImportSource in one.microstream.storage.types
Subinterfaces of StorageImportSource in one.microstream.storage.types Modifier and Type Interface Description interfaceStorageImportSourceByteBufferinterfaceStorageImportSourceFileClasses in one.microstream.storage.types that implement StorageImportSource Modifier and Type Class Description static classStorageImportSource.Abstractstatic classStorageImportSourceByteBuffer.Defaultstatic classStorageImportSourceFile.DefaultMethods in one.microstream.storage.types with parameters of type StorageImportSource Modifier and Type Method Description voidStorageFileManager.Default. copyData(StorageImportSource importSource)voidStorageChannel.Default. importData(StorageImportSource importSource)voidStorageChannel. importData(StorageImportSource importSource)default longStorageFileWriter. writeImport(StorageImportSource source, long sourceOffset, long copyLength, StorageLiveDataFile targetFile)Logically the same as a store, but technically the same as a transfer with an external source file.longStorageFileWriterBackupping.Default. writeImport(StorageImportSource source, long sourceOffset, long copyLength, StorageLiveDataFile targetFile)
-