public class LogbackBatchingSettings extends Object
BatchingSettings cannot be used as is with logback configuration
described in https://logback.qos.ch/manual/configuration.html. All data members below are simply
copy of BatchingSettings class, so it could be used with
logback.xml.| Constructor and Description |
|---|
LogbackBatchingSettings() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.batching.BatchingSettings |
build() |
void |
setDelayThreshold(Long value) |
void |
setElementCountThreshold(Long value) |
void |
setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior value) |
void |
setMaxOutstandingElementCount(Long value) |
void |
setMaxOutstandingRequestBytes(Long value) |
void |
setRequestByteThreshold(Long value) |
public void setElementCountThreshold(Long value)
public void setRequestByteThreshold(Long value)
public void setDelayThreshold(Long value)
public void setMaxOutstandingElementCount(Long value)
public void setMaxOutstandingRequestBytes(Long value)
public void setLimitExceededBehavior(com.google.api.gax.batching.FlowController.LimitExceededBehavior value)
public com.google.api.gax.batching.BatchingSettings build()
Copyright © 2023 Google LLC. All rights reserved.