Package one.microstream.afs.blobstore
Interface BlobStoreIoHandler
- All Superinterfaces:
AIoHandler,WriteController
- All Known Implementing Classes:
BlobStoreIoHandler.Default
public interface BlobStoreIoHandler extends AIoHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlobStoreIoHandler.DefaultNested classes/interfaces inherited from interface one.microstream.afs.AIoHandler
AIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>Nested classes/interfaces inherited from interface one.microstream.afs.WriteController
WriteController.Disabled, WriteController.Enabled -
Method Summary
Modifier and Type Method Description BlobStoreConnectorconnector()static BlobStoreIoHandlerNew(BlobStoreConnector connector)static BlobStoreIoHandlerNew(WriteController writeController, BlobStoreConnector connector)Methods inherited from interface one.microstream.afs.AIoHandler
close, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, create, create, deleteFile, ensureExists, ensureExists, exists, exists, inventorize, isHandledDirectory, isHandledFile, isHandledItem, isHandledReadableFile, isHandledWritableFile, isOpen, listDirectories, listFiles, listItems, moveFile, openReading, openWriting, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, truncate, validateHandledDirectory, validateHandledFile, validateHandledReadableFile, validateHandledWritableFile, writeBytes
-
Method Details
-
connector
BlobStoreConnector connector() -
New
-
New
-