|
Push Down Method private getMaxTransactionCompletionTime(transaction KernelTransactionImplementation) : long from class org.neo4j.kernel.guard.Guard to private getMaxTransactionCompletionTime(transaction KernelTransactionImplementation) : long from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method private maxStatementCompletionTimeSupplier(statement KernelStatement) : Supplier<Long> from class org.neo4j.kernel.guard.Guard to private maxStatementCompletionTimeSupplier(statement KernelStatement) : Supplier<Long> from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method private getMaxStatementCompletionTime(statement KernelStatement) : long from class org.neo4j.kernel.guard.Guard to private getMaxStatementCompletionTime(statement KernelStatement) : long from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method public check(transaction KernelTransactionImplementation) : void from class org.neo4j.kernel.guard.Guard to private check(transaction KernelTransactionImplementation) : void from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method private check(completionTimeSupplier Supplier<Long>, timeoutDescription String) : void from class org.neo4j.kernel.guard.Guard to private check(completionTimeSupplier Supplier<Long>, timeoutDescription String) : void from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method private maxTransactionCompletionTimeSupplier(transaction KernelTransactionImplementation) : Supplier<Long> from class org.neo4j.kernel.guard.Guard to private maxTransactionCompletionTimeSupplier(transaction KernelTransactionImplementation) : Supplier<Long> from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method public Guard(log Log, clock Clock) from class org.neo4j.kernel.guard.Guard to public TimeoutGuard(log Log, clock Clock) from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |
|
Push Down Method public check(statement KernelStatement) : void from class org.neo4j.kernel.guard.Guard to public check(statement KernelStatement) : void from class org.neo4j.kernel.guard.TimeoutGuard |
From |
To |