Package io.deephaven.proto.flight.util
Class TicketRouterHelper
java.lang.Object
io.deephaven.proto.flight.util.TicketRouterHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLogNameFor
(org.apache.arrow.flight.impl.Flight.FlightDescriptor descriptor) Create a human readable string to identify this ticket.
-
Constructor Details
-
TicketRouterHelper
public TicketRouterHelper()
-
-
Method Details
-
getLogNameFor
Create a human readable string to identify this ticket.- Parameters:
descriptor
- the descriptor to parse- Returns:
- a string that is good for log/error messages
-