Uses of Class
org.apache.arrow.flight.impl.Flight.Criteria
Packages that use Flight.Criteria
-
Uses of Flight.Criteria in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.CriteriaModifier and TypeMethodDescriptionFlight.Criteria.Builder.build()
Flight.Criteria.Builder.buildPartial()
static Flight.Criteria
Flight.Criteria.getDefaultInstance()
Flight.Criteria.Builder.getDefaultInstanceForType()
Flight.Criteria.getDefaultInstanceForType()
static Flight.Criteria
Flight.Criteria.parseDelimitedFrom
(InputStream input) static Flight.Criteria
Flight.Criteria.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Criteria
Flight.Criteria.parseFrom
(byte[] data) static Flight.Criteria
Flight.Criteria.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Criteria
Flight.Criteria.parseFrom
(com.google.protobuf.ByteString data) static Flight.Criteria
Flight.Criteria.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Criteria
Flight.Criteria.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.Criteria
Flight.Criteria.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Criteria
Flight.Criteria.parseFrom
(InputStream input) static Flight.Criteria
Flight.Criteria.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Criteria
Flight.Criteria.parseFrom
(ByteBuffer data) static Flight.Criteria
Flight.Criteria.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.CriteriaModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Flight.Criteria,
Flight.FlightInfo> FlightServiceGrpc.getListFlightsMethod()
com.google.protobuf.Parser<Flight.Criteria>
Flight.Criteria.getParserForType()
static com.google.protobuf.Parser<Flight.Criteria>
Flight.Criteria.parser()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.CriteriaModifier and TypeMethodDescriptiondefault void
FlightServiceGrpc.AsyncService.listFlights
(Flight.Criteria request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) Get a list of available streams given a particular criteria.FlightServiceGrpc.FlightServiceBlockingStub.listFlights
(Flight.Criteria request) Get a list of available streams given a particular criteria.void
FlightServiceGrpc.FlightServiceStub.listFlights
(Flight.Criteria request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) Get a list of available streams given a particular criteria.Flight.Criteria.Builder.mergeFrom
(Flight.Criteria other) static Flight.Criteria.Builder
Flight.Criteria.newBuilder
(Flight.Criteria prototype)