|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package cascading |
---|
Class cascading.CascadingException extends java.lang.RuntimeException implements Serializable |
---|
Class cascading.CascadingTestCase extends junit.framework.TestCase implements Serializable |
---|
Class cascading.PlatformTestCase extends CascadingTestCase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String rootPath
java.util.Set<E> currentPaths
Package cascading.cascade |
---|
Class cascading.cascade.CascadeException extends CascadingException implements Serializable |
---|
Package cascading.cascade.planner |
---|
Class cascading.cascade.planner.FlowGraph extends org.jgrapht.graph.SimpleDirectedGraph<Flow,java.lang.Integer> implements Serializable |
---|
Class cascading.cascade.planner.TapGraph extends org.jgrapht.graph.SimpleDirectedGraph<java.lang.String,BaseFlow.FlowHolder> implements Serializable |
---|
Package cascading.flow |
---|
Class cascading.flow.FlowException extends CascadingException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String flowName
Package cascading.flow.hadoop |
---|
Class cascading.flow.hadoop.HadoopFlowStep extends BaseFlowStep<JobConf> implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> mapperTraps
java.util.Map<K,V> reducerTraps
Class cascading.flow.hadoop.MapReduceFlowStep extends HadoopFlowStep implements Serializable |
---|
Serialized Fields |
---|
JobConf jobConf
Package cascading.flow.hadoop.planner |
---|
Class cascading.flow.hadoop.planner.HadoopStepGraph extends FlowStepGraph<JobConf> implements Serializable |
---|
Package cascading.flow.local |
---|
Class cascading.flow.local.LocalFlowStep extends BaseFlowStep<java.util.Properties> implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> traps
Package cascading.flow.local.planner |
---|
Class cascading.flow.local.planner.LocalStepGraph extends FlowStepGraph implements Serializable |
---|
Package cascading.flow.planner |
---|
Class cascading.flow.planner.BaseFlowStep extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String flowName
java.lang.String flowID
int submitPriority
java.lang.String name
java.lang.String id
int stepNum
org.jgrapht.graph.SimpleDirectedGraph<V,E> graph
java.util.Map<K,V> sources
java.util.Map<K,V> sinks
Tap<Config,Input,Output> tempSink
java.util.List<E> groups
java.util.Map<K,V> streamedSourceByJoin
java.util.Map<K,V> accumulatedSourcesByJoin
Class cascading.flow.planner.ElementGraph extends org.jgrapht.graph.SimpleDirectedGraph<FlowElement,Scope> implements Serializable |
---|
Serialized Fields |
---|
boolean resolved
java.util.Map<K,V> sources
java.util.Map<K,V> sinks
java.util.Map<K,V> traps
PlannerLevel[] plannerLevels
Class cascading.flow.planner.ElementGraph.Extent extends Pipe implements Serializable |
---|
Class cascading.flow.planner.ElementGraphException extends FlowException implements Serializable |
---|
Serialized Fields |
---|
FlowElement flowElement
Class cascading.flow.planner.FlowStepGraph extends org.jgrapht.graph.SimpleDirectedGraph<FlowStep<Config>,java.lang.Integer> implements Serializable |
---|
Class cascading.flow.planner.PlannerException extends FlowException implements Serializable |
---|
Serialized Fields |
---|
ElementGraph elementGraph
Class cascading.flow.planner.Scope extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
Scope.Kind kind
Fields remainderFields
Fields argumentFields
Fields declaredFields
boolean isGroupBy
boolean isMerge
java.util.Map<K,V> keySelectors
java.util.Map<K,V> sortingSelectors
Fields outGroupingSelector
Fields outGroupingFields
Fields outValuesSelector
Fields outValuesFields
Package cascading.flow.stream |
---|
Class cascading.flow.stream.DuctException extends java.lang.RuntimeException implements Serializable |
---|
Class cascading.flow.stream.DuctGraph extends org.jgrapht.graph.SimpleDirectedGraph<Duct,DuctGraph.Ordinal> implements Serializable |
---|
Class cascading.flow.stream.MemorySpliceGate.DelegatedTuple extends Tuple implements Serializable |
---|
Package cascading.management |
---|
Class cascading.management.DocumentServiceException extends CascadingException implements Serializable |
---|
Package cascading.operation |
---|
Class cascading.operation.AssertionException extends OperationException implements Serializable |
---|
Class cascading.operation.BaseOperation extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields fieldDeclaration
int numArgs
java.lang.String trace
Class cascading.operation.Debug extends BaseOperation<java.lang.Long> implements Serializable |
---|
Serialized Fields |
---|
Debug.Output output
java.lang.String prefix
boolean printFields
int printFieldsEvery
int printTupleEvery
Class cascading.operation.Identity extends BaseOperation<Tuple> implements Serializable |
---|
Serialized Fields |
---|
java.lang.Class<T>[] types
Class cascading.operation.Insert extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
Tuple values
Class cascading.operation.NoOp extends BaseOperation implements Serializable |
---|
Class cascading.operation.OperationException extends CascadingException implements Serializable |
---|
Package cascading.operation.aggregator |
---|
Class cascading.operation.aggregator.Average extends BaseOperation<Average.Context> implements Serializable |
---|
Class cascading.operation.aggregator.Count extends BaseOperation<Pair<java.lang.Long[],Tuple>> implements Serializable |
---|
Class cascading.operation.aggregator.ExtentBase extends BaseOperation<Tuple[]> implements Serializable |
---|
Serialized Fields |
---|
java.util.Collection<E> ignoreTuples
Class cascading.operation.aggregator.ExtremaBase extends BaseOperation<ExtremaBase.Context> implements Serializable |
---|
Serialized Fields |
---|
java.util.Collection<E> ignoreValues
Class cascading.operation.aggregator.First extends ExtentBase implements Serializable |
---|
Class cascading.operation.aggregator.Last extends ExtentBase implements Serializable |
---|
Class cascading.operation.aggregator.Max extends ExtremaBase implements Serializable |
---|
Class cascading.operation.aggregator.Min extends ExtremaBase implements Serializable |
---|
Class cascading.operation.aggregator.Sum extends BaseOperation<Pair<java.lang.Double[],Tuple>> implements Serializable |
---|
Serialized Fields |
---|
java.lang.Class<T> type
Package cascading.operation.assertion |
---|
Class cascading.operation.assertion.AssertEquals extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
Tuple values
Class cascading.operation.assertion.AssertEqualsAll extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object value
Class cascading.operation.assertion.AssertExpression extends ExpressionOperation implements Serializable |
---|
Class cascading.operation.assertion.AssertGroupBase extends BaseAssertion<AssertGroupBase.Context> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String patternString
long size
Class cascading.operation.assertion.AssertGroupSizeEquals extends AssertGroupBase implements Serializable |
---|
Class cascading.operation.assertion.AssertGroupSizeLessThan extends AssertGroupBase implements Serializable |
---|
Class cascading.operation.assertion.AssertGroupSizeMoreThan extends AssertGroupBase implements Serializable |
---|
Class cascading.operation.assertion.AssertMatches extends RegexMatcher implements Serializable |
---|
Class cascading.operation.assertion.AssertMatchesAll extends RegexMatcher implements Serializable |
---|
Class cascading.operation.assertion.AssertNotEquals extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
Tuple values
Class cascading.operation.assertion.AssertNotNull extends BaseAssertion implements Serializable |
---|
Class cascading.operation.assertion.AssertNull extends BaseAssertion implements Serializable |
---|
Class cascading.operation.assertion.AssertSizeEquals extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
int size
Class cascading.operation.assertion.AssertSizeLessThan extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
int size
Class cascading.operation.assertion.AssertSizeMoreThan extends BaseAssertion implements Serializable |
---|
Serialized Fields |
---|
int size
Class cascading.operation.assertion.BaseAssertion extends BaseOperation<C> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String message
Package cascading.operation.expression |
---|
Class cascading.operation.expression.ExpressionFilter extends ExpressionOperation implements Serializable |
---|
Class cascading.operation.expression.ExpressionFunction extends ExpressionOperation implements Serializable |
---|
Class cascading.operation.expression.ExpressionOperation extends BaseOperation<ExpressionOperation.Context> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String expression
java.lang.Class<T>[] parameterTypes
java.lang.String[] parameterNames
Package cascading.operation.filter |
---|
Class cascading.operation.filter.And extends Logic implements Serializable |
---|
Class cascading.operation.filter.FilterNotNull extends BaseOperation implements Serializable |
---|
Class cascading.operation.filter.FilterNull extends BaseOperation implements Serializable |
---|
Class cascading.operation.filter.Limit extends BaseOperation<Limit.Context> implements Serializable |
---|
Serialized Fields |
---|
long limit
Class cascading.operation.filter.Logic extends BaseOperation<Logic.Context> implements Serializable |
---|
Serialized Fields |
---|
Fields[] argumentSelectors
Filter<Context>[] filters
Class cascading.operation.filter.Not extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
Filter<Context> filter
Class cascading.operation.filter.Or extends Logic implements Serializable |
---|
Class cascading.operation.filter.Sample extends BaseOperation<java.util.Random> implements Serializable |
---|
Serialized Fields |
---|
long seed
double fraction
Class cascading.operation.filter.Xor extends Logic implements Serializable |
---|
Package cascading.operation.function |
---|
Class cascading.operation.function.SetValue extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
Filter<Context> filter
Tuple[] values
Class cascading.operation.function.UnGroup extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
Fields groupFieldSelector
Fields[] resultFieldSelectors
int size
Package cascading.operation.regex |
---|
Class cascading.operation.regex.RegexFilter extends RegexMatcher implements Serializable |
---|
Serialized Fields |
---|
boolean matchEachElement
Class cascading.operation.regex.RegexGenerator extends RegexOperation<Pair<java.util.regex.Matcher,Tuple>> implements Serializable |
---|
Class cascading.operation.regex.RegexMatcher extends RegexOperation<java.util.regex.Matcher> implements Serializable |
---|
Serialized Fields |
---|
boolean negateMatch
Class cascading.operation.regex.RegexOperation extends BaseOperation<C> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String patternString
Class cascading.operation.regex.RegexParser extends RegexOperation<Pair<java.util.regex.Matcher,Tuple>> implements Serializable |
---|
Serialized Fields |
---|
int[] groups
Class cascading.operation.regex.RegexReplace extends RegexOperation<Pair<java.util.regex.Matcher,Tuple>> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String replacement
boolean replaceAll
Class cascading.operation.regex.RegexSplitGenerator extends RegexOperation<Pair<java.util.regex.Pattern,Tuple>> implements Serializable |
---|
Class cascading.operation.regex.RegexSplitter extends RegexOperation<Pair<java.util.regex.Pattern,Tuple>> implements Serializable |
---|
Serialized Fields |
---|
int length
Package cascading.operation.state |
---|
Class cascading.operation.state.Counter extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
java.lang.Enum<E extends java.lang.Enum<E>> counterEnum
java.lang.String groupString
java.lang.String counterString
int increment
Class cascading.operation.state.Status extends BaseOperation<java.lang.Boolean> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String status
Package cascading.operation.text |
---|
Class cascading.operation.text.DateFormatter extends DateOperation implements Serializable |
---|
Class cascading.operation.text.DateOperation extends BaseOperation<Pair<java.text.SimpleDateFormat,Tuple>> implements Serializable |
---|
Serialized Fields |
---|
java.util.TimeZone zone
java.util.Locale locale
java.lang.String dateFormatString
Class cascading.operation.text.DateParser extends DateOperation implements Serializable |
---|
Serialized Fields |
---|
int[] calendarFields
Class cascading.operation.text.FieldFormatter extends BaseOperation<Tuple> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String format
Class cascading.operation.text.FieldJoiner extends BaseOperation<Tuple> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String delimiter
Package cascading.operation.xml |
---|
Class cascading.operation.xml.TagSoupParser extends BaseOperation implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> features
Class cascading.operation.xml.XPathFilter extends XPathOperation implements Serializable |
---|
Serialized Fields |
---|
boolean removeMatch
Class cascading.operation.xml.XPathGenerator extends XPathOperation implements Serializable |
---|
Class cascading.operation.xml.XPathOperation extends BaseOperation<Pair<javax.xml.parsers.DocumentBuilder,Tuple>> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String[][] namespaces
java.lang.String[] paths
Class cascading.operation.xml.XPathParser extends XPathOperation implements Serializable |
---|
Package cascading.pipe |
---|
Class cascading.pipe.CoGroup extends Splice implements Serializable |
---|
Class cascading.pipe.Each extends Operator implements Serializable |
---|
Class cascading.pipe.Every extends Operator implements Serializable |
---|
Class cascading.pipe.GroupBy extends Splice implements Serializable |
---|
Class cascading.pipe.HashJoin extends Splice implements Serializable |
---|
Class cascading.pipe.Merge extends Splice implements Serializable |
---|
Class cascading.pipe.Operator extends Pipe implements Serializable |
---|
Serialized Fields |
---|
Operation<Context> operation
Fields argumentSelector
Fields outputSelector
PlannerLevel plannerLevel
Class cascading.pipe.OperatorException extends CascadingException implements Serializable |
---|
Serialized Fields |
---|
Fields incomingFields
Fields argumentSelector
Fields groupingSelector
Fields sortingSelector
Fields declaredFields
Fields outputSelector
Class cascading.pipe.Pipe extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String name
Pipe previous
ConfigDef configDef
ConfigDef stepConfigDef
java.lang.String trace
Class cascading.pipe.Splice extends Pipe implements Serializable |
---|
Serialized Fields |
---|
cascading.pipe.Splice.Kind kind
java.lang.String spliceName
java.util.List<E> pipes
java.util.Map<K,V> keyFieldsMap
java.util.Map<K,V> sortFieldsMap
boolean reverseOrder
Fields declaredFields
Fields resultGroupFields
int numSelfJoins
Joiner joiner
Class cascading.pipe.SubAssembly extends Pipe implements Serializable |
---|
Serialized Fields |
---|
Pipe[] tails
Package cascading.pipe.assembly |
---|
Class cascading.pipe.assembly.AggregateBy extends SubAssembly implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
int threshold
Fields[] argumentFields
AggregateBy.Functor[] functors
Aggregator<Context>[] aggregators
Class cascading.pipe.assembly.AggregateBy.CompositeFunction extends BaseOperation<java.util.LinkedHashMap<Tuple,Tuple[]>> implements Serializable |
---|
Serialized Fields |
---|
int threshold
Fields groupingFields
Fields[] argumentFields
Fields[] functorFields
AggregateBy.Functor[] functors
Class cascading.pipe.assembly.AverageBy extends AggregateBy implements Serializable |
---|
Class cascading.pipe.assembly.AverageBy.AverageFinal extends BaseOperation<AverageBy.AverageFinal.Context> implements Serializable |
---|
Class cascading.pipe.assembly.AverageBy.AveragePartials extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields declaredFields
Class cascading.pipe.assembly.Coerce extends SubAssembly implements Serializable |
---|
Class cascading.pipe.assembly.CountBy extends AggregateBy implements Serializable |
---|
Class cascading.pipe.assembly.CountBy.CountPartials extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields declaredFields
Class cascading.pipe.assembly.Discard extends SubAssembly implements Serializable |
---|
Class cascading.pipe.assembly.Rename extends SubAssembly implements Serializable |
---|
Class cascading.pipe.assembly.Retain extends SubAssembly implements Serializable |
---|
Class cascading.pipe.assembly.SumBy extends AggregateBy implements Serializable |
---|
Class cascading.pipe.assembly.SumBy.SumPartials extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields declaredFields
java.lang.Class<T> sumType
Class cascading.pipe.assembly.Unique extends SubAssembly implements Serializable |
---|
Class cascading.pipe.assembly.Unique.FilterPartialDuplicates extends BaseOperation<java.util.LinkedHashMap<Tuple,java.lang.Object>> implements Serializable |
---|
Serialized Fields |
---|
int threshold
Package cascading.pipe.joiner |
---|
Class cascading.pipe.joiner.InnerJoin extends java.lang.Object implements Serializable |
---|
Class cascading.pipe.joiner.LeftJoin extends java.lang.Object implements Serializable |
---|
Class cascading.pipe.joiner.MixedJoin extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean[] asInner
Class cascading.pipe.joiner.OuterJoin extends java.lang.Object implements Serializable |
---|
Class cascading.pipe.joiner.RightJoin extends java.lang.Object implements Serializable |
---|
Package cascading.property |
---|
Class cascading.property.ConfigDef extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> config
Package cascading.scheme |
---|
Class cascading.scheme.NullScheme extends Scheme<Config,Input,Output,SourceContext,SinkContext> implements Serializable |
---|
Class cascading.scheme.Scheme extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields sinkFields
Fields sourceFields
int numSinkParts
java.lang.String trace
Package cascading.scheme.hadoop |
---|
Class cascading.scheme.hadoop.SequenceFile extends Scheme<JobConf,RecordReader,OutputCollector,java.lang.Object[],java.lang.Void> implements Serializable |
---|
Class cascading.scheme.hadoop.TextDelimited extends TextLine implements Serializable |
---|
Serialized Fields |
---|
DelimitedParser delimitedParser
boolean skipHeader
boolean writeHeader
Class cascading.scheme.hadoop.TextLine extends Scheme<JobConf,RecordReader,OutputCollector,java.lang.Object[],java.lang.Object[]> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
TextLine.Compress sinkCompression
Class cascading.scheme.hadoop.WritableSequenceFile extends SequenceFile implements Serializable |
---|
Serialized Fields |
---|
java.lang.Class<T> keyType
java.lang.Class<T> valueType
Package cascading.scheme.local |
---|
Class cascading.scheme.local.TextDelimited extends Scheme<java.util.Properties,java.io.InputStream,java.io.OutputStream,java.io.LineNumberReader,java.io.PrintWriter> implements Serializable |
---|
Serialized Fields |
---|
boolean skipHeader
boolean writeHeader
DelimitedParser delimitedParser
Class cascading.scheme.local.TextLine extends Scheme<java.util.Properties,java.io.InputStream,java.io.OutputStream,java.io.LineNumberReader,java.io.PrintWriter> implements Serializable |
---|
Package cascading.scheme.util |
---|
Class cascading.scheme.util.DelimitedParser extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Fields sourceFields
java.util.regex.Pattern splitPattern
java.util.regex.Pattern cleanPattern
java.util.regex.Pattern escapePattern
java.lang.String delimiter
java.lang.String quote
boolean strict
int numValues
java.lang.Class<T>[] types
boolean safe
Package cascading.stats |
---|
Class cascading.stats.CascadeStats extends CascadingStats implements Serializable |
---|
Serialized Fields |
---|
Cascade cascade
java.util.List<E> flowStatsList
Class cascading.stats.CascadingStats extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
ClientState clientState
CascadingStats.Status status
long pendingTime
long startTime
long submitTime
long runTime
long finishedTime
java.lang.Throwable throwable
Class cascading.stats.FlowStats extends CascadingStats implements Serializable |
---|
Serialized Fields |
---|
Flow<Config> flow
java.util.List<E> flowStepStatsList
Class cascading.stats.FlowStepStats extends CascadingStats implements Serializable |
---|
Serialized Fields |
---|
FlowStep<Config> flowStep
Package cascading.stats.hadoop |
---|
Class cascading.stats.hadoop.HadoopStepStats extends FlowStepStats implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> idCache
int numMapTasks
int numReduceTasks
java.util.Map<K,V> taskStats
Package cascading.stats.local |
---|
Class cascading.stats.local.LocalStepStats extends FlowStepStats implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> counters
Package cascading.tap |
---|
Class cascading.tap.MultiSinkTap extends SinkTap<Config,Output> implements Serializable |
---|
Serialized Fields |
---|
Tap<Config,Input,Output>[] taps
java.lang.String tempPath
java.util.List<E> childConfigs
Class cascading.tap.MultiSourceTap extends SourceTap<Config,Input> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String identifier
Tap<Config,Input,Output>[] taps
Class cascading.tap.SinkTap extends Tap<Config,java.lang.Void,Output> implements Serializable |
---|
Class cascading.tap.SourceTap extends Tap<Config,Input,java.lang.Void> implements Serializable |
---|
Class cascading.tap.Tap extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Scheme<Config,Input,Output,SourceContext,SinkContext> scheme
SinkMode sinkMode
ConfigDef configDef
ConfigDef processConfigDef
java.lang.String trace
Class cascading.tap.TapException extends CascadingException implements Serializable |
---|
Serialized Fields |
---|
Tuple payload
Package cascading.tap.hadoop |
---|
Class cascading.tap.hadoop.Dfs extends Hfs implements Serializable |
---|
Class cascading.tap.hadoop.GlobHfs extends MultiSourceTap<Hfs,JobConf,RecordReader> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String pathPattern
PathFilter pathFilter
Class cascading.tap.hadoop.Hfs extends Tap<JobConf,RecordReader,OutputCollector> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String stringPath
Class cascading.tap.hadoop.Lfs extends Hfs implements Serializable |
---|
Class cascading.tap.hadoop.TempHfs extends Hfs implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.Class<T> schemeClass
java.lang.String temporaryPath
Class cascading.tap.hadoop.TemplateTap extends SinkTap<JobConf,OutputCollector> implements Serializable |
---|
Serialized Fields |
---|
Hfs parent
java.lang.String pathTemplate
boolean keepParentOnDelete
int openTapsThreshold
java.util.Map<K,V> collectors
Class cascading.tap.hadoop.TemplateTap.TemplateScheme extends Scheme<JobConf,java.lang.Void,OutputCollector,java.lang.Void,java.lang.Void> implements Serializable |
---|
Serialized Fields |
---|
Scheme<Config,Input,Output,SourceContext,SinkContext> scheme
Fields pathFields
Package cascading.tap.local |
---|
Class cascading.tap.local.FileTap extends Tap<java.util.Properties,java.io.InputStream,java.io.OutputStream> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String path
Class cascading.tap.local.StdErrTap extends SinkTap<java.util.Properties,java.io.OutputStream> implements Serializable |
---|
Class cascading.tap.local.StdInTap extends SourceTap<java.util.Properties,java.io.InputStream> implements Serializable |
---|
Class cascading.tap.local.StdOutTap extends SinkTap<java.util.Properties,java.io.OutputStream> implements Serializable |
---|
Package cascading.tuple |
---|
Class cascading.tuple.Fields extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Comparable<T>[] fields
boolean isOrdered
cascading.tuple.Fields.Kind kind
java.util.Comparator<T>[] comparators
Class cascading.tuple.FieldsResolverException extends TupleException implements Serializable |
---|
Serialized Fields |
---|
Fields sourceFields
Fields selectorFields
Class cascading.tuple.Tuple extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean isUnmodifiable
java.util.ArrayList<E> elements
Class cascading.tuple.TupleException extends CascadingException implements Serializable |
---|
Package cascading.tuple.collect |
---|
Class cascading.tuple.collect.SpillableTupleMap extends java.util.HashMap<Tuple,java.util.Collection<Tuple>> implements Serializable |
---|
Serialized Fields |
---|
int mapThreshold
int initListThreshold
Spillable.SpillListener spillListener
Package cascading.tuple.hadoop.collect |
---|
Class cascading.tuple.hadoop.collect.HadoopSpillableTupleMap extends SpillableTupleMap implements Serializable |
---|
Serialized Fields |
---|
FlowProcess<Config> flowProcess
Spillable.SpillStrategy spillStrategy
TupleCollectionFactory tupleCollectionFactory
Package cascading.tuple.hadoop.util |
---|
Class cascading.tuple.hadoop.util.BytesComparator extends java.lang.Object implements Serializable |
---|
Package cascading.tuple.io |
---|
Class cascading.tuple.io.IndexTuple extends Tuple implements Serializable |
---|
Serialized Fields |
---|
int index
Tuple tuple
Class cascading.tuple.io.TuplePair extends Tuple implements Serializable |
---|
Serialized Fields |
---|
Tuple[] tuples
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |