Class DefaultContextUtils
- java.lang.Object
-
- org.apache.flink.table.client.gateway.DefaultContextUtils
-
public class DefaultContextUtils extends Object
Utils to build aDefaultContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultContextUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.table.gateway.service.context.DefaultContextbuildDefaultContext(CliOptions.EmbeddedCliOptions options)static org.apache.flink.table.gateway.service.context.DefaultContextbuildDefaultContext(CliOptions.GatewayCliOptions options)
-
-
-
Method Detail
-
buildDefaultContext
public static org.apache.flink.table.gateway.service.context.DefaultContext buildDefaultContext(CliOptions.EmbeddedCliOptions options)
-
buildDefaultContext
public static org.apache.flink.table.gateway.service.context.DefaultContext buildDefaultContext(CliOptions.GatewayCliOptions options)
-
-