java.lang.Object
org.apache.arrow.flight.CancelFlightInfoResult
The result of cancelling a FlightInfo.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CancelFlightInfoResult
deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.boolean
int
hashCode()
Get the serialized form of this protocol message.toString()
-
Constructor Details
-
CancelFlightInfoResult
-
-
Method Details
-
getStatus
-
serialize
Get the serialized form of this protocol message.Intended to help interoperability by allowing non-Flight services to still return Flight types.
-
deserialize
Parse the serialized form of this protocol message.Intended to help interoperability by allowing Flight clients to obtain stream info from non-Flight services.
- Parameters:
serialized
- The serialized form of the message, as returned byserialize()
.- Returns:
- The deserialized message.
- Throws:
IOException
- if the serialized form is invalid.
-
equals
-
hashCode
public int hashCode() -
toString
-