Uses of Interface
one.microstream.afs.AFile.Wrapper
Package | Description |
---|---|
one.microstream.afs | |
one.microstream.afs.blobstore | |
one.microstream.afs.nio | |
one.microstream.afs.sql |
-
Uses of AFile.Wrapper in one.microstream.afs
Subinterfaces of AFile.Wrapper in one.microstream.afs Modifier and Type Interface Description interface
AReadableFile
interface
AWritableFile
Classes in one.microstream.afs that implement AFile.Wrapper Modifier and Type Class Description static class
AFile.Wrapper.Abstract<U>
-
Uses of AFile.Wrapper in one.microstream.afs.blobstore
Subinterfaces of AFile.Wrapper in one.microstream.afs.blobstore Modifier and Type Interface Description interface
BlobStoreFileWrapper
interface
BlobStoreReadableFile
interface
BlobStoreWritableFile
Classes in one.microstream.afs.blobstore that implement AFile.Wrapper Modifier and Type Class Description static class
BlobStoreFileWrapper.Abstract<U>
static class
BlobStoreReadableFile.Default<U>
static class
BlobStoreWritableFile.Default<U>
-
Uses of AFile.Wrapper in one.microstream.afs.nio
Subinterfaces of AFile.Wrapper in one.microstream.afs.nio Modifier and Type Interface Description interface
NioFileWrapper
interface
NioReadableFile
interface
NioWritableFile
Classes in one.microstream.afs.nio that implement AFile.Wrapper Modifier and Type Class Description static class
NioFileWrapper.Abstract<U>
static class
NioReadableFile.Default<U>
static class
NioWritableFile.Default<U>
-
Uses of AFile.Wrapper in one.microstream.afs.sql
Subinterfaces of AFile.Wrapper in one.microstream.afs.sql Modifier and Type Interface Description interface
SqlFileWrapper
interface
SqlReadableFile
interface
SqlWritableFile
Classes in one.microstream.afs.sql that implement AFile.Wrapper Modifier and Type Class Description static class
SqlFileWrapper.Abstract<U>
static class
SqlReadableFile.Default<U>
static class
SqlWritableFile.Default<U>