public class FlightStream extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlightStream.Cancellable |
static interface |
FlightStream.Requestor |
| Constructor and Description |
|---|
FlightStream(BufferAllocator allocator,
int pendingTarget,
FlightStream.Cancellable cancellable,
FlightStream.Requestor requestor) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String message,
Throwable exception) |
void |
close() |
FlightDescriptor |
getDescriptor() |
VectorSchemaRoot |
getRoot() |
Schema |
getSchema() |
boolean |
next()
Blocking request to load next item into list.
|
public FlightStream(BufferAllocator allocator, int pendingTarget, FlightStream.Cancellable cancellable, FlightStream.Requestor requestor)
public Schema getSchema()
public FlightDescriptor getDescriptor()
public boolean next()
public VectorSchemaRoot getRoot()
Copyright © 2019 The Apache Software Foundation. All rights reserved.