Package one.microstream.afs.sql
Class SqlFileWrapper.Abstract<U>
java.lang.Object
one.microstream.afs.AItem.Base
one.microstream.afs.AFile.Wrapper.Abstract<U>
one.microstream.afs.sql.SqlFileWrapper.Abstract<U>
- All Implemented Interfaces:
AFile
,AFile.Wrapper
,AItem
,AItem.Wrapper
,SqlFileWrapper
,SqlItemWrapper
- Direct Known Subclasses:
SqlReadableFile.Default
- Enclosing interface:
- SqlFileWrapper
public abstract static class SqlFileWrapper.Abstract<U> extends AFile.Wrapper.Abstract<U> implements SqlFileWrapper
-
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>
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Modifier and Type Method Description boolean
checkHandleOpen()
boolean
closeHandle()
SqlFileWrapper
ensureOpenHandle()
boolean
isHandleOpen()
boolean
isRetired()
boolean
openHandle()
SqlPath
path()
boolean
retire()
void
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, ensureExists, exists, isEmpty, isUsed, iterateObservers, name, registerObserver, removeObserver, size, toPath, toPathString, tryUseReading, tryUseReading, tryUseWriting, tryUseWriting, type, useReading, useReading, useWriting, useWriting
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
path
- Specified by:
path
in interfaceSqlItemWrapper
-
retire
public boolean retire()- Specified by:
retire
in interfaceSqlFileWrapper
-
isRetired
public boolean isRetired()- Specified by:
isRetired
in interfaceSqlFileWrapper
-
validateIsNotRetired
public void validateIsNotRetired() -
isHandleOpen
public boolean isHandleOpen()- Specified by:
isHandleOpen
in interfaceSqlFileWrapper
-
checkHandleOpen
public boolean checkHandleOpen()- Specified by:
checkHandleOpen
in interfaceSqlFileWrapper
-
openHandle
public boolean openHandle()- Specified by:
openHandle
in interfaceSqlFileWrapper
-
closeHandle
public boolean closeHandle()- Specified by:
closeHandle
in interfaceSqlFileWrapper
-
ensureOpenHandle
- Specified by:
ensureOpenHandle
in interfaceSqlFileWrapper
-