Trait

quasar.yggdrasil.vfs

ActorVFSModule

Related Doc: package vfs

Permalink

trait ActorVFSModule extends VFSModule[Future, Slice]

Linear Supertypes
VFSModule[Future, Slice], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorVFSModule
  2. VFSModule
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ActorVFS extends VFS

    Permalink
  2. trait BlobResource extends Resource

    Permalink
    Definition Classes
    VFSModule
  3. final case class FileBlobResource(dataFile: File, metadata: BlobMetadata) extends BlobResource with Product with Serializable

    Permalink

    A blob of data that has been persisted to disk.

  4. case class IngestBundle(data: Seq[(Long, EventMessage)], perms: Map[APIKey, Set[WritePermission]]) extends Product with Serializable

    Permalink
  5. case class NIHDBResource(db: NIHDB) extends ProjectionResource with Logging with Product with Serializable

    Permalink
  6. final class PathManagerActor extends Actor with Logging

    Permalink

    An actor that manages resources under a given path.

    An actor that manages resources under a given path. The baseDir is the version subdir for the path.

  7. class PathRoutingActor extends Actor with Logging

    Permalink
  8. type Projection = NIHDBProjection

    Permalink
    Definition Classes
    ActorVFSModuleVFSModule
  9. trait ProjectionResource extends Resource

    Permalink
    Definition Classes
    VFSModule
  10. case class ReadSuccess(path: Path, resource: ActorVFSModule.Resource) extends ReadResult with Product with Serializable

    Permalink
  11. sealed trait Resource extends AnyRef

    Permalink
    Definition Classes
    VFSModule
  12. class ResourceBuilder extends Logging

    Permalink

    Used to access resources.

    Used to access resources. This is needed because opening a NIHDB requires more than just a basedir, but also things like the chef, txLogScheduler, etc. This also goes for blobs, where the metadata log requires the txLogScheduler.

  13. abstract class VFS extends AnyRef

    Permalink

    VFS is an unsecured interface to the virtual filesystem; validation must be performed higher in the stack.

    VFS is an unsecured interface to the virtual filesystem; validation must be performed higher in the stack.

    Definition Classes
    VFSModule
  14. class VFSCompanion extends VFSCompanionLike

    Permalink
  15. trait VFSCompanionLike extends AnyRef

    Permalink
    Definition Classes
    VFSModule

Abstract Value Members

  1. abstract def permissionsFinder: PermissionsFinder[Future]

    Permalink
  2. abstract def resourceBuilder: ResourceBuilder

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object FileBlobResource extends Serializable

    Permalink
  5. object Resource

    Permalink
    Definition Classes
    VFSModule
  6. object VFS extends VFSCompanion

    Permalink
    Definition Classes
    ActorVFSModuleVFSModule
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VFSModule[Future, Slice]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped