Package io.deephaven.client.impl
Interface FlightSubcomponent.Builder
- Enclosing interface:
- FlightSubcomponent
@Builder
public static interface FlightSubcomponent.Builder
-
Method Summary
Modifier and TypeMethodDescriptionallocator
(org.apache.arrow.memory.BufferAllocator bufferAllocator) authenticationTypeAndValue
(String authenticationTypeAndValue) build()
managedChannel
(io.grpc.ManagedChannel channel) scheduler
(ScheduledExecutorService scheduler)
-
Method Details
-
managedChannel
-
scheduler
-
allocator
FlightSubcomponent.Builder allocator(@BindsInstance org.apache.arrow.memory.BufferAllocator bufferAllocator) -
authenticationTypeAndValue
FlightSubcomponent.Builder authenticationTypeAndValue(@BindsInstance @Nullable @Named("authenticationTypeAndValue") String authenticationTypeAndValue) -
build
FlightSubcomponent build()
-