Uses of Interface
one.microstream.storage.types.StorageFile
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageFile in one.microstream.storage.types
Subinterfaces of StorageFile in one.microstream.storage.types Modifier and Type Interface Description interface
StorageBackupableFile
interface
StorageBackupChannelFile
interface
StorageBackupDataFile
interface
StorageBackupFile
interface
StorageBackupTransactionsFile
interface
StorageChannelFile
interface
StorageClosableFile
interface
StorageCreatableFile
interface
StorageDataFile
interface
StorageDataInventoryFile
interface
StorageImportSourceFile
interface
StorageLiveChannelFile<F extends StorageLiveChannelFile<F>>
interface
StorageLiveDataFile
interface
StorageLiveFile<S extends StorageLiveFile<S>>
interface
StorageLiveTransactionsFile
interface
StorageLockFile
interface
StorageTransactionsFile
interface
StorageTruncatableChannelFile
Classes in one.microstream.storage.types that implement StorageFile Modifier and Type Class Description static class
StorageBackupDataFile.Default
static class
StorageBackupTransactionsFile.Default
static class
StorageChannelFile.Abstract
static class
StorageDataFile.Abstract
static class
StorageDataInventoryFile.Default
static class
StorageFile.Abstract
static class
StorageLiveDataFile.Default
static class
StorageLiveFile.Abstract<S extends StorageLiveFile<S>>
static class
StorageLiveTransactionsFile.Default
static class
StorageLockFile.Default
static class
StorageRequestTaskImportData.SourceFileSlice
Methods in one.microstream.storage.types with parameters of type StorageFile Modifier and Type Method Description static VarString
StorageFile. assembleNameAndSize(VarString vs, StorageFile file)
long
StorageFile.Abstract. copyTo(StorageFile target)
long
StorageFile.Abstract. copyTo(StorageFile target, long sourcePosition)
long
StorageFile.Abstract. copyTo(StorageFile target, long sourcePosition, long length)
long
StorageFile. copyTo(StorageFile target)
long
StorageFile. copyTo(StorageFile target, long sourcePosition)
long
StorageFile. copyTo(StorageFile target, long sourcePosition, long length)
static void
StorageFileWriter. createFileFullCopy(StorageFile sourceFile, AFile targetFile)
default long
StorageFileWriter. write(StorageFile file, Iterable<? extends ByteBuffer> buffers)
default long
StorageFileWriter. writeImport(StorageFile sourceFile, long sourceOffset, long copyLength, StorageLiveDataFile targetFile)
Logically the same as a store, but technically the same as a transfer with an external source file.long
StorageFileWriterBackupping.Default. writeImport(StorageFile sourceFile, long sourceOffset, long copyLength, StorageLiveDataFile targetFile)