Package io.deephaven.client.impl
Interface FlightSubcomponent.Builder
-
- Enclosing interface:
- FlightSubcomponent
@Builder public static interface FlightSubcomponent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlightSubcomponent.Builderallocator(org.apache.arrow.memory.BufferAllocator bufferAllocator)FlightSubcomponentbuild()FlightSubcomponent.BuildermanagedChannel(io.grpc.ManagedChannel channel)FlightSubcomponent.Builderscheduler(java.util.concurrent.ScheduledExecutorService scheduler)
-
-
-
Method Detail
-
managedChannel
FlightSubcomponent.Builder managedChannel(@BindsInstance io.grpc.ManagedChannel channel)
-
scheduler
FlightSubcomponent.Builder scheduler(@BindsInstance java.util.concurrent.ScheduledExecutorService scheduler)
-
allocator
FlightSubcomponent.Builder allocator(@BindsInstance org.apache.arrow.memory.BufferAllocator bufferAllocator)
-
build
FlightSubcomponent build()
-
-