| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.example |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlightClient.PutListener
A handler for server-sent application metadata messages during a Flight DoPut operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncPutListener
A handler for server-sent application metadata messages during a Flight DoPut operation.
|
class |
NoOpStreamListener<T>
A
FlightProducer.StreamListener that does nothing for all callbacks. |
class |
SyncPutListener
A listener for server-sent application metadata messages during a Flight DoPut.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> FlightProducer.StreamListener<T> |
NoOpStreamListener.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
InMemoryStore.acceptPut(FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream) |
void |
InMemoryStore.doAction(FlightProducer.CallContext context,
Action action,
FlightProducer.StreamListener<Result> listener) |
void |
InMemoryStore.listActions(FlightProducer.CallContext context,
FlightProducer.StreamListener<ActionType> listener) |
void |
InMemoryStore.listFlights(FlightProducer.CallContext context,
Criteria criteria,
FlightProducer.StreamListener<FlightInfo> listener) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.