public class BinaryHashPartitioner extends org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<BaseRow>
BinaryRow.| Constructor and Description |
|---|
BinaryHashPartitioner(GeneratedHashFunction genHashFunc,
String[] hashFieldNames) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<BaseRow> |
copy() |
int |
selectChannel(org.apache.flink.runtime.plugable.SerializationDelegate<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<BaseRow>> record) |
String |
toString() |
public BinaryHashPartitioner(GeneratedHashFunction genHashFunc, String[] hashFieldNames)
public org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<BaseRow> copy()
copy in class org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<BaseRow>public int selectChannel(org.apache.flink.runtime.plugable.SerializationDelegate<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<BaseRow>> record)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.