Class AsyncDynamicTableSink<RequestEntryT extends Serializable>

    • Field Detail

      • maxBatchSize

        protected final Integer maxBatchSize
      • maxInFlightRequests

        protected final Integer maxInFlightRequests
      • maxBufferedRequests

        protected final Integer maxBufferedRequests
      • maxBufferSizeInBytes

        protected final Long maxBufferSizeInBytes
      • maxTimeInBufferMS

        protected final Long maxTimeInBufferMS
    • Constructor Detail

      • AsyncDynamicTableSink

        protected AsyncDynamicTableSink​(@Nullable
                                        Integer maxBatchSize,
                                        @Nullable
                                        Integer maxInFlightRequests,
                                        @Nullable
                                        Integer maxBufferedRequests,
                                        @Nullable
                                        Long maxBufferSizeInBytes,
                                        @Nullable
                                        Long maxTimeInBufferMS)