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 FileChannel
s.-
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
, ortachyon
serialization
- type of serialization, e.g.,object-file
,tsv
-
-
Method Details
-
getLocation
-
getSerialization
-
toString
- Overrides:
toString
in classChannelDescriptor
-
equals
- Overrides:
equals
in classChannelDescriptor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classChannelDescriptor
-