public interface StoreRecovery
extends net.openhft.chronicle.wire.WriteMarshallable
Modifier and Type | Method and Description |
---|---|
long |
recoverAndWriteHeader(net.openhft.chronicle.wire.Wire wire,
int length,
long timeoutMS) |
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) |
void |
writeEndOfWire(net.openhft.chronicle.wire.Wire wire,
long timeoutMS) |
default long |
writeHeader(net.openhft.chronicle.wire.Wire wire,
int length,
long timeoutMS) |
long recoverIndex2Index(net.openhft.chronicle.core.values.LongValue index2Index, Callable<Long> action, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException, EOFException
net.openhft.chronicle.wire.UnrecoverableTimeoutException
EOFException
long recoverSecondaryAddress(net.openhft.chronicle.core.values.LongArrayValues index2indexArr, int index2, Callable<Long> action, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException, EOFException
net.openhft.chronicle.wire.UnrecoverableTimeoutException
EOFException
default long writeHeader(net.openhft.chronicle.wire.Wire wire, int length, long timeoutMS) throws EOFException, net.openhft.chronicle.wire.UnrecoverableTimeoutException
EOFException
net.openhft.chronicle.wire.UnrecoverableTimeoutException
long recoverAndWriteHeader(net.openhft.chronicle.wire.Wire wire, int length, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutException
void writeEndOfWire(net.openhft.chronicle.wire.Wire wire, long timeoutMS) throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutException
Copyright © 2016. All rights reserved.