Class ClusterDataSetEntry
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetEntry
-
public class ClusterDataSetEntry extends Object
The entry for a single cluster data set.- See Also:
ClusterDataSetListResponseBody
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataSetId()
boolean
isComplete()
-
-
-
Method Detail
-
getDataSetId
public String getDataSetId()
-
isComplete
public boolean isComplete()
-
-