| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.partitioner |
| Modifier and Type | Method and Description |
|---|---|
StreamPartitioner.PartitioningStrategy |
StreamPartitioner.getStrategy() |
static StreamPartitioner.PartitioningStrategy |
StreamPartitioner.PartitioningStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamPartitioner.PartitioningStrategy[] |
StreamPartitioner.PartitioningStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StreamPartitioner(StreamPartitioner.PartitioningStrategy strategy) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.