public class VanillaLogAppenderConfig extends ChronicleLogAppenderConfig
| Constructor and Description |
|---|
VanillaLogAppenderConfig() |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.Chronicle |
build(String path) |
String |
getCycleFormat() |
int |
getCycleLength() |
long |
getDataBlockSize() |
int |
getDataCacheCapacity() |
int |
getDefaultMessageSize() |
long |
getEntriesPerCycle() |
long |
getIndexBlockSize() |
int |
getIndexCacheCapacity() |
boolean |
isCleanupOnClose() |
boolean |
isSynchronous() |
boolean |
isUseCheckedExcerpt() |
boolean |
isUseCompressedObjectSerializer() |
String[] |
keys() |
void |
setCleanupOnClose(boolean cleanupOnClose) |
void |
setCycleFormat(String cycleFormat) |
void |
setCycleLength(int cycleLength) |
void |
setCycleLength(int cycleLength,
boolean check) |
void |
setDataBlockSize(long dataBlockSize) |
void |
setDataCacheCapacity(int dataCacheCapacity) |
void |
setDefaultMessageSize(int defaultMessageSize) |
void |
setEntriesPerCycle(long entriesPerCycle) |
void |
setIndexBlockSize(long indexBlockSize) |
void |
setIndexCacheCapacity(int indexCacheCapacity) |
void |
setSynchronous(boolean synchronous) |
void |
setUseCheckedExcerpt(boolean useCheckedExcerpt) |
void |
setUseCompressedObjectSerializer(boolean useCompressedObjectSerializer) |
setProperties, setPropertypublic boolean isSynchronous()
public void setSynchronous(boolean synchronous)
public boolean isUseCheckedExcerpt()
public void setUseCheckedExcerpt(boolean useCheckedExcerpt)
public boolean isUseCompressedObjectSerializer()
public void setUseCompressedObjectSerializer(boolean useCompressedObjectSerializer)
public String getCycleFormat()
public void setCycleFormat(String cycleFormat)
public int getCycleLength()
public void setCycleLength(int cycleLength)
public void setCycleLength(int cycleLength,
boolean check)
public int getDefaultMessageSize()
public void setDefaultMessageSize(int defaultMessageSize)
public int getDataCacheCapacity()
public void setDataCacheCapacity(int dataCacheCapacity)
public int getIndexCacheCapacity()
public void setIndexCacheCapacity(int indexCacheCapacity)
public long getIndexBlockSize()
public void setIndexBlockSize(long indexBlockSize)
public long getDataBlockSize()
public void setDataBlockSize(long dataBlockSize)
public long getEntriesPerCycle()
public void setEntriesPerCycle(long entriesPerCycle)
public boolean isCleanupOnClose()
public void setCleanupOnClose(boolean cleanupOnClose)
public String[] keys()
keys in class ChronicleLogAppenderConfigpublic net.openhft.chronicle.Chronicle build(String path) throws IOException
build in class ChronicleLogAppenderConfigIOExceptionCopyright © 2015. All rights reserved.