Packages

class BoxStore[F[_]] extends PathStore[F, BoxPath]

Linear Supertypes
PathStore[F, BoxPath], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxStore
  2. PathStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoxStore(api: BoxAPIConnection, blocker: Blocker, rootFolderId: String, largeFileThreshold: Long = 50L * 1024L * 1024L)(implicit arg0: Concurrent[F], arg1: ContextShift[F])

    api

    - underlying configured BoxAPIConnection

    rootFolderId

    – override for Root Folder Id, default – "0"

    largeFileThreshold

    – override for the threshold on the file size to be considered "large", default – 50MiB

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def copy[A, B](src: Path[A], dst: Path[B]): F[Unit]
    Definition Classes
    BoxStore → PathStore
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def get[A](path: Path[A], chunkSize: Int): Stream[F, Byte]
    Definition Classes
    BoxStore → PathStore
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getContents[A](path: Path[A], chunkSize: Int): F[String]
    Definition Classes
    BoxStore → PathStore
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def lift(g: (Plain) ⇒ Validated[Throwable, Plain]): Store[F, BoxPath]

    Lifts this FileStore to a Store accepting URLs with authority A and exposing blobs of type B.

    Lifts this FileStore to a Store accepting URLs with authority A and exposing blobs of type B. You must provide a mapping from this Store's BlobType to B, and you may provide a function g for controlling input paths to this store.

    Input URLs to the returned store are validated against this Store's authority before the path is extracted and passed to this store.

    Definition Classes
    BoxStore → PathStore
  15. def lift: Store[F, BoxPath]
    Definition Classes
    PathStore
  16. def list[A](path: Path[A], recursive: Boolean = false): Stream[F, Path[BoxPath]]
    Definition Classes
    BoxStore → PathStore
  17. def listUnderlying[A](path: Path[A], fields: Array[String] = Array.empty, recursive: Boolean): Stream[F, Path[BoxPath]]
    Annotations
    @SuppressWarnings()
  18. def move[A, B](src: Path[A], dst: Path[B]): F[Unit]
    Definition Classes
    BoxStore → PathStore
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def put[A](path: Path[A], overwrite: Boolean = true, size: Option[Long] = None): Pipe[F, Byte, Unit]
    Definition Classes
    BoxStore → PathStore
  23. def put[A](contents: String, path: Path[A], overwrite: Boolean): Stream[F, Unit]
    Definition Classes
    PathStore
  24. def putRotate[A](computePath: F[Path[A]], limit: Long): Pipe[F, Byte, Unit]
    Definition Classes
    BoxStore → PathStore
  25. def remove[A](path: Path[A], recursive: Boolean): F[Unit]
    Definition Classes
    BoxStore → PathStore
  26. def stat[A](path: Path[A]): F[Option[Path[BoxPath]]]
    Definition Classes
    BoxStore → PathStore
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def transferTo[B, P, A](dstStore: Store[F, B], srcPath: Path[P], dstUrl: Url[A])(implicit ev: <:<[B, FsObject]): F[Int]
    Definition Classes
    BoxStore → PathStore
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from PathStore[F, BoxPath]

Inherited from AnyRef

Inherited from Any

Ungrouped