Package one.microstream.afs.blobstore
Interface BlobStoreIoHandler
- All Superinterfaces:
- AIoHandler,- WriteController
- All Known Implementing Classes:
- BlobStoreIoHandler.Default
public interface BlobStoreIoHandler extends AIoHandler
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classBlobStoreIoHandler.DefaultNested classes/interfaces inherited from interface one.microstream.afs.AIoHandlerAIoHandler.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.WriteControllerWriteController.Disabled, WriteController.Enabled
- 
Method SummaryModifier and Type Method Description BlobStoreConnectorconnector()static BlobStoreIoHandlerNew(BlobStoreConnector connector)static BlobStoreIoHandlerNew(WriteController writeController, BlobStoreConnector connector)Methods inherited from interface one.microstream.afs.AIoHandlerclose, 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- 
connectorBlobStoreConnector connector()
- 
New
- 
New
 
-