Uses of Class
org.pipecraft.infra.storage.Bucket
-
Packages that use Bucket Package Description org.pipecraft.infra.storage org.pipecraft.infra.storage.local org.pipecraft.pipes.utils.multi -
-
Uses of Bucket in org.pipecraft.infra.storage
Classes in org.pipecraft.infra.storage with type parameters of type Bucket Modifier and Type Interface Description interfaceStorage<S extends Bucket<T>,T>A parent interface for all remote/local storage implementations -
Uses of Bucket in org.pipecraft.infra.storage.local
Subclasses of Bucket in org.pipecraft.infra.storage.local Modifier and Type Class Description classLocalDiskBucketA bucket implementation pointing to a local disk folder. -
Uses of Bucket in org.pipecraft.pipes.utils.multi
Methods in org.pipecraft.pipes.utils.multi that return Bucket Modifier and Type Method Description Bucket<B>StorageMultiFileReaderConfig. getBucket()Methods in org.pipecraft.pipes.utils.multi with parameters of type Bucket Modifier and Type Method Description StorageMultiFileReaderConfig.Builder<T,B>StorageMultiFileReaderConfig.Builder. bucket(Bucket<B> bucket)static <T,B>
List<PipeSupplier<T>>MultiFileReaderUtils. downloadAndGetReadPipes(Collection<B> files, Bucket<B> bucket, StorageMultiFileReaderConfig<T,B> config)
-