Class RefreshMaterializedTableResponseBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.materializedtable.RefreshMaterializedTableResponseBody
All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.ResponseBody

public class RefreshMaterializedTableResponseBody extends Object implements org.apache.flink.runtime.rest.messages.ResponseBody
ResponseBody for executing a materialized table refresh operation.
  • Constructor Details

    • RefreshMaterializedTableResponseBody

      public RefreshMaterializedTableResponseBody(String operationHandle)
  • Method Details

    • getOperationHandle

      public String getOperationHandle()