Uses of Class
org.apache.flink.queryablestate.network.messages.MessageType
-
Packages that use MessageType Package Description org.apache.flink.queryablestate.network.messages -
-
Uses of MessageType in org.apache.flink.queryablestate.network.messages
Methods in org.apache.flink.queryablestate.network.messages that return MessageType Modifier and Type Method Description static MessageTypeMessageSerializer. deserializeHeader(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)De-serializes the header and returns theMessageType.static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-