Uses of Interface
one.microstream.afs.blobstore.BlobStoreIoHandler
Package | Description |
---|---|
one.microstream.afs.blobstore |
-
Uses of BlobStoreIoHandler in one.microstream.afs.blobstore
Classes in one.microstream.afs.blobstore that implement BlobStoreIoHandler Modifier and Type Class Description static class
BlobStoreIoHandler.Default
Methods in one.microstream.afs.blobstore that return BlobStoreIoHandler Modifier and Type Method Description BlobStoreIoHandler
BlobStoreFileSystem. ioHandler()
static BlobStoreIoHandler
BlobStoreIoHandler. New(BlobStoreConnector connector)
static BlobStoreIoHandler
BlobStoreIoHandler. New(WriteController writeController, BlobStoreConnector connector)
Methods in one.microstream.afs.blobstore with parameters of type BlobStoreIoHandler Modifier and Type Method Description static BlobStoreFileSystem
BlobStoreFileSystem. New(BlobStoreIoHandler ioHandler)