FileSystem

com.github.cloudfiles.core.FileSystem
See theFileSystem companion trait
object FileSystem

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FileSystem.type

Members list

Type members

Classlikes

case class Operation[+A](run: ActorRef[HttpCommand] => Future[A])

A type to represent an operation on a FileSystem. This type is returned by the functions of the ''FileSystem'' trait. It is basically a description of an operation to be executed. The operation is executed by invoking the ''run()'' function of this object. The ''run()'' function expects an actor to execute an HTTP request and returns a ''Future'' with the result.

A type to represent an operation on a FileSystem. This type is returned by the functions of the ''FileSystem'' trait. It is basically a description of an operation to be executed. The operation is executed by invoking the ''run()'' function of this object. The ''run()'' function expects an actor to execute an HTTP request and returns a ''Future'' with the result.

Type parameters

A

the result type of this operation

Value parameters

run

the function to execute this operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all