Package one.microstream.afs.types
Class AItem.Abstract
java.lang.Object
one.microstream.afs.types.AItem.Base
one.microstream.afs.types.AItem.Abstract
- All Implemented Interfaces:
AItem
- Direct Known Subclasses:
ADirectory.Abstract
,AFile.Default
- Enclosing interface:
- AItem
public abstract static class AItem.Abstract extends AItem.Base
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.types.AItem
AItem.Abstract, AItem.Base, AItem.Wrapper
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
identifier()
The value that uniquely identifies the item locally in itsAItem.parent()
directory.protected Object
mutex()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.afs.types.AItem
exists, fileSystem, parent, toPath, toPathString
-
Constructor Details
-
Method Details
-
identifier
Description copied from interface:AItem
The value that uniquely identifies the item locally in itsAItem.parent()
directory.- Returns:
- the item's locally unique identifier.
- See Also:
AItem.parent()
,AItem.toPathString()
-
mutex
-