Package one.microstream.afs.blobstore
Class BlobStoreWritableFile.Default<U>
java.lang.Object
one.microstream.afs.AItem.Base
one.microstream.afs.AFile.Wrapper.Abstract<U>
one.microstream.afs.blobstore.BlobStoreFileWrapper.Abstract<U>
one.microstream.afs.blobstore.BlobStoreReadableFile.Default<U>
one.microstream.afs.blobstore.BlobStoreWritableFile.Default<U>
- All Implemented Interfaces:
AFile,AFile.Wrapper,AItem,AItem.Wrapper,AReadableFile,AWritableFile,BlobStoreFileWrapper,BlobStoreItemWrapper,BlobStoreReadableFile,BlobStoreWritableFile
- Enclosing interface:
- BlobStoreWritableFile
public static class BlobStoreWritableFile.Default<U> extends BlobStoreReadableFile.Default<U> implements BlobStoreWritableFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.AFile
AFile.Default, AFile.Observer, AFile.WrapperNested classes/interfaces inherited from interface one.microstream.afs.AFile.Wrapper
AFile.Wrapper.Abstract<U>Nested classes/interfaces inherited from interface one.microstream.afs.AItem
AItem.Abstract, AItem.Base, AItem.WrapperNested classes/interfaces inherited from interface one.microstream.afs.blobstore.BlobStoreFileWrapper
BlobStoreFileWrapper.Abstract<U>Nested classes/interfaces inherited from interface one.microstream.afs.blobstore.BlobStoreReadableFile
BlobStoreReadableFile.Default<U>Nested classes/interfaces inherited from interface one.microstream.afs.blobstore.BlobStoreWritableFile
BlobStoreWritableFile.Default<U> -
Constructor Summary
Constructors Constructor Description Default() -
Method Summary
Methods inherited from class one.microstream.afs.blobstore.BlobStoreFileWrapper.Abstract
checkHandleOpen, closeHandle, ensureOpenHandle, isHandleOpen, isRetired, openHandle, path, retire, validateIsNotRetiredMethods inherited from class one.microstream.afs.AFile.Wrapper.Abstract
actual, exists, fileSystem, identifier, iterateObservers, name, parent, registerObserver, removeObserver, type, userMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.afs.AFile
defaultUser, exists, isEmpty, isUsed, iterateObservers, name, registerObserver, removeObserver, toPath, toPathString, tryUseReading, tryUseReading, tryUseWriting, tryUseWriting, type, useReading, useReadingMethods inherited from interface one.microstream.afs.AReadableFile
close, isOpen, isRetired, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, release, retire, size, validateIsNotRetiredMethods inherited from interface one.microstream.afs.AWritableFile
copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, create, delete, downgrade, ensureExists, moveTo, moveTo, open, truncate, useWriting, useWriting, writeBytes, writeBytesMethods inherited from interface one.microstream.afs.blobstore.BlobStoreFileWrapper
checkHandleOpen, closeHandle, ensureOpenHandle, isHandleOpen, isRetired, openHandle, retire
-
Constructor Details
-
Default
public Default()
-