Package io.trino.execution
Class StageId
- java.lang.Object
-
- io.trino.execution.StageId
-
public class StageId extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetId()QueryIdgetQueryId()inthashCode()StringtoString()static StageIdvalueOf(String stageId)static StageIdvalueOf(List<String> ids)
-
-
-
Method Detail
-
getQueryId
public QueryId getQueryId()
-
getId
public int getId()
-
-