Uses of Class
io.datarouter.storage.file.PathbeanKey
-
Uses of PathbeanKey in io.datarouter.storage.file
Methods in io.datarouter.storage.file that return PathbeanKey Modifier and Type Method Description static PathbeanKeyPathbeanKey. of(Subpath subpath, String file)static PathbeanKeyPathbeanKey. of(String pathAndFile)static PathbeanKeyPathbeanKey. of(Path path)Methods in io.datarouter.storage.file that return types with arguments of type PathbeanKey Modifier and Type Method Description Class<PathbeanKey>Pathbean. getKeyClass()Constructors in io.datarouter.storage.file with parameters of type PathbeanKey Constructor Description Pathbean(PathbeanKey key)Pathbean(PathbeanKey key, Long size) -
Uses of PathbeanKey in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder with type parameters of type PathbeanKey Modifier and Type Method Description <N extends NodeOps<PathbeanKey, Pathbean>>
NBlobNodeBuilder. build() -
Uses of PathbeanKey in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with type parameters of type PathbeanKey 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 PathbeanKey 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 PathbeanKey Modifier and Type Method Description BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder>BlobNodeFactory. createSubdirectory(BlobStorage.PhysicalBlobStorageNode<PathbeanKey,Pathbean,Pathbean.PathbeanFielder> node, Subpath subdirectoryPath) -
Uses of PathbeanKey in io.datarouter.storage.node.op.raw.read
Methods in io.datarouter.storage.node.op.raw.read that return types with arguments of type PathbeanKey Modifier and Type Method Description io.datarouter.scanner.Scanner<PathbeanKey>BlobStorageReader. scanKeys(Subpath subpath)Methods in io.datarouter.storage.node.op.raw.read with parameters of type PathbeanKey Modifier and Type Method Description booleanBlobStorageReader. exists(PathbeanKey key)byte[]BlobStorageReader. read(PathbeanKey key)byte[]BlobStorageReader. read(PathbeanKey key, long offset, int length) -
Uses of PathbeanKey in io.datarouter.storage.node.op.raw.write
Methods in io.datarouter.storage.node.op.raw.write with parameters of type PathbeanKey Modifier and Type Method Description voidBlobStorageWriter. delete(PathbeanKey key)voidBlobStorageWriter. write(PathbeanKey key, byte[] value)