- fail(Throwable) - Method in interface org.apache.arrow.flight.FlightServer.OutputFlight
-
- Flight - Class in org.apache.arrow.flight.impl
-
- Flight.Action - Class in org.apache.arrow.flight.impl
-
An opaque action specific for the service.
- Flight.Action.Builder - Class in org.apache.arrow.flight.impl
-
An opaque action specific for the service.
- Flight.ActionOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.ActionType - Class in org.apache.arrow.flight.impl
-
Describes an available action, including both the name used for execution
along with a short description of the purpose of the action.
- Flight.ActionType.Builder - Class in org.apache.arrow.flight.impl
-
Describes an available action, including both the name used for execution
along with a short description of the purpose of the action.
- Flight.ActionTypeOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.BasicAuth - Class in org.apache.arrow.flight.impl
-
A message for doing simple auth.
- Flight.BasicAuth.Builder - Class in org.apache.arrow.flight.impl
-
A message for doing simple auth.
- Flight.BasicAuthOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.Criteria - Class in org.apache.arrow.flight.impl
-
A service specific expression that can be used to return a limited set
of available Arrow Flight streams.
- Flight.Criteria.Builder - Class in org.apache.arrow.flight.impl
-
A service specific expression that can be used to return a limited set
of available Arrow Flight streams.
- Flight.CriteriaOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.Empty - Class in org.apache.arrow.flight.impl
-
Protobuf type arrow.flight.protocol.Empty
- Flight.Empty.Builder - Class in org.apache.arrow.flight.impl
-
Protobuf type arrow.flight.protocol.Empty
- Flight.EmptyOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.FlightData - Class in org.apache.arrow.flight.impl
-
A batch of Arrow data as part of a stream of batches.
- Flight.FlightData.Builder - Class in org.apache.arrow.flight.impl
-
A batch of Arrow data as part of a stream of batches.
- Flight.FlightDataOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.FlightDescriptor - Class in org.apache.arrow.flight.impl
-
The name or tag for a Flight.
- Flight.FlightDescriptor.Builder - Class in org.apache.arrow.flight.impl
-
The name or tag for a Flight.
- Flight.FlightDescriptor.DescriptorType - Enum in org.apache.arrow.flight.impl
-
Describes what type of descriptor is defined.
- Flight.FlightDescriptorOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.FlightEndpoint - Class in org.apache.arrow.flight.impl
-
A particular stream or split associated with a flight.
- Flight.FlightEndpoint.Builder - Class in org.apache.arrow.flight.impl
-
A particular stream or split associated with a flight.
- Flight.FlightEndpointOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.FlightGetInfo - Class in org.apache.arrow.flight.impl
-
The access coordinates for retrieval of a dataset.
- Flight.FlightGetInfo.Builder - Class in org.apache.arrow.flight.impl
-
The access coordinates for retrieval of a dataset.
- Flight.FlightGetInfoOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.HandshakeRequest - Class in org.apache.arrow.flight.impl
-
The request that a client provides to a server on handshake.
- Flight.HandshakeRequest.Builder - Class in org.apache.arrow.flight.impl
-
The request that a client provides to a server on handshake.
- Flight.HandshakeRequestOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.HandshakeResponse - Class in org.apache.arrow.flight.impl
-
Protobuf type arrow.flight.protocol.HandshakeResponse
- Flight.HandshakeResponse.Builder - Class in org.apache.arrow.flight.impl
-
Protobuf type arrow.flight.protocol.HandshakeResponse
- Flight.HandshakeResponseOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.Location - Class in org.apache.arrow.flight.impl
-
A location where a flight service will accept retrieval of a particular
stream given a ticket.
- Flight.Location.Builder - Class in org.apache.arrow.flight.impl
-
A location where a flight service will accept retrieval of a particular
stream given a ticket.
- Flight.LocationOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.PutResult - Class in org.apache.arrow.flight.impl
-
The response message (currently empty) associated with the submission of a
DoPut.
- Flight.PutResult.Builder - Class in org.apache.arrow.flight.impl
-
The response message (currently empty) associated with the submission of a
DoPut.
- Flight.PutResultOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.Result - Class in org.apache.arrow.flight.impl
-
An opaque result returned after executing an action.
- Flight.Result.Builder - Class in org.apache.arrow.flight.impl
-
An opaque result returned after executing an action.
- Flight.ResultOrBuilder - Interface in org.apache.arrow.flight.impl
-
- Flight.Ticket - Class in org.apache.arrow.flight.impl
-
An opaque identifier that the service can use to retrieve a particular
portion of a stream.
- Flight.Ticket.Builder - Class in org.apache.arrow.flight.impl
-
An opaque identifier that the service can use to retrieve a particular
portion of a stream.
- Flight.TicketOrBuilder - Interface in org.apache.arrow.flight.impl
-
- FLIGHT_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.arrow.flight.impl.Flight.FlightData
-
- FLIGHT_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- FlightClient - Class in org.apache.arrow.flight
-
- FlightClient(BufferAllocator, Location) - Constructor for class org.apache.arrow.flight.FlightClient
-
Construct client for accessing RouteGuide server using the existing channel.
- FlightClient.ClientStreamListener - Interface in org.apache.arrow.flight
-
- FlightConstants - Interface in org.apache.arrow.flight
-
- FlightDescriptor - Class in org.apache.arrow.flight
-
- FlightEndpoint - Class in org.apache.arrow.flight
-
- FlightEndpoint(Ticket, Location...) - Constructor for class org.apache.arrow.flight.FlightEndpoint
-
- FlightEndpoint(Flight.FlightEndpoint) - Constructor for class org.apache.arrow.flight.FlightEndpoint
-
- FlightHolder - Class in org.apache.arrow.flight.example
-
- FlightHolder(BufferAllocator, FlightDescriptor, Schema) - Constructor for class org.apache.arrow.flight.example.FlightHolder
-
- FlightInfo - Class in org.apache.arrow.flight
-
- FlightInfo(Schema, FlightDescriptor, List<FlightEndpoint>, long, long) - Constructor for class org.apache.arrow.flight.FlightInfo
-
- FlightProducer - Interface in org.apache.arrow.flight
-
API to Implement an Arrow Flight server.
- FlightProducer.ServerStreamListener - Interface in org.apache.arrow.flight
-
- FlightProducer.StreamListener<T> - Interface in org.apache.arrow.flight
-
- FlightServer - Class in org.apache.arrow.flight
-
- FlightServer(BufferAllocator, int, FlightProducer, ServerAuthHandler) - Constructor for class org.apache.arrow.flight.FlightServer
-
- FlightServer.FlightServerHandler - Interface in org.apache.arrow.flight
-
- FlightServer.OutputFlight - Interface in org.apache.arrow.flight
-
- FlightServiceGrpc - Class in org.apache.arrow.flight.impl
-
A flight service is an endpoint for retrieving or storing Arrow data.
- FlightServiceGrpc.FlightServiceBlockingStub - Class in org.apache.arrow.flight.impl
-
A flight service is an endpoint for retrieving or storing Arrow data.
- FlightServiceGrpc.FlightServiceFutureStub - Class in org.apache.arrow.flight.impl
-
A flight service is an endpoint for retrieving or storing Arrow data.
- FlightServiceGrpc.FlightServiceImplBase - Class in org.apache.arrow.flight.impl
-
A flight service is an endpoint for retrieving or storing Arrow data.
- FlightServiceGrpc.FlightServiceStub - Class in org.apache.arrow.flight.impl
-
A flight service is an endpoint for retrieving or storing Arrow data.
- FlightServiceImplBase() - Constructor for class org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceImplBase
-
- FlightStream - Class in org.apache.arrow.flight
-
- FlightStream(BufferAllocator, int, FlightStream.Cancellable, FlightStream.Requestor) - Constructor for class org.apache.arrow.flight.FlightStream
-
- FlightStream.Cancellable - Interface in org.apache.arrow.flight
-
- FlightStream.Requestor - Interface in org.apache.arrow.flight
-
- forNumber(int) - Static method in enum org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
-
- from(Ticket) - Static method in class org.apache.arrow.flight.example.ExampleTicket
-
- getBody() - Method in class org.apache.arrow.flight.Action
-
- getBody() - Method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
bytes body = 2;
- getBody() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
bytes body = 2;
- getBody() - Method in interface org.apache.arrow.flight.impl.Flight.ActionOrBuilder
-
bytes body = 2;
- getBody() - Method in class org.apache.arrow.flight.impl.Flight.Result.Builder
-
bytes body = 1;
- getBody() - Method in class org.apache.arrow.flight.impl.Flight.Result
-
bytes body = 1;
- getBody() - Method in interface org.apache.arrow.flight.impl.Flight.ResultOrBuilder
-
bytes body = 1;
- getBody() - Method in class org.apache.arrow.flight.Result
-
- getBytes() - Method in class org.apache.arrow.flight.FlightInfo
-
- getBytes() - Method in class org.apache.arrow.flight.Ticket
-
- getCmd() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
Opaque value used to express a command.
- getCmd() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
Opaque value used to express a command.
- getCmd() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
Opaque value used to express a command.
- getCommand() - Method in class org.apache.arrow.flight.FlightDescriptor
-
- getDataBody() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
The actual batch of Arrow data.
- getDataBody() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
The actual batch of Arrow data.
- getDataBody() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDataOrBuilder
-
The actual batch of Arrow data.
- getDataHeader() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
Header for message data as described in Message.fbs::Message.
- getDataHeader() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
Header for message data as described in Message.fbs::Message.
- getDataHeader() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDataOrBuilder
-
Header for message data as described in Message.fbs::Message.
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Action
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Location
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Result
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getDefaultInstance() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Criteria.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Empty.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.PutResult.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Result.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Result
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Ticket.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getDefinition() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
definition of entire flight.
- getDefinition() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
definition of entire flight.
- getDefinition() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.TokenOrBuilder
-
definition of entire flight.
- getDefinitionBuilder() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
definition of entire flight.
- getDefinitionOrBuilder() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
definition of entire flight.
- getDefinitionOrBuilder() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
definition of entire flight.
- getDefinitionOrBuilder() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.TokenOrBuilder
-
definition of entire flight.
- getDescription() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
string description = 2;
- getDescription() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
string description = 2;
- getDescription() - Method in interface org.apache.arrow.flight.impl.Flight.ActionTypeOrBuilder
-
string description = 2;
- getDescriptionBytes() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
string description = 2;
- getDescriptionBytes() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
string description = 2;
- getDescriptionBytes() - Method in interface org.apache.arrow.flight.impl.Flight.ActionTypeOrBuilder
-
string description = 2;
- getDescriptor() - Method in class org.apache.arrow.flight.FlightInfo
-
- getDescriptor() - Method in class org.apache.arrow.flight.FlightStream
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Action
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Criteria.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Empty.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
- getDescriptor() - Static method in enum org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Location
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.PutResult.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Result.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Result
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Ticket.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getDescriptor() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass
-
- getDescriptor() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getDescriptor() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
- getDescriptor() - Static method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Criteria.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Empty.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
- getDescriptorForType() - Method in enum org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.PutResult.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Result.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.impl.Flight.Ticket.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
- getDescriptorForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
- getDoActionMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getDoGetMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getDoPutMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getEnd() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
exclusive end
- getEnd() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
exclusive end
- getEnd() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.TokenOrBuilder
-
exclusive end
- getEndpoint(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpoint(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
A list of endpoints associated with the flight.
- getEndpoint(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
A list of endpoints associated with the flight.
- getEndpointBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
A list of endpoints associated with the flight.
- getEndpointCount() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
A list of endpoints associated with the flight.
- getEndpointList() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointList() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
A list of endpoints associated with the flight.
- getEndpointList() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
A list of endpoints associated with the flight.
- getEndpointOrBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointOrBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
A list of endpoints associated with the flight.
- getEndpointOrBuilder(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
A list of endpoints associated with the flight.
- getEndpointOrBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
A list of endpoints associated with the flight.
- getEndpointOrBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
A list of endpoints associated with the flight.
- getEndpointOrBuilderList() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
A list of endpoints associated with the flight.
- getEndpoints() - Method in class org.apache.arrow.flight.FlightInfo
-
- getExpression() - Method in class org.apache.arrow.flight.impl.Flight.Criteria.Builder
-
bytes expression = 1;
- getExpression() - Method in class org.apache.arrow.flight.impl.Flight.Criteria
-
bytes expression = 1;
- getExpression() - Method in interface org.apache.arrow.flight.impl.Flight.CriteriaOrBuilder
-
bytes expression = 1;
- getFlightDescriptor() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
The descriptor of the data.
- getFlightDescriptor() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
The descriptor of the data.
- getFlightDescriptor() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDataOrBuilder
-
The descriptor of the data.
- getFlightDescriptor() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
The descriptor associated with this info.
- getFlightDescriptor() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
The descriptor associated with this info.
- getFlightDescriptor() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
The descriptor associated with this info.
- getFlightDescriptorBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
The descriptor of the data.
- getFlightDescriptorBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
The descriptor associated with this info.
- getFlightDescriptorOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightData.Builder
-
The descriptor of the data.
- getFlightDescriptorOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
The descriptor of the data.
- getFlightDescriptorOrBuilder() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDataOrBuilder
-
The descriptor of the data.
- getFlightDescriptorOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
The descriptor associated with this info.
- getFlightDescriptorOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
The descriptor associated with this info.
- getFlightDescriptorOrBuilder() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
The descriptor associated with this info.
- getFlightInfo(Location) - Method in class org.apache.arrow.flight.example.FlightHolder
-
- getFlightInfo(FlightDescriptor) - Method in class org.apache.arrow.flight.example.InMemoryStore
-
- getFlightInfo(FlightDescriptor) - Method in interface org.apache.arrow.flight.FlightProducer
-
- getFlightInfo(String) - Method in interface org.apache.arrow.flight.FlightServer.FlightServerHandler
-
- getFlightInfo(Flight.FlightDescriptor) - Method in class org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceBlockingStub
-
For a given FlightDescriptor, get information about how the flight can be
consumed.
- getFlightInfo(Flight.FlightDescriptor) - Method in class org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceFutureStub
-
For a given FlightDescriptor, get information about how the flight can be
consumed.
- getFlightInfo(Flight.FlightDescriptor, StreamObserver<Flight.FlightGetInfo>) - Method in class org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceImplBase
-
For a given FlightDescriptor, get information about how the flight can be
consumed.
- getFlightInfo(Flight.FlightDescriptor, StreamObserver<Flight.FlightGetInfo>) - Method in class org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceStub
-
For a given FlightDescriptor, get information about how the flight can be
consumed.
- getFlightInfo(FlightDescriptor) - Method in class org.apache.arrow.flight.NoOpFlightProducer
-
- getGetFlightInfoMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getHandshakeMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getHost() - Method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
string host = 1;
- getHost() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
string host = 1;
- getHost() - Method in interface org.apache.arrow.flight.impl.Flight.LocationOrBuilder
-
string host = 1;
- getHost() - Method in class org.apache.arrow.flight.Location
-
- getHostBytes() - Method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
string host = 1;
- getHostBytes() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
string host = 1;
- getHostBytes() - Method in interface org.apache.arrow.flight.impl.Flight.LocationOrBuilder
-
string host = 1;
- getInfo(FlightDescriptor) - Method in class org.apache.arrow.flight.FlightClient
-
- getListActionsMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getListFlightsMethod() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getLocation() - Method in class org.apache.arrow.flight.example.ExampleFlightServer
-
- getLocation(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocation(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
A list of locations where this ticket can be redeemed.
- getLocation(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
A list of locations where this ticket can be redeemed.
- getLocationBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
A list of locations where this ticket can be redeemed.
- getLocationCount() - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
A list of locations where this ticket can be redeemed.
- getLocationList() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationList() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
A list of locations where this ticket can be redeemed.
- getLocationList() - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilder(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilder(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilderList() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
A list of locations where this ticket can be redeemed.
- getLocationOrBuilderList() - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
A list of locations where this ticket can be redeemed.
- getLocations() - Method in class org.apache.arrow.flight.FlightEndpoint
-
- getNumber() - Method in enum org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
-
- getOrdinal() - Method in class org.apache.arrow.flight.example.ExampleTicket
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Result
-
- getParserForType() - Method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getParserForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getParserForType() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getPassword() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
string password = 3;
- getPassword() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
string password = 3;
- getPassword() - Method in interface org.apache.arrow.flight.impl.Flight.BasicAuthOrBuilder
-
string password = 3;
- getPasswordBytes() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
string password = 3;
- getPasswordBytes() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
string password = 3;
- getPasswordBytes() - Method in interface org.apache.arrow.flight.impl.Flight.BasicAuthOrBuilder
-
string password = 3;
- getPath() - Method in class org.apache.arrow.flight.example.ExampleTicket
-
- getPath() - Method in class org.apache.arrow.flight.FlightDescriptor
-
- getPath(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
List of strings identifying a particular dataset.
- getPath(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
List of strings identifying a particular dataset.
- getPath(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
List of strings identifying a particular dataset.
- getPathBytes(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
List of strings identifying a particular dataset.
- getPathBytes(int) - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
List of strings identifying a particular dataset.
- getPathBytes(int) - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
List of strings identifying a particular dataset.
- getPathCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
List of strings identifying a particular dataset.
- getPathCount() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
List of strings identifying a particular dataset.
- getPathCount() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
List of strings identifying a particular dataset.
- getPathList() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
List of strings identifying a particular dataset.
- getPathList() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
List of strings identifying a particular dataset.
- getPathList() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
List of strings identifying a particular dataset.
- getPayload() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest.Builder
-
Arbitrary auth/handshake info.
- getPayload() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
Arbitrary auth/handshake info.
- getPayload() - Method in interface org.apache.arrow.flight.impl.Flight.HandshakeRequestOrBuilder
-
Arbitrary auth/handshake info.
- getPayload() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse.Builder
-
Arbitrary auth/handshake info.
- getPayload() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
Arbitrary auth/handshake info.
- getPayload() - Method in interface org.apache.arrow.flight.impl.Flight.HandshakeResponseOrBuilder
-
Arbitrary auth/handshake info.
- getPort() - Method in class org.apache.arrow.flight.FlightServer
-
- getPort() - Method in class org.apache.arrow.flight.impl.Flight.Location.Builder
-
int32 port = 2;
- getPort() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
int32 port = 2;
- getPort() - Method in interface org.apache.arrow.flight.impl.Flight.LocationOrBuilder
-
int32 port = 2;
- getPort() - Method in class org.apache.arrow.flight.Location
-
- getProtocolVersion() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest.Builder
-
A defined protocol version
- getProtocolVersion() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
A defined protocol version
- getProtocolVersion() - Method in interface org.apache.arrow.flight.impl.Flight.HandshakeRequestOrBuilder
-
A defined protocol version
- getProtocolVersion() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse.Builder
-
A defined protocol version
- getProtocolVersion() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
A defined protocol version
- getProtocolVersion() - Method in interface org.apache.arrow.flight.impl.Flight.HandshakeResponseOrBuilder
-
A defined protocol version
- GetReadableBuffer - Class in org.apache.arrow.flight.grpc
-
Enable access to ReadableBuffer directly to copy data from an BufferInputStream into a target
ByteBuffer/ByteBuf.
- GetReadableBuffer() - Constructor for class org.apache.arrow.flight.grpc.GetReadableBuffer
-
- getReadableBuffer(InputStream) - Static method in class org.apache.arrow.flight.grpc.GetReadableBuffer
-
- getRecordCount() - Method in class org.apache.arrow.flight.example.Stream
-
- getRecords() - Method in class org.apache.arrow.flight.FlightInfo
-
- getRecordsPerBatch() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
int32 records_per_batch = 4;
- getRecordsPerBatch() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
int32 records_per_batch = 4;
- getRecordsPerBatch() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.PerfOrBuilder
-
int32 records_per_batch = 4;
- getRecordsPerStream() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
int64 records_per_stream = 3;
- getRecordsPerStream() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
int64 records_per_stream = 3;
- getRecordsPerStream() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.PerfOrBuilder
-
int64 records_per_stream = 3;
- getResult() - Method in interface org.apache.arrow.flight.FlightClient.ClientStreamListener
-
- getRoot() - Method in class org.apache.arrow.flight.FlightStream
-
- getSchema() - Method in class org.apache.arrow.flight.example.Stream
-
- getSchema() - Method in class org.apache.arrow.flight.FlightInfo
-
- getSchema() - Method in class org.apache.arrow.flight.FlightStream
-
- getSchema() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
schema of the dataset as described in Schema.fbs::Schema.
- getSchema() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
schema of the dataset as described in Schema.fbs::Schema.
- getSchema() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
schema of the dataset as described in Schema.fbs::Schema.
- getSchema() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
bytes schema = 1;
- getSchema() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
bytes schema = 1;
- getSchema() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.PerfOrBuilder
-
bytes schema = 1;
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Result
-
- getSerializedSize() - Method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getSerializedSize() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getSerializedSize() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getServiceDescriptor() - Static method in class org.apache.arrow.flight.impl.FlightServiceGrpc
-
- getStart() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token.Builder
-
inclusive start
- getStart() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
inclusive start
- getStart() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.TokenOrBuilder
-
inclusive start
- getStore() - Method in class org.apache.arrow.flight.example.ExampleFlightServer
-
- getStream(ExampleTicket) - Method in class org.apache.arrow.flight.example.FlightHolder
-
- getStream(Ticket, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.example.InMemoryStore
-
- getStream(Ticket) - Method in class org.apache.arrow.flight.example.InMemoryStore
-
- getStream(Ticket) - Method in class org.apache.arrow.flight.FlightClient
-
- getStream(Ticket, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.FlightProducer
-
- getStream(Ticket, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.NoOpFlightProducer
-
- getStreamCount() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf.Builder
-
int32 stream_count = 2;
- getStreamCount() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
int32 stream_count = 2;
- getStreamCount() - Method in interface org.apache.arrow.flight.perf.impl.PerfOuterClass.PerfOrBuilder
-
int32 stream_count = 2;
- getTicket() - Method in class org.apache.arrow.flight.FlightEndpoint
-
- getTicket() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
Token used to retrieve this stream.
- getTicket() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
Token used to retrieve this stream.
- getTicket() - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
Token used to retrieve this stream.
- getTicket() - Method in class org.apache.arrow.flight.impl.Flight.Ticket.Builder
-
bytes ticket = 1;
- getTicket() - Method in class org.apache.arrow.flight.impl.Flight.Ticket
-
bytes ticket = 1;
- getTicket() - Method in interface org.apache.arrow.flight.impl.Flight.TicketOrBuilder
-
bytes ticket = 1;
- getTicketBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
Token used to retrieve this stream.
- getTicketOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint.Builder
-
Token used to retrieve this stream.
- getTicketOrBuilder() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
Token used to retrieve this stream.
- getTicketOrBuilder() - Method in interface org.apache.arrow.flight.impl.Flight.FlightEndpointOrBuilder
-
Token used to retrieve this stream.
- getToken(String, String) - Method in interface org.apache.arrow.flight.auth.BasicServerAuthHandler.BasicAuthValidator
-
- getTotalBytes() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
uint64 total_bytes = 5;
- getTotalBytes() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
uint64 total_bytes = 5;
- getTotalBytes() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
uint64 total_bytes = 5;
- getTotalRecords() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo.Builder
-
uint64 total_records = 4;
- getTotalRecords() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
uint64 total_records = 4;
- getTotalRecords() - Method in interface org.apache.arrow.flight.impl.Flight.FlightGetInfoOrBuilder
-
uint64 total_records = 4;
- getType() - Method in class org.apache.arrow.flight.Action
-
- getType() - Method in class org.apache.arrow.flight.ActionType
-
- getType() - Method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
string type = 1;
- getType() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
string type = 1;
- getType() - Method in interface org.apache.arrow.flight.impl.Flight.ActionOrBuilder
-
string type = 1;
- getType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
string type = 1;
- getType() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
string type = 1;
- getType() - Method in interface org.apache.arrow.flight.impl.Flight.ActionTypeOrBuilder
-
string type = 1;
- getType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getType() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getType() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getTypeBytes() - Method in class org.apache.arrow.flight.impl.Flight.Action.Builder
-
string type = 1;
- getTypeBytes() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
string type = 1;
- getTypeBytes() - Method in interface org.apache.arrow.flight.impl.Flight.ActionOrBuilder
-
string type = 1;
- getTypeBytes() - Method in class org.apache.arrow.flight.impl.Flight.ActionType.Builder
-
string type = 1;
- getTypeBytes() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
string type = 1;
- getTypeBytes() - Method in interface org.apache.arrow.flight.impl.Flight.ActionTypeOrBuilder
-
string type = 1;
- getTypeValue() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor.Builder
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getTypeValue() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getTypeValue() - Method in interface org.apache.arrow.flight.impl.Flight.FlightDescriptorOrBuilder
-
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Action
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.ActionType
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Criteria
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Empty
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.FlightData
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.FlightEndpoint
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.FlightGetInfo
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeRequest
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.HandshakeResponse
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Location
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.PutResult
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Result
-
- getUnknownFields() - Method in class org.apache.arrow.flight.impl.Flight.Ticket
-
- getUnknownFields() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Perf
-
- getUnknownFields() - Method in class org.apache.arrow.flight.perf.impl.PerfOuterClass.Token
-
- getUsername() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
string username = 2;
- getUsername() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
string username = 2;
- getUsername() - Method in interface org.apache.arrow.flight.impl.Flight.BasicAuthOrBuilder
-
string username = 2;
- getUsernameBytes() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth.Builder
-
string username = 2;
- getUsernameBytes() - Method in class org.apache.arrow.flight.impl.Flight.BasicAuth
-
string username = 2;
- getUsernameBytes() - Method in interface org.apache.arrow.flight.impl.Flight.BasicAuthOrBuilder
-
string username = 2;
- getUuid() - Method in class org.apache.arrow.flight.example.ExampleTicket
-
- getUuid() - Method in class org.apache.arrow.flight.example.Stream
-
- getValueDescriptor() - Method in enum org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
-