Uses of Class
io.datarouter.storage.file.Pathbean
| Package | Description |
|---|---|
| io.datarouter.storage.file | |
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.factory | |
| io.datarouter.storage.node.op.raw.read |
-
Uses of Pathbean in io.datarouter.storage.file
Methods in io.datarouter.storage.file with parameters of type Pathbean Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>Pathbean.PathbeanFielder. getNonKeyFields(Pathbean databean) -
Uses of Pathbean in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder with type parameters of type Pathbean Modifier and Type Method Description <N extends NodeOps<PathbeanKey, Pathbean>>
NBlobNodeBuilder. build() -
Uses of Pathbean in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with type parameters of type Pathbean 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)Methods in io.datarouter.storage.node.factory that return types with arguments of type Pathbean Modifier and Type Method Description BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder>BlobNodeFactory. createSubdirectory(BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder> node, Subpath subdirectoryPath)Method parameters in io.datarouter.storage.node.factory with type arguments of type Pathbean Modifier and Type Method Description BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder>BlobNodeFactory. createSubdirectory(BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder> node, Subpath subdirectoryPath) -
Uses of Pathbean in io.datarouter.storage.node.op.raw.read
Methods in io.datarouter.storage.node.op.raw.read that return types with arguments of type Pathbean Modifier and Type Method Description io.datarouter.scanner.Scanner<Pathbean>BlobStorageReader. scan(Subpath subpath)