Class TypedResult<P>
java.lang.Object
org.apache.flink.table.client.gateway.TypedResult<P>
- Type Parameters:
P- type of payload
Result with an attached type (actual payload, EOS, etc.).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TypedResult<T>empty()static <T> TypedResult<T>booleangetType()inthashCode()static <T> TypedResult<T>payload(T payload) voidsetPayload(P payload) voidtoString()