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 classAccessManager.Default<S extends AFileSystem>Classes in one.microstream.afs that implement AFileSystem Modifier and Type Class Description static classAFileSystem.Abstract<H extends AIoHandler,D,F>Methods in one.microstream.afs that return AFileSystem Modifier and Type Method Description AFileSystemAccessManager. fileSystem()AFileSystemADirectory.Default. fileSystem()AFileSystemAFile.Default. fileSystem()AFileSystemAFile.Wrapper.Abstract. fileSystem()AFileSystemAFileSystem.Abstract. fileSystem()AFileSystemAItem. fileSystem()AFileSystemAResolver. fileSystem()AFileSystemARoot.Default. fileSystem()Methods in one.microstream.afs with parameters of type AFileSystem Modifier and Type Method Description AccessManagerAccessManager.Creator. createAccessManager(AFileSystem parent)ACreatorACreator.Creator. createCreator(AFileSystem parent)ARootAFileSystem.Abstract. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)default ARootARoot.Creator. createRootDirectory(AFileSystem fileSystem, String identifier)ARootARoot.Creator. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)static AccessManagerAccessManager. New(AFileSystem fileSystem)static ARootARoot. New(AFileSystem fileSystem, String protocol, String identifier)Note:identifiercan 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 interfaceBlobStoreFileSystemClasses in one.microstream.afs.blobstore that implement AFileSystem Modifier and Type Class Description static classBlobStoreFileSystem.Default -
Uses of AFileSystem in one.microstream.afs.nio
Subinterfaces of AFileSystem in one.microstream.afs.nio Modifier and Type Interface Description interfaceNioFileSystemClasses in one.microstream.afs.nio that implement AFileSystem Modifier and Type Class Description static classNioFileSystem.Default -
Uses of AFileSystem in one.microstream.afs.sql
Subinterfaces of AFileSystem in one.microstream.afs.sql Modifier and Type Interface Description interfaceSqlFileSystemClasses in one.microstream.afs.sql that implement AFileSystem Modifier and Type Class Description static classSqlFileSystem.Default -
Uses of AFileSystem in one.microstream.storage.types
Methods in one.microstream.storage.types that return AFileSystem Modifier and Type Method Description AFileSystemStorageFileProvider.Abstract. fileSystem()AFileSystemStorageFileProvider.Builder.Abstract. fileSystem()AFileSystemStorageFileProvider.Builder. fileSystem()AFileSystemStorageFileProvider. fileSystem()default AFileSystemStorageSystem. 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.Builderinstance.static ADirectoryStorage. 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)