Method and Description |
---|
net.openhft.chronicle.queue.ChronicleQueue.acquireAppender()
It is recommended to use
ChronicleQueue.createAppender() instead or for a SingleChronicleQueue you can use the utility method
net.openhft.chronicle.queue.impl.single.ThreadLocalAppender#acquireThreadLocalAppender(net.openhft.chronicle.queue.impl.single.SingleChronicleQueue) which gives you a thread local appender |
net.openhft.chronicle.queue.ExcerptTailer.approximateExcerptsInCycle(int)
Use
ExcerptTailer.excerptsInCycle(int) instead |
net.openhft.chronicle.queue.ExcerptTailer.exactExcerptsInCycle(int)
Use
ExcerptTailer.excerptsInCycle(int) instead |
Copyright © 2024. All rights reserved.