Class FileChannel.Descriptor

java.lang.Object
org.apache.wayang.core.platform.ChannelDescriptor
org.apache.wayang.basic.channels.FileChannel.Descriptor
Enclosing class:
FileChannel

public static class FileChannel.Descriptor extends ChannelDescriptor
  • Constructor Details

    • Descriptor

      public Descriptor(String location, String serialization)
      Creates a new instance.
      Parameters:
      location - file system of the file; use URL protocols here, e.g., file, hdfs, or tachyon
      serialization - type of serialization, e.g., object-file, tsv
  • Method Details