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