Package io.deephaven.server.barrage
Interface BarrageClientModule
@Module
public interface BarrageClientModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.arrow.memory.BufferAllocator
Equivalent toRootAllocator()
.static ScheduledExecutorService
Equivalent toExecutors.newScheduledThreadPool(4)
.
-
Method Details
-
providesAllocator
@Provides @Singleton static org.apache.arrow.memory.BufferAllocator providesAllocator()Equivalent toRootAllocator()
. -
providesScheduler
Equivalent toExecutors.newScheduledThreadPool(4)
.- See Also:
-