Uses of Interface
one.microstream.afs.types.ARoot
Package | Description |
---|---|
one.microstream.afs.types |
-
Uses of ARoot in one.microstream.afs.types
Classes in one.microstream.afs.types that implement ARoot Modifier and Type Class Description static class
ARoot.Default
Methods in one.microstream.afs.types that return ARoot Modifier and Type Method Description ARoot
AFileSystem.Abstract. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
default ARoot
ARoot.Creator. createRootDirectory(AFileSystem fileSystem, String identifier)
ARoot
ARoot.Creator. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
static ARoot
ARoot. New(AFileSystem fileSystem, String protocol, String identifier)
Note:identifier
can be "" since local file paths might start with a "/".