gr.grnet.pithosj.core.command

PithosCommand

Related Doc: package command

trait PithosCommand[T] extends Command[T]

A command to be executed via the Pithos+ REST API. Each command specifies its own input data, which will be used to build up an HTTP request.

Linear Supertypes
Command[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PithosCommand
  2. Command
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def buildResult(response: Response, startMillis: Long, stopMillis: Long): TResult[T]

    Definition Classes
    Command
  2. abstract def buildResultData(response: Response, startMillis: Long, stopMillis: Long): T

    Definition Classes
    Command
  3. abstract def callURL: String

    Definition Classes
    Command
  4. abstract def callURLExcludingParameters: String

    Definition Classes
    Command
  5. abstract def httpMethod: Method

    Definition Classes
    Command
  6. abstract def onResponseOpt: Option[(Buf) ⇒ Unit]

  7. abstract def queryParameters: Map[String, String]

    Definition Classes
    Command
  8. abstract def requestBodyOpt: Option[Buf]

    Provides the HTTP request body, if any.

  9. abstract def requestHeaders: Map[String, String]

    Definition Classes
    Command
  10. abstract def responseHeaderKeys: Seq[HeaderKey[_]]

    Definition Classes
    Command
  11. abstract def resultDataKeys: Seq[ResultKey[_]]

    Definition Classes
    Command
  12. abstract def serverRootPathElements: Seq[String]

    Definition Classes
    Command
  13. abstract def serviceInfo: ServiceInfo

    Specifies the target against which the command will be executed.

    Specifies the target against which the command will be executed. This includes the Pithos+ server and the Pithos+ user id and token.

  14. abstract def successStatuses: Set[Status]

    Definition Classes
    Command

Concrete 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. def account: String

    The account ID for this command.

    The account ID for this command. This is the same as serviceInfo.uuid and is provided for convenience.

  5. def appDomain: String

    The application domain of this command.

    The application domain of this command.

    Definition Classes
    PithosCommand → Command
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def commandName: String

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def failureStatuses: Set[Status]

    A set of all the HTTP status codes that are considered a failure for this command.

    A set of all the HTTP status codes that are considered a failure for this command.

    Definition Classes
    PithosCommand → Command
  12. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  16. def name: String

    Definition Classes
    Command
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def serverRootPath: String

    Definition Classes
    Command
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. def validate: Option[String]

    Definition Classes
    Command
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Command[T]

Inherited from AnyRef

Inherited from Any

Ungrouped