Uses of Interface
one.microstream.afs.ARoot
Package | Description |
---|---|
one.microstream.afs |
-
Uses of ARoot in one.microstream.afs
Classes in one.microstream.afs that implement ARoot Modifier and Type Class Description static class
ARoot.Default
Methods in one.microstream.afs 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 "/".