Uses of Class
one.microstream.storage.types.StorageImportSource.Abstract
-
Packages that use StorageImportSource.Abstract Package Description one.microstream.storage.types -
-
Uses of StorageImportSource.Abstract in one.microstream.storage.types
Subclasses of StorageImportSource.Abstract in one.microstream.storage.types Modifier and Type Class Description static classStorageImportSourceByteBuffer.Defaultstatic classStorageImportSourceFile.DefaultMethods in one.microstream.storage.types that return StorageImportSource.Abstract Modifier and Type Method Description protected abstract StorageImportSource.AbstractStorageRequestTaskImportData.Abstract. createImportSource(int channelIndex, S source, StorageChannelImportBatch.Default headBatch)protected StorageImportSource.AbstractStorageRequestTaskImportDataByteBuffers.Default. createImportSource(int channelIndex, ByteBuffer buffer, StorageChannelImportBatch.Default headBatch)protected StorageImportSource.AbstractStorageRequestTaskImportDataFiles.Default. createImportSource(int channelIndex, one.microstream.afs.types.AFile file, StorageChannelImportBatch.Default headBatch)
-