Uses of Class
org.apache.flink.runtime.operators.hash.HashPartition
Packages that use HashPartition
-
Uses of HashPartition in org.apache.flink.runtime.iterative.io
Constructor parameters in org.apache.flink.runtime.iterative.io with type arguments of type HashPartitionModifierConstructorDescriptionHashPartitionIterator(Iterator<HashPartition<BT, PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer) -
Uses of HashPartition in org.apache.flink.runtime.operators.hash
Subclasses of HashPartition in org.apache.flink.runtime.operators.hashFields in org.apache.flink.runtime.operators.hash with type parameters of type HashPartitionModifier and TypeFieldDescriptionprotected final ArrayList<HashPartition<BT,PT>> MutableHashTable.partitionsBeingBuiltThe partitions that are built by processing the current partition.Methods in org.apache.flink.runtime.operators.hash that return HashPartitionModifier and TypeMethodDescriptionprotected HashPartition<BT,PT> MutableHashTable.getNewInMemoryPartition(int number, int recursionLevel) Returns a new inMemoryPartition object.protected HashPartition<BT,PT> ReOpenableMutableHashTable.getNewInMemoryPartition(int number, int recursionLevel) Methods in org.apache.flink.runtime.operators.hash with parameters of type HashPartitionModifier and TypeMethodDescriptionprotected final voidMutableHashTable.buildBloomFilterForBucketsInPartition(int partNum, HashPartition<BT, PT> partition) protected voidMutableHashTable.buildTableFromSpilledPartition(HashPartition<BT, PT> p)