Package

org.apache.gearpump

jarstore

Permalink

package jarstore

Visibility
  1. Public
  2. All

Type Members

  1. case class FilePath(path: String) extends Product with Serializable

    Permalink
  2. class FileServer extends AnyRef

    Permalink

    A simple file server implemented with akka-http to store/fetch large binary files.

  3. trait JarStore extends AnyRef

    Permalink

    JarStore is used to manage the upload/download of binary files, like user submitted application jar.

  4. class JarStoreClient extends AnyRef

    Permalink
  5. class JarStoreServer extends Actor with Stash

    Permalink

Value Members

  1. object FileDirective

    Permalink

    FileDirective is a set of Akka-http directive to upload/download huge binary files to/from Akka-Http server.

  2. object FileServer

    Permalink
  3. object JarStore

    Permalink
  4. package local

    Permalink

Ungrouped