| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
static CloseSessionRequest |
CloseSessionRequest.deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
| Modifier and Type | Method and Description |
|---|---|
CloseSessionResult |
FlightClient.closeSession(CloseSessionRequest request,
CallOption... options)
Close/invalidate the current server session.
|
| Modifier and Type | Method and Description |
|---|---|
CloseSessionResult |
FlightSqlClient.closeSession(CloseSessionRequest request,
CallOption... options) |
default void |
FlightSqlProducer.closeSession(CloseSessionRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<CloseSessionResult> listener)
Close/invalidate the session.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.