|
Pull Up Method public serialize(tx TransactionRepresentation) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to public serialize(tx TransactionRepresentation) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Pull Up Method public LogEntryWriterV1(channel WritableLogChannel, commandWriter NeoCommandHandler) from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to public LogEntryWriter(channel WritableLogChannel, commandWriter NeoCommandHandler) from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Pull Up Method public writeCommitEntry(transactionId long, timeWritten long) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to public writeCommitEntry(transactionId long, timeWritten long) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Pull Up Method public writeCheckPointEntry(logPosition LogPosition) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to public writeCheckPointEntry(logPosition LogPosition) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Pull Up Method public writeStartEntry(masterId int, authorId int, timeWritten long, latestCommittedTxWhenStarted long, additionalHeaderData byte[]) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to public writeStartEntry(masterId int, authorId int, timeWritten long, latestCommittedTxWhenStarted long, additionalHeaderData byte[]) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Pull Up Method private writeLogEntryHeader(type byte) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriterV1 to private writeLogEntryHeader(type byte) : void from class org.neo4j.kernel.impl.transaction.log.entry.LogEntryWriter |
From |
To |
|
Change Parameter Type version : byte to version : LogEntryVersion in method package LogEntryCommit(version LogEntryVersion, type byte, txId long, timeWritten long, name String) in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryCommit |
From |
To |
|
Change Parameter Type channel : T to channel : ReadableLogChannel in method public LogEntryCursor(logEntryReader LogEntryReader<ReadableLogChannel>, channel ReadableLogChannel) in class org.neo4j.kernel.impl.transaction.log.LogEntryCursor |
From |
To |
|
Change Parameter Type version : byte to version : LogEntryVersion in method public LogEntryStart(version LogEntryVersion, masterId int, authorId int, timeWritten long, lastCommittedTxWhenTransactionStarted long, additionalHeader byte[], startPosition LogPosition) in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryStart |
From |
To |
|
Change Parameter Type reader : LogEntryReader<ReadableVersionableLogChannel> to readerFactory : Function<LogHeader,LogEntryReader<ReadableVersionableLogChannel>> in method package LegacyLogEntryReader(fs FileSystemAbstraction, readerFactory Function<LogHeader,LogEntryReader<ReadableVersionableLogChannel>>) in class org.neo4j.kernel.impl.storemigration.legacylogs.LegacyLogEntryReader |
From |
To |
|
Change Parameter Type logEntryReader : LogEntryReader<ReadableVersionableLogChannel> to logEntryReader : LogEntryReader<ReadableLogChannel> in method public LogFileRecoverer(logEntryReader LogEntryReader<ReadableLogChannel>, visitor CloseableVisitor<RecoverableTransaction,IOException>) in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer |
From |
To |
|
Change Parameter Type logEntryParserFactory : LogEntryParserFactory to version : LogEntryVersion in method private commandReader(version LogEntryVersion) : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReader |
From |
To |
|
Change Parameter Type logEntryReader : LogEntryReader<ReadableVersionableLogChannel> to logEntryReader : LogEntryReader<ReadableLogChannel> in method public LatestCheckPointFinder(logFiles PhysicalLogFiles, fileSystem FileSystemAbstraction, logEntryReader LogEntryReader<ReadableLogChannel>) in class org.neo4j.kernel.recovery.LatestCheckPointFinder |
From |
To |
|
Change Parameter Type version : byte to version : LogEntryVersion in method package AbstractLogEntry(version LogEntryVersion, type byte) in class org.neo4j.kernel.impl.transaction.log.entry.AbstractLogEntry |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV0_19 renamed to org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1_9 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV5 renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV2_2 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2 renamed to org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2_2 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV4 renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV2_1 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserFactory renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryVersion |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV3 renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV1_9 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV2 renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryParsersV2_0 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserDispatcherV2Test renamed to org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV0_20 renamed to org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2_0 |
From |
To |
|
Rename Class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1 renamed to org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV2_1 |
From |
To |
|
Rename Attribute logEntryParserFactory : LogEntryParserFactory to lastVersion : LogEntryVersion in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReader |
From |
To |
|
Rename Attribute commandReaderFactory : CommandReaderFactory.Default to commandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Rename Attribute entryReader : LogEntryReader<T> to logEntryReader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.impl.transaction.log.LogEntryCursor |
From |
To |
|
Rename Attribute commandReaderFactory : CommandReaderFactory to currentCommandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReader |
From |
To |
|
Rename Attribute commandReaderFactory : CommandReaderFactory.Default to commandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserDispatcherV6Test |
From |
To |
|
Rename Attribute reader : LogEntryReader<ReadableVersionableLogChannel> to readerFactory : Function<LogHeader,LogEntryReader<ReadableVersionableLogChannel>> in class org.neo4j.kernel.impl.storemigration.legacylogs.LegacyLogEntryReader |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParsePrepareEntry() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type recoveredDataChannel : ReadableVersionableLogChannel to recoveredDataChannel : ReadableLogChannel in method public find(fromVersionBackwards long) : LatestCheckPoint in class org.neo4j.kernel.recovery.LatestCheckPointFinder |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseDoneEntry() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type reader : PhysicalLogNeoCommandReaderV1 to reader : PhysicalLogNeoCommandReaderV2_1 in method public shouldReadPropertyCommandWithDeletedDynamicRecords() : void in class org.neo4j.kernel.impl.transaction.command.PhysicalLogNeoCommandReaderV1Test |
From |
To |
|
Change Variable Type recoveredDataChannel : ReadableVersionableLogChannel to recoveredDataChannel : ReadableLogChannel in method public find(version long) : List<CheckPoint> in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerIntegrationTest.CheckPointCollector |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseTwoPhaseCommitEntryAndMapThemIntoOnePhaseCommit() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseStartEntry() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseCommandsUsingAGivenFactory() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseOnePhaseCommitEntry() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type logEntry : IdentifiableLogEntry to logEntry : LogEntry in method public shouldParseEmptyEntry() : void in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Variable Type physicalTransactionCursor : PhysicalTransactionCursor<ReadableVersionableLogChannel> to physicalTransactionCursor : PhysicalTransactionCursor<ReadableLogChannel> in method public visit(channel LogVersionedStoreChannel) : boolean in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer |
From |
To |
|
Change Attribute Type logEntryReader : VersionAwareLogEntryReader to logEntryReader : VersionAwareLogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReaderTest |
From |
To |
|
Change Attribute Type logEntryReader : LogEntryReader<ReadableVersionableLogChannel> to logEntryReader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.recovery.LatestCheckPointFinder |
From |
To |
|
Change Attribute Type version : byte to version : LogEntryVersion in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Attribute Type commandReaderFactory : CommandReaderFactory.Default to commandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserDispatcherV6Test |
From |
To |
|
Change Attribute Type reader : LogEntryReader<ReadableVersionableLogChannel> to reader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.recovery.LatestCheckPointFinderTest |
From |
To |
|
Change Attribute Type reader : LogEntryReader<ReadableVersionableLogChannel> to readerFactory : Function<LogHeader,LogEntryReader<ReadableVersionableLogChannel>> in class org.neo4j.kernel.impl.storemigration.legacylogs.LegacyLogEntryReader |
From |
To |
|
Change Attribute Type logEntryReader : LogEntryReader<ReadableVersionableLogChannel> to logEntryReader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerIntegrationTest.CheckPointCollector |
From |
To |
|
Change Attribute Type version : byte to version : LogEntryVersion in class org.neo4j.kernel.impl.transaction.log.entry.AbstractLogEntry |
From |
To |
|
Change Attribute Type version : byte to version : LogEntryVersion in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserDispatcherV6Test |
From |
To |
|
Change Attribute Type entryReader : LogEntryReader<T> to logEntryReader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.impl.transaction.log.LogEntryCursor |
From |
To |
|
Change Attribute Type writer : LogEntryWriterV1 to writer : LogEntryWriter in class org.neo4j.com.CommittedTransactionSerializer |
From |
To |
|
Change Attribute Type commandReaderFactory : CommandReaderFactory to currentCommandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReader |
From |
To |
|
Change Attribute Type channel : T to channel : ReadableLogChannel in class org.neo4j.kernel.impl.transaction.log.LogEntryCursor |
From |
To |
|
Change Attribute Type writer : LogEntryWriterV1 to writer : LogEntryWriter in class org.neo4j.kernel.impl.transaction.state.LogTruncationTest |
From |
To |
|
Change Attribute Type logEntryReader : LogEntryReader<ReadableVersionableLogChannel> to logEntryReader : LogEntryReader<ReadableLogChannel> in class org.neo4j.kernel.impl.transaction.log.LogFileRecoverer |
From |
To |
|
Change Attribute Type reader : PhysicalLogNeoCommandReaderV2 to reader : PhysicalLogNeoCommandReaderV2_2 in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Attribute Type logEntryParserFactory : LogEntryParserFactory to lastVersion : LogEntryVersion in class org.neo4j.kernel.impl.transaction.log.entry.VersionAwareLogEntryReader |
From |
To |
|
Change Attribute Type commandReaderFactory : CommandReaderFactory.Default to commandReader : CommandReader in class org.neo4j.kernel.impl.transaction.log.entry.LogEntryParserV2_1Test |
From |
To |
|
Change Attribute Type logEntryCursor : LogEntryCursor<T> to logEntryCursor : LogEntryCursor in class org.neo4j.kernel.impl.transaction.log.PhysicalTransactionCursor |
From |
To |