gr.grnet.pithosj.core.command

result

package result

Visibility
  1. Public
  2. All

Type Members

  1. case class ContainerData(container: String, count: Int, lastModified: ParsedDate, bytes: Long, policy: ImEnv) extends Product with Serializable

    Holds parsed result data for the gr.grnet.pithosj.core.command.ListContainersCommand command.

  2. case class ObjectInPathData(container: String, path: String, contentType: String, contentLength: Long, lastModified: ParsedDate, xObjectHash: String, xObjectModifiedBy: String, xObjectVersionTimestamp: ParsedDate, xObjectUUID: String, xObjectVersion: String, eTag: Option[String] = None) extends Product with Serializable

    Holds parsed result data for the gr.grnet.pithosj.core.command.ListObjectsInPathCommand command.

Ungrouped