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 SummaryNested Classes Modifier and Type Interface Description static interfaceACreator.Creator
- 
Method SummaryModifier and Type Method Description default ADirectorycreateDirectory(ADirectory parent, String identifier)default AFilecreateFile(ADirectory parent, String identifier)default AFilecreateFile(ADirectory parent, String identifier, String name, String type)Methods inherited from interface one.microstream.afs.ARoot.CreatorcreateRootDirectory, createRootDirectory, protocol