Class SetOperation
- java.lang.Object
-
- org.apache.flink.table.operations.command.SetOperation
-
- All Implemented Interfaces:
Operation
@Internal public class SetOperation extends Object implements Operation
Operation to represent SET command. IfgetKey()andgetValue()are empty, it means show all the configurations. Otherwise, set value to the configuration key.
-
-
Constructor Summary
Constructors Constructor Description SetOperation()SetOperation(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasSummaryString()Returns a string that summarizes this operation for printing to a console.Optional<String>getKey()Optional<String>getValue()
-
-
-
Method Detail
-
asSummaryString
public String asSummaryString()
Description copied from interface:OperationReturns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.- Specified by:
asSummaryStringin interfaceOperation- Returns:
- summary string of this operation for debugging purposes
-
-