Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addAllLocation(Iterable<? extends Flight.Location> values)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightInfo.Builder.addEndpointBuilder()
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint.Builder |
Flight.FlightInfo.Builder.addEndpointBuilder(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(Flight.Location.Builder builderForValue)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(Flight.Location value)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(int index,
Flight.Location.Builder builderForValue)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clear() |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearLocation()
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearTicket()
Token used to retrieve this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clone() |
Flight.FlightEndpoint.Builder |
Flight.FlightInfo.Builder.getEndpointBuilder(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeFrom(Flight.FlightEndpoint other) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeFrom(com.google.protobuf.Message other) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeTicket(Flight.Ticket value)
Token used to retrieve this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.newBuilder() |
static Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.newBuilder(Flight.FlightEndpoint prototype) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.newBuilderForType() |
protected Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.removeLocation(int index)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setLocation(int index,
Flight.Location.Builder builderForValue)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setTicket(Flight.Ticket.Builder builderForValue)
Token used to retrieve this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setTicket(Flight.Ticket value)
Token used to retrieve this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Flight.FlightEndpoint.Builder> |
Flight.FlightInfo.Builder.getEndpointBuilderList()
A list of endpoints associated with the flight.
|
Modifier and Type | Method and Description |
---|---|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addEndpoint(Flight.FlightEndpoint.Builder builderForValue)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addEndpoint(int index,
Flight.FlightEndpoint.Builder builderForValue)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setEndpoint(int index,
Flight.FlightEndpoint.Builder builderForValue)
A list of endpoints associated with the flight.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.