Uses of Interface
one.microstream.afs.AFileSystem
Package | Description |
---|---|
one.microstream.afs | |
one.microstream.afs.blobstore | |
one.microstream.afs.nio | |
one.microstream.afs.sql | |
one.microstream.storage.types |
-
Uses of AFileSystem in one.microstream.afs
Classes in one.microstream.afs with type parameters of type AFileSystem Modifier and Type Class Description static class
AccessManager.Default<S extends AFileSystem>
Classes in one.microstream.afs that implement AFileSystem Modifier and Type Class Description static class
AFileSystem.Abstract<H extends AIoHandler,D,F>
Methods in one.microstream.afs that return AFileSystem Modifier and Type Method Description AFileSystem
AccessManager. fileSystem()
AFileSystem
ADirectory.Default. fileSystem()
AFileSystem
AFile.Default. fileSystem()
AFileSystem
AFile.Wrapper.Abstract. fileSystem()
AFileSystem
AFileSystem.Abstract. fileSystem()
AFileSystem
AItem. fileSystem()
AFileSystem
AResolver. fileSystem()
AFileSystem
ARoot.Default. fileSystem()
Methods in one.microstream.afs with parameters of type AFileSystem Modifier and Type Method Description AccessManager
AccessManager.Creator. createAccessManager(AFileSystem parent)
ACreator
ACreator.Creator. createCreator(AFileSystem parent)
ARoot
AFileSystem.Abstract. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
default ARoot
ARoot.Creator. createRootDirectory(AFileSystem fileSystem, String identifier)
ARoot
ARoot.Creator. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
static AccessManager
AccessManager. New(AFileSystem fileSystem)
static ARoot
ARoot. New(AFileSystem fileSystem, String protocol, String identifier)
Note:identifier
can be "" since local file paths might start with a "/". -
Uses of AFileSystem in one.microstream.afs.blobstore
Subinterfaces of AFileSystem in one.microstream.afs.blobstore Modifier and Type Interface Description interface
BlobStoreFileSystem
Classes in one.microstream.afs.blobstore that implement AFileSystem Modifier and Type Class Description static class
BlobStoreFileSystem.Default
-
Uses of AFileSystem in one.microstream.afs.nio
Subinterfaces of AFileSystem in one.microstream.afs.nio Modifier and Type Interface Description interface
NioFileSystem
Classes in one.microstream.afs.nio that implement AFileSystem Modifier and Type Class Description static class
NioFileSystem.Default
-
Uses of AFileSystem in one.microstream.afs.sql
Subinterfaces of AFileSystem in one.microstream.afs.sql Modifier and Type Interface Description interface
SqlFileSystem
Classes in one.microstream.afs.sql that implement AFileSystem Modifier and Type Class Description static class
SqlFileSystem.Default
-
Uses of AFileSystem in one.microstream.storage.types
Methods in one.microstream.storage.types that return AFileSystem Modifier and Type Method Description AFileSystem
StorageFileProvider.Abstract. fileSystem()
AFileSystem
StorageFileProvider.Builder.Abstract. fileSystem()
AFileSystem
StorageFileProvider.Builder. fileSystem()
AFileSystem
StorageFileProvider. fileSystem()
default AFileSystem
StorageSystem. fileSystem()
Methods in one.microstream.storage.types with parameters of type AFileSystem Modifier and Type Method Description static StorageBackupFileProvider.Builder<?>
Storage. BackupFileProviderBuilder(AFileSystem fileSystem)
static StorageBackupFileProvider.Builder<?>
StorageBackupFileProvider. Builder(AFileSystem fileSystem)
static StorageLiveFileProvider.Builder<?>
StorageLiveFileProvider. Builder(AFileSystem fileSystem)
Pseudo-constructor method to create a newStorageLiveFileProvider.Builder
instance.static ADirectory
Storage. defaultStorageDirectory(AFileSystem fileSystem)
Returns the default storage directory in the current working directory and with a filename defined byStorageLiveFileProvider.Defaults.defaultStorageDirectory()
.static StorageLiveFileProvider.Builder<?>
Storage. FileProviderBuilder(AFileSystem fileSystem)