Packages

package blobstore

Type Members

  1. final case class Blob(source: Source[ByteString, NotUsed]) extends Product with Serializable
    Attributes
    protected[client]
  2. final case class BlobMetadata(size: Option[Long], compressedSize: Option[Long], checksum: Option[String], crc: Option[String]) extends Product with Serializable
    Attributes
    protected[client]
  3. trait DeleteSupport extends AnyRef
    Attributes
    protected[client]
  4. trait ExistSupport extends AnyRef
    Attributes
    protected[client]
  5. trait ReadBlobstore extends AnyRef
    Attributes
    protected[client]
  6. trait ReadObjectStoreSupport extends AnyRef
    Attributes
    protected[client]
  7. trait VolatileWriteBlobstore extends WriteBlobstore
    Attributes
    protected[client]
  8. trait WriteBlobstore extends AnyRef
    Attributes
    protected[client]
  9. trait WriteObjectStoreSupport extends AnyRef
    Attributes
    protected[client]

Ungrouped