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[] |
keys() |
void |
setBlockSize(int blockSize) |
void |
setBufferCapacity(long bufferCapacity) |
void |
setProperties(Properties properties,
String prefix) |
void |
setProperty(String propName,
String propValue) |
public int getBlockSize()
public void setBlockSize(int blockSize)
public long getBufferCapacity()
public void setBufferCapacity(long bufferCapacity)
public String[] keys()
public net.openhft.chronicle.queue.ChronicleQueue build(String path, String wireType) throws IOException
IOExceptionpublic void setProperties(@NotNull
Properties properties,
@Nullable
String prefix)
Copyright © 2018. All rights reserved.