com.zengularity.benji.vfs

Requires to add the appropriate dependencies in your build (see documentation).

Type members

Classlikes

final class VFSBucketRef extends BucketRef
final class VFSFactory extends StorageFactory
final class VFSObjectRef extends ObjectRef
Companion:
object
Companion:
class
final class VFSScheme extends StorageScheme

Storage scheme for VFS

Storage scheme for VFS

class VFSStorage(val transport: VFSTransport, val requestTimeout: Option[Long]) extends ObjectStorage

VFS Implementation for Object Storage.

VFS Implementation for Object Storage.

Value parameters:
requestTimeout

the optional timeout for the prepared requests

Companion:
object
object VFSStorage

VFS factory.

VFS factory.

Companion:
class
final class VFSTransport(val fsManager: FileSystemManager, _close: () => Unit) extends Closeable
Value parameters:
fsManager

the VFS manager

Companion:
object

VFS transport factory.

VFS transport factory.

Companion:
class