Class SessionHandle
- java.lang.Object
-
- org.apache.flink.table.gateway.api.session.SessionHandle
-
@PublicEvolving public class SessionHandle extends Object
Session Handle that used to identify the Session.
-
-
Constructor Summary
Constructors Constructor Description SessionHandle(UUID identifier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionHandlecreate()booleanequals(Object o)UUIDgetIdentifier()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SessionHandle
public SessionHandle(UUID identifier)
-
-
Method Detail
-
create
public static SessionHandle create()
-
getIdentifier
public UUID getIdentifier()
-
-