Package one.microstream.afs
Interface ARoot.Creator
- All Known Subinterfaces:
ACreator
- All Known Implementing Classes:
AFileSystem.Abstract
,BlobStoreFileSystem.Default
,NioFileSystem.Default
,SqlFileSystem.Default
- Enclosing interface:
- ARoot
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ARoot.Creator
-
Method Summary
Modifier and Type Method Description default ARoot
createRootDirectory(AFileSystem fileSystem, String identifier)
ARoot
createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
default String
protocol()