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