blob: 5329c90e3dbe093c296d7b133fb0318969e7d104 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Thu Apr 05 22:07:30 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Serialized Form (crunch 0.2.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-04-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (crunch 0.2.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.CombineFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.html" title="type parameter in CombineFn">S</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.html" title="type parameter in CombineFn">T</A>&gt;&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.html" title="type parameter in CombineFn">S</A>,<A HREF="com/cloudera/crunch/CombineFn.html" title="type parameter in CombineFn">T</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.CombineFn.AggregatorCombineFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.AggregatorCombineFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.AggregatorCombineFn</A> extends <A HREF="com/cloudera/crunch/CombineFn.html" title="class in com.cloudera.crunch">CombineFn</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.AggregatorCombineFn.html" title="type parameter in CombineFn.AggregatorCombineFn">K</A>,<A HREF="com/cloudera/crunch/CombineFn.AggregatorCombineFn.html" title="type parameter in CombineFn.AggregatorCombineFn">V</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
aggregator</H3>
<PRE>
<A HREF="com/cloudera/crunch/CombineFn.Aggregator.html" title="interface in com.cloudera.crunch">CombineFn.Aggregator</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.Aggregator.html" title="type parameter in CombineFn.Aggregator">T</A>&gt; <B>aggregator</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.FirstNAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.FirstNAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.FirstNAggregator</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
arity</H3>
<PRE>
int <B>arity</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
elements</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>elements</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.LastNAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.LastNAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.LastNAggregator</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
arity</H3>
<PRE>
int <B>arity</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
elements</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>elements</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxBigInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxBigInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxBigInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
max</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>max</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxDoubles"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxDoubles.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxDoubles</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
max</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</A> <B>max</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxFloats"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxFloats.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxFloats</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
max</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</A> <B>max</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
max</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A> <B>max</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxLongs"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxLongs.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxLongs</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
max</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A> <B>max</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MaxNAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MaxNAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MaxNAggregator</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
arity</H3>
<PRE>
int <B>arity</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinBigInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinBigInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinBigInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
min</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>min</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinDoubles"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinDoubles.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinDoubles</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
min</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</A> <B>min</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinFloats"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinFloats.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinFloats</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
min</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</A> <B>min</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
min</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A> <B>min</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinLongs"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinLongs.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinLongs</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
min</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A> <B>min</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.MinNAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.MinNAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.MinNAggregator</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
arity</H3>
<PRE>
int <B>arity</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.PairAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.PairAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.PairAggregator</A> extends com.cloudera.crunch.CombineFn.TupleAggregator&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.PairAggregator.html" title="type parameter in CombineFn.PairAggregator">V1</A>,<A HREF="com/cloudera/crunch/CombineFn.PairAggregator.html" title="type parameter in CombineFn.PairAggregator">V2</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.CombineFn.QuadAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.QuadAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.QuadAggregator</A> extends com.cloudera.crunch.CombineFn.TupleAggregator&lt;<A HREF="com/cloudera/crunch/Tuple4.html" title="class in com.cloudera.crunch">Tuple4</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.QuadAggregator.html" title="type parameter in CombineFn.QuadAggregator">A</A>,<A HREF="com/cloudera/crunch/CombineFn.QuadAggregator.html" title="type parameter in CombineFn.QuadAggregator">B</A>,<A HREF="com/cloudera/crunch/CombineFn.QuadAggregator.html" title="type parameter in CombineFn.QuadAggregator">C</A>,<A HREF="com/cloudera/crunch/CombineFn.QuadAggregator.html" title="type parameter in CombineFn.QuadAggregator">D</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.CombineFn.SumBigInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.SumBigInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.SumBigInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
sum</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>sum</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.SumDoubles"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.SumDoubles.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.SumDoubles</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
sum</H3>
<PRE>
double <B>sum</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.SumFloats"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.SumFloats.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.SumFloats</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
sum</H3>
<PRE>
float <B>sum</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.SumInts"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.SumInts.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.SumInts</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
sum</H3>
<PRE>
int <B>sum</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.SumLongs"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.SumLongs.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.SumLongs</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
sum</H3>
<PRE>
long <B>sum</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.CombineFn.TripAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.TripAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.TripAggregator</A> extends com.cloudera.crunch.CombineFn.TupleAggregator&lt;<A HREF="com/cloudera/crunch/Tuple3.html" title="class in com.cloudera.crunch">Tuple3</A>&lt;<A HREF="com/cloudera/crunch/CombineFn.TripAggregator.html" title="type parameter in CombineFn.TripAggregator">A</A>,<A HREF="com/cloudera/crunch/CombineFn.TripAggregator.html" title="type parameter in CombineFn.TripAggregator">B</A>,<A HREF="com/cloudera/crunch/CombineFn.TripAggregator.html" title="type parameter in CombineFn.TripAggregator">C</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.CombineFn.TupleNAggregator"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/CombineFn.TupleNAggregator.html" title="class in com.cloudera.crunch">com.cloudera.crunch.CombineFn.TupleNAggregator</A> extends com.cloudera.crunch.CombineFn.TupleAggregator&lt;<A HREF="com/cloudera/crunch/TupleN.html" title="class in com.cloudera.crunch">TupleN</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
size</H3>
<PRE>
int <B>size</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.DoFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.DoFn</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.FilterFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/FilterFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.FilterFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/FilterFn.html" title="type parameter in FilterFn">T</A>,<A HREF="com/cloudera/crunch/FilterFn.html" title="type parameter in FilterFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.FilterFn.AndFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/FilterFn.AndFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.FilterFn.AndFn</A> extends <A HREF="com/cloudera/crunch/FilterFn.html" title="class in com.cloudera.crunch">FilterFn</A>&lt;<A HREF="com/cloudera/crunch/FilterFn.AndFn.html" title="type parameter in FilterFn.AndFn">S</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
fns</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>fns</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.FilterFn.NotFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/FilterFn.NotFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.FilterFn.NotFn</A> extends <A HREF="com/cloudera/crunch/FilterFn.html" title="class in com.cloudera.crunch">FilterFn</A>&lt;<A HREF="com/cloudera/crunch/FilterFn.NotFn.html" title="type parameter in FilterFn.NotFn">S</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
base</H3>
<PRE>
<A HREF="com/cloudera/crunch/FilterFn.html" title="class in com.cloudera.crunch">FilterFn</A>&lt;<A HREF="com/cloudera/crunch/FilterFn.html" title="type parameter in FilterFn">T</A>&gt; <B>base</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.FilterFn.OrFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/FilterFn.OrFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.FilterFn.OrFn</A> extends <A HREF="com/cloudera/crunch/FilterFn.html" title="class in com.cloudera.crunch">FilterFn</A>&lt;<A HREF="com/cloudera/crunch/FilterFn.OrFn.html" title="type parameter in FilterFn.OrFn">S</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
fns</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>fns</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.MapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">com.cloudera.crunch.MapFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.fn</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.fn.CompositeMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/fn/CompositeMapFn.html" title="class in com.cloudera.crunch.fn">com.cloudera.crunch.fn.CompositeMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/fn/CompositeMapFn.html" title="type parameter in CompositeMapFn">R</A>,<A HREF="com/cloudera/crunch/fn/CompositeMapFn.html" title="type parameter in CompositeMapFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
first</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>first</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
second</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>second</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.fn.IdentityFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/fn/IdentityFn.html" title="class in com.cloudera.crunch.fn">com.cloudera.crunch.fn.IdentityFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/fn/IdentityFn.html" title="type parameter in IdentityFn">T</A>,<A HREF="com/cloudera/crunch/fn/IdentityFn.html" title="type parameter in IdentityFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.fn.MapKeysFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/fn/MapKeysFn.html" title="class in com.cloudera.crunch.fn">com.cloudera.crunch.fn.MapKeysFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/MapKeysFn.html" title="type parameter in MapKeysFn">K1</A>,<A HREF="com/cloudera/crunch/fn/MapKeysFn.html" title="type parameter in MapKeysFn">V</A>&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/MapKeysFn.html" title="type parameter in MapKeysFn">K2</A>,<A HREF="com/cloudera/crunch/fn/MapKeysFn.html" title="type parameter in MapKeysFn">V</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.fn.MapValuesFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/fn/MapValuesFn.html" title="class in com.cloudera.crunch.fn">com.cloudera.crunch.fn.MapValuesFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/MapValuesFn.html" title="type parameter in MapValuesFn">K</A>,<A HREF="com/cloudera/crunch/fn/MapValuesFn.html" title="type parameter in MapValuesFn">V1</A>&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/MapValuesFn.html" title="type parameter in MapValuesFn">K</A>,<A HREF="com/cloudera/crunch/fn/MapValuesFn.html" title="type parameter in MapValuesFn">V2</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.fn.PairMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/fn/PairMapFn.html" title="class in com.cloudera.crunch.fn">com.cloudera.crunch.fn.PairMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/PairMapFn.html" title="type parameter in PairMapFn">K</A>,<A HREF="com/cloudera/crunch/fn/PairMapFn.html" title="type parameter in PairMapFn">V</A>&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/fn/PairMapFn.html" title="type parameter in PairMapFn">S</A>,<A HREF="com/cloudera/crunch/fn/PairMapFn.html" title="type parameter in PairMapFn">T</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
keys</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>keys</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
values</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>values</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.impl.mr.run</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.impl.mr.run.CrunchRuntimeException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/impl/mr/run/CrunchRuntimeException.html" title="class in com.cloudera.crunch.impl.mr.run">com.cloudera.crunch.impl.mr.run.CrunchRuntimeException</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
logged</H3>
<PRE>
boolean <B>logged</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.impl.mr.run.RTNode"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/impl/mr/run/RTNode.html" title="class in com.cloudera.crunch.impl.mr.run">com.cloudera.crunch.impl.mr.run.RTNode</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
nodeName</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>nodeName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
fn</H3>
<PRE>
<A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/DoFn.html" title="type parameter in DoFn">S</A>,<A HREF="com/cloudera/crunch/DoFn.html" title="type parameter in DoFn">T</A>&gt; <B>fn</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
children</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>children</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
inputConverter</H3>
<PRE>
<A HREF="com/cloudera/crunch/type/Converter.html" title="interface in com.cloudera.crunch.type">Converter</A>&lt;<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">K</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">V</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">S</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">T</A>&gt; <B>inputConverter</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
outputConverter</H3>
<PRE>
<A HREF="com/cloudera/crunch/type/Converter.html" title="interface in com.cloudera.crunch.type">Converter</A>&lt;<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">K</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">V</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">S</A>,<A HREF="com/cloudera/crunch/type/Converter.html" title="type parameter in Converter">T</A>&gt; <B>outputConverter</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
outputName</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>outputName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.lib</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.lib.Aggregate.TopKCombineFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/lib/Aggregate.TopKCombineFn.html" title="class in com.cloudera.crunch.lib">com.cloudera.crunch.lib.Aggregate.TopKCombineFn</A> extends <A HREF="com/cloudera/crunch/CombineFn.html" title="class in com.cloudera.crunch">CombineFn</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/lib/Aggregate.TopKCombineFn.html" title="type parameter in Aggregate.TopKCombineFn">K</A>,<A HREF="com/cloudera/crunch/lib/Aggregate.TopKCombineFn.html" title="type parameter in Aggregate.TopKCombineFn">V</A>&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
limit</H3>
<PRE>
int <B>limit</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
maximize</H3>
<PRE>
boolean <B>maximize</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.lib.Aggregate.TopKFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/lib/Aggregate.TopKFn.html" title="class in com.cloudera.crunch.lib">com.cloudera.crunch.lib.Aggregate.TopKFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/lib/Aggregate.TopKFn.html" title="type parameter in Aggregate.TopKFn">K</A>,<A HREF="com/cloudera/crunch/lib/Aggregate.TopKFn.html" title="type parameter in Aggregate.TopKFn">V</A>&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/lib/Aggregate.TopKFn.html" title="type parameter in Aggregate.TopKFn">K</A>,<A HREF="com/cloudera/crunch/lib/Aggregate.TopKFn.html" title="type parameter in Aggregate.TopKFn">V</A>&gt;&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
limit</H3>
<PRE>
int <B>limit</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
maximize</H3>
<PRE>
boolean <B>maximize</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.lib.Sample.SamplerFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/lib/Sample.SamplerFn.html" title="class in com.cloudera.crunch.lib">com.cloudera.crunch.lib.Sample.SamplerFn</A> extends <A HREF="com/cloudera/crunch/DoFn.html" title="class in com.cloudera.crunch">DoFn</A>&lt;<A HREF="com/cloudera/crunch/lib/Sample.SamplerFn.html" title="type parameter in Sample.SamplerFn">S</A>,<A HREF="com/cloudera/crunch/lib/Sample.SamplerFn.html" title="type parameter in Sample.SamplerFn">S</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
seed</H3>
<PRE>
long <B>seed</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
acceptanceProbability</H3>
<PRE>
double <B>acceptanceProbability</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.type</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.type.PGroupedTableType.PairIterableMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/type/PGroupedTableType.PairIterableMapFn.html" title="class in com.cloudera.crunch.type">com.cloudera.crunch.type.PGroupedTableType.PairIterableMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&gt;&gt;,<A HREF="com/cloudera/crunch/Pair.html" title="class in com.cloudera.crunch">Pair</A>&lt;<A HREF="com/cloudera/crunch/type/PGroupedTableType.PairIterableMapFn.html" title="type parameter in PGroupedTableType.PairIterableMapFn">K</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="com/cloudera/crunch/type/PGroupedTableType.PairIterableMapFn.html" title="type parameter in PGroupedTableType.PairIterableMapFn">V</A>&gt;&gt;&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
keys</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>keys</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
values</H3>
<PRE>
<A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">S</A>,<A HREF="com/cloudera/crunch/MapFn.html" title="type parameter in MapFn">T</A>&gt; <B>values</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.type.TupleFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/type/TupleFactory.html" title="class in com.cloudera.crunch.type">com.cloudera.crunch.type.TupleFactory</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.type.avro</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.type.avro.AvroKeyConverter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/type/avro/AvroKeyConverter.html" title="class in com.cloudera.crunch.type.avro">com.cloudera.crunch.type.avro.AvroKeyConverter</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.type.avro.AvroPairConverter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/type/avro/AvroPairConverter.html" title="class in com.cloudera.crunch.type.avro">com.cloudera.crunch.type.avro.AvroPairConverter</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.type.writable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.type.writable.WritablePairConverter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/type/writable/WritablePairConverter.html" title="class in com.cloudera.crunch.type.writable">com.cloudera.crunch.type.writable.WritablePairConverter</A> extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
keyClass</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>keyClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
valueClass</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>valueClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>com.cloudera.crunch.util</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.JacksonInputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.JacksonInputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.JacksonInputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="com/cloudera/crunch/util/PTypes.JacksonInputMapFn.html" title="type parameter in PTypes.JacksonInputMapFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clazz</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>clazz</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.JacksonOutputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.JacksonOutputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.JacksonOutputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/util/PTypes.JacksonOutputMapFn.html" title="type parameter in PTypes.JacksonOutputMapFn">T</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.ProtoInputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.ProtoInputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.ProtoInputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>,<A HREF="com/cloudera/crunch/util/PTypes.ProtoInputMapFn.html" title="type parameter in PTypes.ProtoInputMapFn">T</A> extends com.google.protobuf.Message&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clazz</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>clazz</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.ProtoOutputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.ProtoOutputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.ProtoOutputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/util/PTypes.ProtoOutputMapFn.html" title="type parameter in PTypes.ProtoOutputMapFn">T</A> extends com.google.protobuf.Message,<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.SmileInputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.SmileInputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.SmileInputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>,<A HREF="com/cloudera/crunch/util/PTypes.SmileInputMapFn.html" title="type parameter in PTypes.SmileInputMapFn">T</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clazz</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>clazz</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.SmileOutputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.SmileOutputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.SmileOutputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/util/PTypes.SmileOutputMapFn.html" title="type parameter in PTypes.SmileOutputMapFn">T</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.ThriftInputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.ThriftInputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.ThriftInputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>,<A HREF="com/cloudera/crunch/util/PTypes.ThriftInputMapFn.html" title="type parameter in PTypes.ThriftInputMapFn">T</A> extends org.apache.thrift.TBase&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clazz</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>clazz</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="com.cloudera.crunch.util.PTypes.ThriftOutputMapFn"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="com/cloudera/crunch/util/PTypes.ThriftOutputMapFn.html" title="class in com.cloudera.crunch.util">com.cloudera.crunch.util.PTypes.ThriftOutputMapFn</A> extends <A HREF="com/cloudera/crunch/MapFn.html" title="class in com.cloudera.crunch">MapFn</A>&lt;<A HREF="com/cloudera/crunch/util/PTypes.ThriftOutputMapFn.html" title="type parameter in PTypes.ThriftOutputMapFn">T</A> extends org.apache.thrift.TBase,<A HREF="http://download.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&gt; implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2012. All Rights Reserved.
</BODY>
</HTML>