Class ExecutableFile


  • @DefaultCoder(org.apache.beam.sdk.extensions.avro.coders.AvroCoder.class)
    public class ExecutableFile
    extends java.lang.Object
    Contains the configuration for the external library.
    • Constructor Detail

      • ExecutableFile

        public ExecutableFile​(SubProcessConfiguration configuration,
                              java.lang.String fileName)
                       throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
    • Method Detail

      • getSourceGCSLocation

        public java.lang.String getSourceGCSLocation()
      • setSourceGCSLocation

        public void setSourceGCSLocation​(java.lang.String sourceGCSLocation)
      • getDestinationLocation

        public java.lang.String getDestinationLocation()
      • setDestinationLocation

        public void setDestinationLocation​(java.lang.String destinationLocation)