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,
net.openhft.chronicle.core.values.LongValue lastPosition) |
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,
net.openhft.chronicle.core.values.LongValue lastPosition) |
long recoverIndex2Index(net.openhft.chronicle.core.values.LongValue index2Index,
Callable<Long> action,
long timeoutMS)
throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutExceptionlong recoverSecondaryAddress(net.openhft.chronicle.core.values.LongArrayValues index2indexArr,
int index2,
Callable<Long> action,
long timeoutMS)
throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutExceptiondefault long writeHeader(net.openhft.chronicle.wire.Wire wire,
int length,
long timeoutMS,
@Nullable
net.openhft.chronicle.core.values.LongValue lastPosition)
throws EOFException,
net.openhft.chronicle.wire.UnrecoverableTimeoutException
EOFExceptionnet.openhft.chronicle.wire.UnrecoverableTimeoutExceptionlong recoverAndWriteHeader(net.openhft.chronicle.wire.Wire wire,
int length,
long timeoutMS,
net.openhft.chronicle.core.values.LongValue lastPosition)
throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutExceptionvoid writeEndOfWire(net.openhft.chronicle.wire.Wire wire,
long timeoutMS)
throws net.openhft.chronicle.wire.UnrecoverableTimeoutException
net.openhft.chronicle.wire.UnrecoverableTimeoutExceptionCopyright © 2016. All rights reserved.