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 via DoGet().
|
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 via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(int index,
Flight.Location.Builder builderForValue)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.addLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clear() |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearAppMetadata()
Application-defined metadata.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearExpirationTime()
Expiration time of this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearLocation()
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.clearTicket()
Token used to retrieve this stream.
|
Flight.FlightEndpoint.Builder |
Flight.RenewFlightEndpointRequest.Builder.getEndpointBuilder()
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightEndpoint.Builder |
Flight.FlightInfo.Builder.getEndpointBuilder(int index)
A list of endpoints associated with the flight.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeExpirationTime(com.google.protobuf.Timestamp value)
Expiration time of this stream.
|
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 via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setAppMetadata(com.google.protobuf.ByteString value)
Application-defined metadata.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue)
Expiration time of this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setExpirationTime(com.google.protobuf.Timestamp value)
Expiration time of this stream.
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setLocation(int index,
Flight.Location.Builder builderForValue)
A list of URIs where this ticket can be redeemed via DoGet().
|
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setLocation(int index,
Flight.Location value)
A list of URIs where this ticket can be redeemed via DoGet().
|
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.RenewFlightEndpointRequest.Builder |
Flight.RenewFlightEndpointRequest.Builder.setEndpoint(Flight.FlightEndpoint.Builder builderForValue)
.arrow.flight.protocol.FlightEndpoint endpoint = 1; |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setEndpoint(int index,
Flight.FlightEndpoint.Builder builderForValue)
A list of endpoints associated with the flight.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.