|
Pull Up Method public incrementalBackup(backupDirectory String) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to public incrementalBackup(backupDirectory String) : void from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private incrementalRestoreFromIBUFile(inputStream InputStream) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to public restoreFromIncrementalBackup(inputStream InputStream, isFull boolean) : void from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private fetchIBUFiles(backupDirectory File) : String[] from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to private fetchIBUFiles(backupDirectory File) : String[] from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method public incrementalBackup(backupDirectory File) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to public incrementalBackup(backupDirectory File) : void from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private extractIndexFromIBUFile(fileName String) : long from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to private extractIndexFromIBUFile(backupDirectory File, fileName String) : long from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method public restoreFromIncrementalBackup(backupDirectory File) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to public restoreFromIncrementalBackup(backupDirectory File) : void from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method public incrementalBackup(stream OutputStream, fromLsn OLogSequenceNumber) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to public incrementalBackup(stream OutputStream, fromLsn OLogSequenceNumber) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private backupPagesWithChanges(changeLsn OLogSequenceNumber, stream ZipOutputStream) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to private backupPagesWithChanges(changeLsn OLogSequenceNumber, stream ZipOutputStream) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private extractIBULsn(backupDirectory File, file String) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to private extractIBULsn(backupDirectory File, file String) : OLogSequenceNumber from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Pull Up Method private replaceConfigurationFile(configurationFileName String, zipInputStream ZipInputStream) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage to private replaceConfiguration(zipInputStream ZipInputStream) : void from class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |