public class BinaryVanillaChronicleAppender extends BinaryChronicleAppender
chronicle| Constructor and Description |
|---|
BinaryVanillaChronicleAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected net.openhft.chronicle.Chronicle |
createChronicle() |
protected net.openhft.chronicle.ExcerptAppender |
getAppender() |
protected VanillaLogAppenderConfig |
getChronicleConfig() |
void |
setCleanupOnClose(boolean cleanupOnClose) |
void |
setCycleLength(int cycleLength) |
void |
setCycleLength(int cycleLength,
boolean check) |
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) |
append, isIncludeCallerData, isIncludeMappedDiagnosticContext, setIncludeCallerData, setIncludeMappedDiagnosticContextactivateOptions, addFilter, clearFilters, close, doAppend, finalize, getErrorHandler, getFilter, getLayout, getName, getPath, requiresLayout, setErrorHandler, setLayout, setName, setPath, toChronicleLogLevelprotected net.openhft.chronicle.Chronicle createChronicle()
throws IOException
createChronicle in class AbstractChronicleAppenderIOExceptionprotected net.openhft.chronicle.ExcerptAppender getAppender()
getAppender in class AbstractChronicleAppenderprotected VanillaLogAppenderConfig getChronicleConfig()
public void setDataCacheCapacity(int dataCacheCapacity)
public void setCycleLength(int cycleLength)
public void setCleanupOnClose(boolean cleanupOnClose)
public void setSynchronous(boolean synchronous)
public void setDefaultMessageSize(int defaultMessageSize)
public void setUseCheckedExcerpt(boolean useCheckedExcerpt)
public void setEntriesPerCycle(long entriesPerCycle)
public void setCycleLength(int cycleLength,
boolean check)
public void setIndexCacheCapacity(int indexCacheCapacity)
public void setIndexBlockSize(long indexBlockSize)
Copyright © 2014. All rights reserved.