public class BinLogOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
archive_command |
boolean |
block
Indicates if the BinLog should block if the it falls behind or should drop bin log records.
|
int |
max_archive_retries
Limit the number of times to retry a command.
|
long |
max_log_size
Maximum size of the rolled files to retain on disk before deleting the oldest file.
|
int |
max_queue_weight
Maximum weight of in memory queue for records waiting to be written to the binlog file
before blocking or dropping the log records.
|
java.lang.String |
roll_cycle
How often to roll BinLog segments so they can potentially be reclaimed.
|
Constructor and Description |
---|
BinLogOptions() |
public java.lang.String archive_command
public java.lang.String roll_cycle
public boolean block
public int max_queue_weight
public long max_log_size
public int max_archive_retries
Copyright © 2009-2022 The Apache Software Foundation