Uses of Interface
one.microstream.afs.AIoHandler
Package | Description |
---|---|
one.microstream.afs | |
one.microstream.afs.blobstore | |
one.microstream.afs.nio | |
one.microstream.afs.sql |
-
Uses of AIoHandler in one.microstream.afs
Classes in one.microstream.afs with type parameters of type AIoHandler Modifier and Type Class Description static class
AFileSystem.Abstract<H extends AIoHandler,D,F>
Classes in one.microstream.afs that implement AIoHandler Modifier and Type Class Description static class
AIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>
Methods in one.microstream.afs that return AIoHandler Modifier and Type Method Description AIoHandler
AFileSystem. ioHandler()
-
Uses of AIoHandler in one.microstream.afs.blobstore
Subinterfaces of AIoHandler in one.microstream.afs.blobstore Modifier and Type Interface Description interface
BlobStoreIoHandler
Classes in one.microstream.afs.blobstore that implement AIoHandler Modifier and Type Class Description static class
BlobStoreIoHandler.Default
-
Uses of AIoHandler in one.microstream.afs.nio
Subinterfaces of AIoHandler in one.microstream.afs.nio Modifier and Type Interface Description interface
NioIoHandler
Classes in one.microstream.afs.nio that implement AIoHandler Modifier and Type Class Description static class
NioIoHandler.Default
-
Uses of AIoHandler in one.microstream.afs.sql
Subinterfaces of AIoHandler in one.microstream.afs.sql Modifier and Type Interface Description interface
SqlIoHandler
Classes in one.microstream.afs.sql that implement AIoHandler Modifier and Type Class Description static class
SqlIoHandler.Default