Uses of Class
org.apache.cassandra.utils.binlog.BinLog.Builder
-
Packages that use BinLog.Builder Package Description org.apache.cassandra.utils.binlog -
-
Uses of BinLog.Builder in org.apache.cassandra.utils.binlog
Methods in org.apache.cassandra.utils.binlog that return BinLog.Builder Modifier and Type Method Description BinLog.BuilderBinLog.Builder. archiveCommand(java.lang.String archiveCommand)BinLog.BuilderBinLog.Builder. blocking(boolean blocking)BinLog.BuilderBinLog.Builder. maxArchiveRetries(int maxArchiveRetries)BinLog.BuilderBinLog.Builder. maxLogSize(long maxLogSize)BinLog.BuilderBinLog.Builder. maxQueueWeight(int maxQueueWeight)BinLog.BuilderBinLog.Builder. path(java.nio.file.Path path)BinLog.BuilderBinLog.Builder. rollCycle(java.lang.String rollCycle)
-