| Package | Description |
|---|---|
| org.apache.arrow.flight.example |
| Modifier and Type | Method and Description |
|---|---|
static ExampleTicket |
ExampleTicket.from(Ticket ticket)
Deserializes a new instance from the protocol buffer ticket.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
FlightHolder.getStream(ExampleTicket ticket)
Returns the stream based on the ordinal of ExampleTicket.
|
void |
Stream.verify(ExampleTicket ticket)
Throws an IllegalStateException if the given ticket doesn't correspond to this stream.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.