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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clear() |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearEndpoint()
A list of endpoints associated with the flight.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
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.FlightInfo.Builder.clone() |
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.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.