| Package | Description |
|---|---|
| org.apache.arrow.flight.impl |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.addAllEndpoint(Iterable<? extends Flight.FlightEndpoint> values)
A list of endpoints associated with the flight.
|
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(Flight.FlightEndpoint value)
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.addEndpoint(int index,
Flight.FlightEndpoint value)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clear() |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearAppMetadata()
Application-defined metadata.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearEndpoint()
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearOrdered()
FlightEndpoints are in the same order as the data.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearSchema()
The schema of the dataset in its IPC form:
4 bytes - an optional IPC_CONTINUATION_TOKEN prefix
4 bytes - the byte length of the payload
a flatbuffer Message whose header is the Schema
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearTotalBytes()
int64 total_bytes = 5; |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearTotalRecords()
Set these to -1 if unknown.
|
Flight.FlightInfo.Builder |
Flight.CancelFlightInfoRequest.Builder.getInfoBuilder()
.arrow.flight.protocol.FlightInfo info = 1; |
Flight.FlightInfo.Builder |
Flight.PollInfo.Builder.getInfoBuilder()
The currently available results.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.mergeFlightDescriptor(Flight.FlightDescriptor value)
The descriptor associated with this info.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.mergeFrom(Flight.FlightInfo other) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Flight.FlightInfo.Builder |
Flight.FlightInfo.newBuilder() |
static Flight.FlightInfo.Builder |
Flight.FlightInfo.newBuilder(Flight.FlightInfo prototype) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.newBuilderForType() |
protected Flight.FlightInfo.Builder |
Flight.FlightInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.removeEndpoint(int index)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setAppMetadata(com.google.protobuf.ByteString value)
Application-defined metadata.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setEndpoint(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 value)
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setFlightDescriptor(Flight.FlightDescriptor.Builder builderForValue)
The descriptor associated with this info.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setFlightDescriptor(Flight.FlightDescriptor value)
The descriptor associated with this info.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setOrdered(boolean value)
FlightEndpoints are in the same order as the data.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setSchema(com.google.protobuf.ByteString value)
The schema of the dataset in its IPC form:
4 bytes - an optional IPC_CONTINUATION_TOKEN prefix
4 bytes - the byte length of the payload
a flatbuffer Message whose header is the Schema
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setTotalBytes(long value)
int64 total_bytes = 5; |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setTotalRecords(long value)
Set these to -1 if unknown.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Flight.CancelFlightInfoRequest.Builder |
Flight.CancelFlightInfoRequest.Builder.setInfo(Flight.FlightInfo.Builder builderForValue)
.arrow.flight.protocol.FlightInfo info = 1; |
Flight.PollInfo.Builder |
Flight.PollInfo.Builder.setInfo(Flight.FlightInfo.Builder builderForValue)
The currently available results.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.