Uses of Class
org.pipecraft.infra.storage.local.LocalDiskBucket
-
Packages that use LocalDiskBucket Package Description org.pipecraft.infra.storage.local -
-
Uses of LocalDiskBucket in org.pipecraft.infra.storage.local
Methods in org.pipecraft.infra.storage.local that return LocalDiskBucket Modifier and Type Method Description LocalDiskBucketLocalDiskStorage. getBucket(String bucketName)LocalDiskBucketLocalDiskStorage. getOrCreateBucket(String bucketName)Creates the bucket if not exists already, and returns the object for manipulating it
-