Package one.microstream.afs.sql
Class SqlFileSystem.Default
java.lang.Object
one.microstream.afs.AFileSystem.Abstract<SqlIoHandler,SqlPath,SqlPath>
one.microstream.afs.sql.SqlFileSystem.Default
- All Implemented Interfaces:
- ACreator,- AFileSystem,- AResolver<SqlPath,SqlPath>,- AResolving,- ARoot.Creator,- SqlFileSystem,- WriteController
- Enclosing interface:
- SqlFileSystem
public static class SqlFileSystem.Default extends AFileSystem.Abstract<SqlIoHandler,SqlPath,SqlPath> implements SqlFileSystem
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.afs.AFileSystemAFileSystem.Abstract<H extends AIoHandler,D,F>Nested classes/interfaces inherited from interface one.microstream.afs.sql.SqlFileSystemSqlFileSystem.DefaultNested classes/interfaces inherited from interface one.microstream.afs.WriteControllerWriteController.Disabled, WriteController.Enabled
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description AReadableFileconvertToReading(AWritableFile file)AWritableFileconvertToWriting(AReadableFile file)StringderiveFileIdentifier(String fileName, String fileType)StringderiveFileName(String fileIdentifier)StringderiveFileType(String fileIdentifier)StringgetFileName(AFile file)StringgetFileType(AFile file)SqlPathresolve(ADirectory directory)SqlPathresolve(AFile file)String[]resolveDirectoryToPath(SqlPath directory)String[]resolveFileToPath(SqlPath file)AReadableFilewrapForReading(AFile file, Object user)AWritableFilewrapForWriting(AFile file, Object user)Methods inherited from class one.microstream.afs.AFileSystem.AbstractaccessManager, accessRoots, addRoot, assemblePath, assemblePath, buildPath, createRootDirectory, creator, defaultProtocol, ensureDefaultRoot, ensureDirectoryPath, ensureFilePath, ensureRoot, ensureRoot, fileSystem, getRoot, ioHandler, isWritable, lookupRoot, removeRoot, removeRoot, resolveDirectoryPath, validateIsWritable, validateMemberMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.afs.ACreatorcreateDirectory, createFile, createFileMethods inherited from interface one.microstream.afs.AFileSystemaccessManager, accessRoots, addRoot, assemblePath, assemblePath, assemblePath, assemblePath, buildPath, buildPath, buildPath, creator, defaultProtocol, ensureDefaultRoot, ensureDirectoryPath, ensureDirectoryPath, ensureFilePath, ensureFilePath, ensureFilePath, ensureRoot, ensureRoot, getRoot, ioHandler, lookupRoot, removeRoot, removeRoot, validateMemberMethods inherited from interface one.microstream.afs.AResolverensureDirectory, ensureFile, fileSystem, resolveDirectory, resolveFileMethods inherited from interface one.microstream.afs.AResolvingresolveDirectoryPath, resolveDirectoryPath, resolveFilePath, resolveFilePath, resolveFilePath
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
deriveFileIdentifier- Specified by:
- deriveFileIdentifierin interface- AFileSystem
 
- 
deriveFileName- Specified by:
- deriveFileNamein interface- AFileSystem
 
- 
deriveFileType- Specified by:
- deriveFileTypein interface- AFileSystem
 
- 
getFileName- Specified by:
- getFileNamein interface- AFileSystem
 
- 
getFileType- Specified by:
- getFileTypein interface- AFileSystem
 
- 
resolveDirectoryToPath- Specified by:
- resolveDirectoryToPathin interface- AResolver<SqlPath,SqlPath>
 
- 
resolveFileToPath- Specified by:
- resolveFileToPathin interface- AResolver<SqlPath,SqlPath>
 
- 
resolve
- 
resolve
- 
wrapForReading- Specified by:
- wrapForReadingin interface- AFileSystem
 
- 
wrapForWriting- Specified by:
- wrapForWritingin interface- AFileSystem
 
- 
convertToReading- Specified by:
- convertToReadingin interface- AFileSystem
 
- 
convertToWriting- Specified by:
- convertToWritingin interface- AFileSystem
 
 
-