Package io.deephaven.client.impl
Class FlightSessionConfig
java.lang.Object
io.deephaven.client.impl.FlightSessionConfig
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Optional<org.apache.arrow.memory.BufferAllocator>
The allocator.static FlightSessionConfig.Builder
builder()
abstract Optional<SessionConfig>
The session config.
-
Constructor Details
-
FlightSessionConfig
public FlightSessionConfig()
-
-
Method Details
-
builder
-
sessionConfig
The session config. -
allocator
The allocator.
-