@Experimental public class OperatorAttributes extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isInternalSorterSupported()
Returns true iff the operator uses an internal sorter to sort inputs by key.
|
boolean |
isOutputOnlyAfterEndOfStream()
Returns true if and only if the operator only emits records after all its inputs have ended.
|
public boolean isOutputOnlyAfterEndOfStream()
Here are the implications when it is true:
public boolean isInternalSorterSupported()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.