public class SimpleStoreRecovery extends net.openhft.chronicle.wire.AbstractMarshallable implements StoreRecovery
Constructor and Description |
---|
SimpleStoreRecovery() |
Modifier and Type | Method and Description |
---|---|
long |
recoverAndWriteHeader(net.openhft.chronicle.wire.Wire wire,
long timeoutMS,
net.openhft.chronicle.core.values.LongValue lastPosition,
net.openhft.chronicle.wire.Sequence sequence) |
long |
recoverIndex2Index(net.openhft.chronicle.core.values.LongValue index2Index,
Callable<Long> action,
long timeoutMS) |
long |
recoverSecondaryAddress(net.openhft.chronicle.core.values.LongArrayValues index2indexArr,
int index2,
Callable<Long> action,
long timeoutMS) |
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
close, tryWriteHeader, writeHeader
writeMarshallable, writeValue
$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, getClassName, getField, mergeToMap, readMarshallable, reset, setField, streamFromFile, streamFromFile, writeMarshallable
public long recoverIndex2Index(@NotNull net.openhft.chronicle.core.values.LongValue index2Index, @NotNull Callable<Long> action, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
recoverIndex2Index
in interface StoreRecovery
net.openhft.chronicle.wire.UnrecoverableTimeoutException
public long recoverSecondaryAddress(@NotNull net.openhft.chronicle.core.values.LongArrayValues index2indexArr, int index2, @NotNull Callable<Long> action, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
recoverSecondaryAddress
in interface StoreRecovery
net.openhft.chronicle.wire.UnrecoverableTimeoutException
public long recoverAndWriteHeader(@NotNull net.openhft.chronicle.wire.Wire wire, long timeoutMS, @NotNull net.openhft.chronicle.core.values.LongValue lastPosition, net.openhft.chronicle.wire.Sequence sequence) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
recoverAndWriteHeader
in interface StoreRecovery
net.openhft.chronicle.wire.UnrecoverableTimeoutException
Copyright © 2018. All rights reserved.