org.allenai.pipeline

S3ZipArtifact

Related Doc: package pipeline

class S3ZipArtifact extends StructuredArtifact with S3Artifact[ZipFileArtifact]

Zip file stored in S3.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3ZipArtifact
  2. S3Artifact
  3. Logging
  4. StructuredArtifact
  5. Artifact
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3ZipArtifact(path: String, config: S3Config, contentTypeOverride: Option[String] = None)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def asProducer: Producer[StructuredArtifact]

    Definition Classes
    StructuredArtifact
  6. val bucket: String

    Attributes
    protected
    Definition Classes
    S3Artifact
  7. var cachedFile: Option[ZipFileArtifact]

    Attributes
    protected
    Definition Classes
    S3Artifact
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: S3Config

    Definition Classes
    S3ZipArtifactS3Artifact
  10. def contentType: String

    Definition Classes
    S3Artifact
  11. val contentTypeOverride: Option[String]

    Definition Classes
    S3ZipArtifactS3Artifact
  12. def copyTo(other: StructuredArtifact): Unit

    Definition Classes
    StructuredArtifact
  13. def defaultContentType: String

    Definition Classes
    S3Artifact
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def exists: Boolean

    Definition Classes
    S3Artifact
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCachedArtifact: ZipFileArtifact

    Attributes
    protected
    Definition Classes
    S3Artifact
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. val internalLogger: Logger

    Definition Classes
    Logging
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. object logger

    Definition Classes
    Logging
  24. def makeLocalArtifact(f: File): ZipFileArtifact

    Attributes
    protected
    Definition Classes
    S3ZipArtifactS3Artifact
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. val path: String

    Definition Classes
    S3ZipArtifactS3Artifact
  29. def reader: Reader

    Definition Classes
    S3ZipArtifactStructuredArtifact
  30. val service: AmazonS3Client

    Attributes
    protected
    Definition Classes
    S3Artifact
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    S3ZipArtifact → AnyRef → Any
  33. def upload(file: File): Unit

    Attributes
    protected
    Definition Classes
    S3Artifact
  34. def url: URI

    Definition Classes
    S3Artifact
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def write[T](writer: (Writer) ⇒ T): T

    Like FlatArtifacts, the write interface enforces atomic writes to a StructuredArtifact Client code cannot open/close an OutputStream, and a failed write should create no Artifact.

    Like FlatArtifacts, the write interface enforces atomic writes to a StructuredArtifact Client code cannot open/close an OutputStream, and a failed write should create no Artifact.

    Definition Classes
    S3ZipArtifactStructuredArtifact

Inherited from S3Artifact[ZipFileArtifact]

Inherited from Logging

Inherited from StructuredArtifact

Inherited from Artifact

Inherited from AnyRef

Inherited from Any

Ungrouped