public abstract class AbstractChronicle extends Object implements ChronicleQueue
| Constructor and Description |
|---|
AbstractChronicle() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
indexToIndex() |
abstract long |
newIndex() |
protected abstract net.openhft.chronicle.wire.Wire |
wire() |
abstract Class<? extends net.openhft.chronicle.wire.Wire> |
wireType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, createAppender, createExcerpt, createTailer, firstAvailableIndex, lastWrittenIndex, name, sizeprotected abstract net.openhft.chronicle.wire.Wire wire()
public abstract Class<? extends net.openhft.chronicle.wire.Wire> wireType()
public abstract long indexToIndex()
public abstract long newIndex()
Copyright © 2015. All rights reserved.