Uses of Class
io.datarouter.storage.util.Subpath
-
Uses of Subpath in io.datarouter.storage.file
Methods in io.datarouter.storage.file with parameters of type Subpath Modifier and Type Method Description static PathbeanKeyPathbeanKey. of(Subpath subpath, String file) -
Uses of Subpath in io.datarouter.storage.node
Methods in io.datarouter.storage.node that return Subpath Modifier and Type Method Description SubpathNodeParams. getPath()Methods in io.datarouter.storage.node with parameters of type Subpath Modifier and Type Method Description NodeParams.NodeParamsBuilder<PK,D,F>NodeParams.NodeParamsBuilder. withPath(Subpath path) -
Uses of Subpath in io.datarouter.storage.node.builder
Fields in io.datarouter.storage.node.builder declared as Subpath Modifier and Type Field Description protected SubpathBlobNodeBuilder. path -
Uses of Subpath in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with parameters of type Subpath Modifier and Type Method Description <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, N extends BlobStorage.PhysicalBlobStorageNode<PathbeanKey, Pathbean, Pathbean.PathbeanFielder>>
NBlobNodeFactory. create(ClientId clientId, String bucketName, Subpath path)BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder>BlobNodeFactory. createSubdirectory(BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder> node, Subpath subdirectoryPath) -
Uses of Subpath in io.datarouter.storage.node.op.raw.read
Methods in io.datarouter.storage.node.op.raw.read that return Subpath Modifier and Type Method Description SubpathBlobStorageReader. getRootPath()Methods in io.datarouter.storage.node.op.raw.read with parameters of type Subpath Modifier and Type Method Description io.datarouter.scanner.Scanner<Pathbean>BlobStorageReader. scan(Subpath subpath)io.datarouter.scanner.Scanner<PathbeanKey>BlobStorageReader. scanKeys(Subpath subpath) -
Uses of Subpath in io.datarouter.storage.node.op.raw.write
Methods in io.datarouter.storage.node.op.raw.write with parameters of type Subpath Modifier and Type Method Description voidBlobStorageWriter. deleteAll(Subpath subpath) -
Uses of Subpath in io.datarouter.storage.util
Methods in io.datarouter.storage.util that return Subpath Modifier and Type Method Description SubpathSubpath. append(Subpath suffix)SubpathSubpath. append(String segment)static SubpathSubpath. empty()static SubpathSubpath. join(Collection<Subpath> paths)Methods in io.datarouter.storage.util with parameters of type Subpath Modifier and Type Method Description SubpathSubpath. append(Subpath suffix)Method parameters in io.datarouter.storage.util with type arguments of type Subpath Modifier and Type Method Description static SubpathSubpath. join(Collection<Subpath> paths)