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