Package one.microstream.afs
Interface ACreator
- All Superinterfaces:
ARoot.Creator
- All Known Implementing Classes:
AFileSystem.Abstract
,BlobStoreFileSystem.Default
,NioFileSystem.Default
,SqlFileSystem.Default
public interface ACreator extends ARoot.Creator
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ACreator.Creator
-
Method Summary
Modifier and Type Method Description default ADirectory
createDirectory(ADirectory parent, String identifier)
default AFile
createFile(ADirectory parent, String identifier)
default AFile
createFile(ADirectory parent, String identifier, String name, String type)
Methods inherited from interface one.microstream.afs.ARoot.Creator
createRootDirectory, createRootDirectory, protocol