| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
static GetSessionOptionsResult |
GetSessionOptionsResult.deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
GetSessionOptionsResult |
FlightClient.getSessionOptions(GetSessionOptionsRequest request,
CallOption... options)
Get the current server session options.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionOptionsResult |
FlightSqlClient.getSessionOptions(GetSessionOptionsRequest request,
CallOption... options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSessionOptionsResultListener.onNext(GetSessionOptionsResult val) |
| Modifier and Type | Method and Description |
|---|---|
default void |
FlightSqlProducer.getSessionOptions(GetSessionOptionsRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<GetSessionOptionsResult> listener)
Get server session option(s).
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.