-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@Experimental() public enum CustomLogConfiguration.Backpressure
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PRESERVE_BUFFERSDK rejects new logs if buffer size is exceeded
DROP_BUFFER_BY_OLDESTSDK drops logs from the oldest if buffer size is exceeded
-
Method Summary
Modifier and Type Method Description static Array<CustomLogConfiguration.Backpressure>values()static CustomLogConfiguration.BackpressurevalueOf(String name)-
-
Method Detail
-
values
static Array<CustomLogConfiguration.Backpressure> values()
-
valueOf
static CustomLogConfiguration.Backpressure valueOf(String name)
-
-
-
-