Class OperationHandle
- java.lang.Object
-
- org.apache.flink.table.gateway.api.operation.OperationHandle
-
@PublicEvolving public class OperationHandle extends Object
OperationHandleto index theOperation.
-
-
Constructor Summary
Constructors Constructor Description OperationHandle(UUID identifier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationHandlecreate()booleanequals(Object o)UUIDgetIdentifier()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OperationHandle
public OperationHandle(UUID identifier)
-
-
Method Detail
-
create
public static OperationHandle create()
-
getIdentifier
public UUID getIdentifier()
-
-