Class ClusterDataSetListResponseBody
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListResponseBody
-
- All Implemented Interfaces:
ResponseBody
public class ClusterDataSetListResponseBody extends Object implements ResponseBody
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterDataSetListResponseBody
from(Map<IntermediateDataSetID,DataSetMetaInfo> dataSets)
List<ClusterDataSetEntry>
getDataSets()
-
-
-
Method Detail
-
from
public static ClusterDataSetListResponseBody from(Map<IntermediateDataSetID,DataSetMetaInfo> dataSets)
-
getDataSets
public List<ClusterDataSetEntry> getDataSets()
-
-