public abstract class StreamPartitioner<T> extends Object implements org.apache.flink.runtime.io.network.api.writer.ChannelSelector<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>>>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamPartitioner.PartitioningStrategy |
| Constructor and Description |
|---|
StreamPartitioner(StreamPartitioner.PartitioningStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
StreamPartitioner<T> |
copy() |
StreamPartitioner.PartitioningStrategy |
getStrategy() |
public StreamPartitioner(StreamPartitioner.PartitioningStrategy strategy)
public StreamPartitioner.PartitioningStrategy getStrategy()
public StreamPartitioner<T> copy()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.