Serialized Form


Package cascading.flow.local

Class cascading.flow.local.LocalFlowStep extends cascading.flow.planner.BaseFlowStep<Properties> implements Serializable

Serialized Fields

traps

Map<K,V> traps
Field mapperTraps


tapProperties

Map<K,V> tapProperties
Map of Properties modified by each Tap's sourceConfInit/sinkConfInit


Package cascading.flow.local.planner

Class cascading.flow.local.planner.LocalStepGraph extends cascading.flow.planner.FlowStepGraph implements Serializable


Package cascading.scheme.local

Class cascading.scheme.local.TextDelimited extends cascading.scheme.Scheme<Properties,InputStream,OutputStream,LineNumberReader,PrintWriter> implements Serializable

Serialized Fields

skipHeader

boolean skipHeader

writeHeader

boolean writeHeader

delimitedParser

cascading.scheme.util.DelimitedParser delimitedParser

charsetName

String charsetName

Class cascading.scheme.local.TextLine extends cascading.scheme.Scheme<Properties,InputStream,OutputStream,LineNumberReader,PrintWriter> implements Serializable

Serialized Fields

charsetName

String charsetName

Package cascading.stats.local

Class cascading.stats.local.LocalStepStats extends cascading.stats.FlowStepStats implements Serializable

Serialized Fields

counters

Map<K,V> counters

Package cascading.tap.local

Class cascading.tap.local.FileTap extends cascading.tap.Tap<Properties,InputStream,OutputStream> implements Serializable

Serialized Fields

path

String path

Class cascading.tap.local.PartitionTap extends cascading.tap.partition.BasePartitionTap<Properties,InputStream,OutputStream> implements Serializable

Class cascading.tap.local.StdErrTap extends cascading.tap.SinkTap<Properties,OutputStream> implements Serializable

Class cascading.tap.local.StdInTap extends cascading.tap.SourceTap<Properties,InputStream> implements Serializable

Class cascading.tap.local.StdOutTap extends cascading.tap.SinkTap<Properties,OutputStream> implements Serializable

Class cascading.tap.local.TemplateTap extends cascading.tap.BaseTemplateTap<Properties,OutputStream> implements Serializable



Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.