|
Push Down Method protected beforeInvoke(invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.InvocationHandler to protected beforeInvoke(invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method public invoke(runtime Stage, invocation Invocation, entry LocalObjects.LocalObjectEntry, target LocalObjects.LocalObjectEntry, invoker ObjectInvoker) : Task<Object> from class cloud.orbit.actors.runtime.InvocationHandler to public invoke(runtime Stage, invocation Invocation, entry LocalObjects.LocalObjectEntry, target LocalObjects.LocalObjectEntry, invoker ObjectInvoker) : Task<Object> from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method protected taskComplete(startTimeNanos long, invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.InvocationHandler to protected taskComplete(startTimeNanos long, invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method public setPerformanceLoggingEnabled(performanceLoggingEnabled boolean) : void from class cloud.orbit.actors.runtime.InvocationHandler to public setPerformanceLoggingEnabled(performanceLoggingEnabled boolean) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method protected afterInvoke(startTimeNanos long, invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.InvocationHandler to protected afterInvoke(startTimeNanos long, invocation Invocation, method Method) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method public setSlowTaskThresholdMs(slowTaskThresholdMs double) : void from class cloud.orbit.actors.runtime.InvocationHandler to public setSlowTaskThresholdMs(slowTaskThresholdMs double) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Method protected internalInvoke(runtime Stage, invocation Invocation, entry LocalObjects.LocalObjectEntry, target LocalObjects.LocalObjectEntry, method Method, reentrant Boolean, invoker ObjectInvoker) : Task<Object> from class cloud.orbit.actors.runtime.InvocationHandler to protected doInvoke(runtime Stage, invocation Invocation, entry LocalObjects.LocalObjectEntry, target LocalObjects.LocalObjectEntry, method Method, reentrant Boolean, invoker ObjectInvoker) : Task<Object> from class cloud.orbit.actors.runtime.DefaultInvocationHandler |
From |
To |
|
Push Down Method public setSlowInvokeThresholdMs(slowInvokeThresholdMs double) : void from class cloud.orbit.actors.runtime.InvocationHandler to public setSlowInvokeThresholdMs(slowInvokeThresholdMs double) : void from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private reentrantCache : AnnotationCache<Reentrant> from class cloud.orbit.actors.runtime.InvocationHandler to private reentrantCache : AnnotationCache<Reentrant> from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private slowTaskThresholdMs : double from class cloud.orbit.actors.runtime.InvocationHandler to private slowTaskThresholdMs : double from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private slowInvokeThresholdMs : double from class cloud.orbit.actors.runtime.InvocationHandler to private slowInvokeThresholdMs : double from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private logger : Logger from class cloud.orbit.actors.runtime.InvocationHandler to private logger : Logger from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private performanceLoggingEnabled : boolean from class cloud.orbit.actors.runtime.InvocationHandler to private performanceLoggingEnabled : boolean from class cloud.orbit.actors.runtime.BasicInvocationHandler |
From |
To |
|
Push Down Attribute private handlerExtensionCache : ConcurrentMap<String,List<InvocationHandlerExtension>> from class cloud.orbit.actors.runtime.InvocationHandler to private handlerExtensionCache : ConcurrentMap<String,List<InvocationHandlerExtension>> from class cloud.orbit.actors.runtime.DefaultInvocationHandler |
From |
To |