| Package | Description |
|---|---|
| one.microstream.storage.types |
| Modifier and Type | Interface and 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 |
| Modifier and Type | Class and 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 |
| Modifier and Type | Method and Description |
|---|---|
static one.microstream.chars.VarString |
StorageFile.assembleNameAndSize(one.microstream.chars.VarString vs,
StorageFile file) |
long |
StorageFile.copyTo(StorageFile target) |
long |
StorageFile.Abstract.copyTo(StorageFile target) |
long |
StorageFile.copyTo(StorageFile target,
long sourcePosition) |
long |
StorageFile.Abstract.copyTo(StorageFile target,
long sourcePosition) |
long |
StorageFile.copyTo(StorageFile target,
long sourcePosition,
long length) |
long |
StorageFile.Abstract.copyTo(StorageFile target,
long sourcePosition,
long length) |
static void |
StorageFileWriter.createFileFullCopy(StorageFile sourceFile,
one.microstream.afs.types.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) |
Copyright © 2022 MicroStream Software. All rights reserved.