Package org.apache.wayang.basic.channels
Class FileChannel.Descriptor
java.lang.Object
org.apache.wayang.core.platform.ChannelDescriptor
org.apache.wayang.basic.channels.FileChannel.Descriptor
- Enclosing class:
- FileChannel
ChannelDescriptor for FileChannels.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wayang.core.platform.ChannelDescriptor
createChannel, getChannelClass, isReusable, isSuitableForBreakpoint
-
Constructor Details
-
Descriptor
Creates a new instance.- Parameters:
location- file system of the file; use URL protocols here, e.g.,file,hdfs, ortachyonserialization- type of serialization, e.g.,object-file,tsv
-
-
Method Details
-
getLocation
-
getSerialization
-
toString
- Overrides:
toStringin classChannelDescriptor
-
equals
- Overrides:
equalsin classChannelDescriptor
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelDescriptor
-