Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.crunch.lib Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AggregateMethods for performing various types of aggregations over PCollection instances.Classorg.apache.crunch.libApache Crunch
Aggregate .PairValueComparatorConstructor SummaryAggregate.Classorg.apache.crunch.lib.AggregateApache Crunch
Aggregate .TopKCombineFnSee Also:Serialized FormConstructor SummaryAggregate.Classorg.apache.crunch.lib.AggregateApache Crunch
Aggregate .TopKFnSee Also:Serialized FormConstructor SummaryAggregate.Classorg.apache.crunch.lib.AggregateApache Crunch
BloomFilterJoinStrategyJoin strategy that uses a Bloom filter that is trained on the keys of the left-side table to filter the key/value pairs of the right-sideClassorg.apache.crunch.lib.joinApache Crunch
CartesianUtilities for Cartesian products of two PTable or PCollectionConstructor SummaryCartesian()Classorg.apache.crunch.libApache Crunch
ChannelsUtilities for splitting Pair instances emitted by DoFn into separate PCollection instances.Classorg.apache.crunch.libApache Crunch
CogroupConstructor SummaryCogroup() PTableClassorg.apache.crunch.libApache Crunch
DefaultJoinStrategyDefault join strategy that simply sends all data through the map, shuffle, and reduce phase.Classorg.apache.crunch.lib.joinApache Crunch
DistinctFunctions for computing the distinct elements of a PCollection.Classorg.apache.crunch.libApache Crunch
FullOuterJoinFnUsed to perform the last step of an full outer join.Classorg.apache.crunch.lib.joinApache Crunch
InnerJoinFnUsed to perform the last step of an inner join.Classorg.apache.crunch.lib.joinApache Crunch
JoinUtilities for joining multiple PTable instances based on a commonConstructor SummaryJoin()Classorg.apache.crunch.libApache Crunch
JoinFnRepresents a DoFn for performing joins.Classorg.apache.crunch.lib.joinApache Crunch
JoinStrategyDefines a strategy for joining two PTables together on a common key.Interfaceorg.apache.crunch.lib.joinApache Crunch
JoinTypeenum JoinTypeextends EnumSpecifies the specific behavior of how a join should be performed in terms of requiring matching keys Classorg.apache.crunch.lib.joinApache Crunch
JoinUtilsUtilities that are useful in joining multiple data sets via a MapReduce.Classorg.apache.crunch.lib.joinApache Crunch
JoinUtils .AvroIndexedRecordPartitionerConstructor SummaryJoinUtils.Classorg.apache.crunch.lib.join.JoinUtilsApache Crunch
JoinUtils .AvroPairGroupingComparatorConstructor SummaryJoinUtils.Classorg.apache.crunch.lib.join.JoinUtilsApache Crunch
JoinUtils .TupleWritableComparatorConstructor SummaryJoinUtils.Classorg.apache.crunch.lib.join.JoinUtilsApache Crunch
JoinUtils .TupleWritablePartitionerConstructor SummaryJoinUtils.Classorg.apache.crunch.lib.join.JoinUtilsApache Crunch
LeftOuterJoinFnUsed to perform the last step of an left outer join.Classorg.apache.crunch.lib.joinApache Crunch
MapredStatic functions for working with legacy Mappers and Reducers that live under the org.Classorg.apache.crunch.libApache Crunch
MapreduceStatic functions for working with legacy Mappers and Reducers that live under the org.Classorg.apache.crunch.libApache Crunch
MapsideJoinStrategyUtility for doing map side joins on a common key between two PTables.Classorg.apache.crunch.lib.joinApache Crunch
OneToManyJoinOptimized join for situations where exactly one value is being joined with any other number of values based on a common key.Classorg.apache.crunch.lib.joinApache Crunch
PTablesMethods for performing common operations on PTables.Classorg.apache.crunch.libApache Crunch
ReverseAvroComparatorClassorg.apache.crunch.lib.sortApache Crunch
ReverseWritableComparatorClassorg.apache.crunch.lib.sortApache Crunch
RightOuterJoinFnUsed to perform the last step of an right outer join.Classorg.apache.crunch.lib.joinApache Crunch
SampleMethods for performing random sampling in a distributed fashion, either by accepting each record in a PCollection with an independent probability in order to sample someClassorg.apache.crunch.libApache Crunch
SecondarySortUtilities for performing a secondary sort on a PTable> collection.Classorg.apache.crunch.libApache Crunch
SetUtilities for performing set operations (difference, intersection, etc) on PCollection instances.Classorg.apache.crunch.libApache Crunch
ShardUtilities for controlling how the data in a PCollection is balanced across reducersConstructor SummaryShard()Classorg.apache.crunch.libApache Crunch
ShardedJoinStrategyJoinStrategy that splits the key space up into shards.Classorg.apache.crunch.lib.joinApache Crunch
ShardedJoinStrategy .ShardingStrategyDetermines over how many shards a key will be split in a sharded join.Interfaceorg.apache.crunch.lib.join.ShardedJoinStrategyApache Crunch
SortUtilities for sorting PCollection instances.Classorg.apache.crunch.libApache Crunch
Sort .ColumnOrderTo sort by column 2 ascending then column 1 descending, you would use: sortPairs(coll, by(2, ASCENDING), by(1, DESCENDING))Classorg.apache.crunch.lib.SortApache Crunch
Sort .OrderFor signaling the order in which a sort should be done.Classorg.apache.crunch.lib.SortApache Crunch
SortFnsA set of DoFns that are used by Crunch's Sort library.Classorg.apache.crunch.lib.sortApache Crunch
SortFns .AvroGenericFnPulls a composite set of keys from an Avro GenericRecord instance.Classorg.apache.crunch.lib.sort.SortFnsApache Crunch
SortFns .KeyExtractionUtility class for encapsulating key extraction logic and serialization information aboutConstructor SummarySortFns.Classorg.apache.crunch.lib.sort.SortFnsApache Crunch
SortFns .SingleKeyFnExtracts a single indexed key from a Tuple instance.Classorg.apache.crunch.lib.sort.SortFnsApache Crunch
SortFns .TupleKeyFnExtracts a composite key from a Tuple instance.Classorg.apache.crunch.lib.sort.SortFnsApache Crunch
TotalOrderPartitionerClassorg.apache.crunch.lib.sortApache Crunch
TupleWritableComparatorClassorg.apache.crunch.lib.sortApache Crunch