public class LogAppenderConfig extends Object
| Constructor and Description |
|---|
LogAppenderConfig() |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.queue.ChronicleQueue |
build(String path,
String wireType) |
int |
getBlockSize() |
long |
getBufferCapacity() |
String |
getRollCycle() |
String[] |
keys() |
void |
setBlockSize(int blockSize) |
void |
setBufferCapacity(long bufferCapacity) |
void |
setProperties(@NotNull Properties properties,
@Nullable String prefix) |
void |
setProperty(@NotNull String propName,
String propValue) |
void |
setRollCycle(String rollCycle) |
public int getBlockSize()
public void setBlockSize(int blockSize)
public long getBufferCapacity()
public void setBufferCapacity(long bufferCapacity)
public String getRollCycle()
public void setRollCycle(String rollCycle)
public String[] keys()
public void setProperties(@NotNull
@NotNull Properties properties,
@Nullable
@Nullable String prefix)
Copyright © 2021. All rights reserved.