|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, marshallable WriteMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private writeBytesMarshallable(context MappedBytes, position long, size int, marshallable WriteBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private writeBytes(context MappedBytes, position long, size int, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type acceptor : ThrowingAcceptor<VanillaBytes,IOException> to acceptor : ThrowingAcceptor<Bytes,IOException> in method private context(acceptor ThrowingAcceptor<Bytes,IOException>) : StoreTailer in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public moveToIndex(context MappedBytes, index long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private write(context MappedBytes, size int, writer Writer<T>, marshaller T) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, marshallable WriteMarshallable) : long in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public read(context MappedBytes, reader ReadMarshallable) : long in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public read(context MappedBytes, reader ReadBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private writeIndexBytes(context MappedBytes, position long, size int, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method private readBytesMarshallable(context MappedBytes, len int, marshaller ReadBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method private readWireMarshallable(context MappedBytes, len int, marshaller ReadMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, marshallable WriteBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type writeContext : WriteContext to writeContext : MappedBytes in method package newIndex(writeContext MappedBytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public moveToIndex(context MappedBytes, index long) : boolean in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, marshallable WriteBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public moveToIndex(context MappedBytes, targetIndex long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public append(context MappedBytes, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method private read(context MappedBytes, reader Reader<T>, marshaller T) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method private linearScan(context MappedBytes, toIndex long, fromKnownIndex long, knownAddress long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public appendRollMeta(context MappedBytes, cycle long) : boolean in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public read(context MappedBytes, reader ReadMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type writeContext : WriteContext to writeContext : MappedBytes in method package indexToIndex(writeContext MappedBytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |
|
Change Parameter Type context : ReadContext to context : MappedBytes in method public read(context MappedBytes, reader ReadBytesMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private writeIndexBytes(context MappedBytes, position long, size int, bytes Bytes) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method private writeWireMarshallable(context MappedBytes, position long, size int, marshallable WriteMarshallable) : long in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public appendRollMeta(context MappedBytes, cycle long) : boolean in class net.openhft.chronicle.queue.impl.WireStore |
From |
To |
|
Change Parameter Type context : WriteContext to context : MappedBytes in method public storeIndexLocation(context MappedBytes, address long, index long) : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.Indexing |
From |
To |