public static class BinLog.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BinLog.Builder |
archiveCommand(java.lang.String archiveCommand) |
BinLog.Builder |
blocking(boolean blocking) |
BinLog |
build(boolean cleanDirectory) |
BinLog.Builder |
maxArchiveRetries(int maxArchiveRetries) |
BinLog.Builder |
maxLogSize(long maxLogSize) |
BinLog.Builder |
maxQueueWeight(int maxQueueWeight) |
BinLog.Builder |
path(java.nio.file.Path path) |
BinLog.Builder |
rollCycle(java.lang.String rollCycle) |
public BinLog.Builder path(java.nio.file.Path path)
public BinLog.Builder rollCycle(java.lang.String rollCycle)
public BinLog.Builder maxQueueWeight(int maxQueueWeight)
public BinLog.Builder maxLogSize(long maxLogSize)
public BinLog.Builder archiveCommand(java.lang.String archiveCommand)
public BinLog.Builder maxArchiveRetries(int maxArchiveRetries)
public BinLog.Builder blocking(boolean blocking)
public BinLog build(boolean cleanDirectory)
Copyright © 2009-2022 The Apache Software Foundation