public interface GridifyArgument extends Serializable
Use GridifyArgumentAdapter
convenience adapter for creating gridify
arguments when implementing custom gridify jobs.
See Gridify
documentation for more information about execution of
gridified
methods.
Gridify
Modifier and Type | Method and Description |
---|---|
Class<?> |
getMethodClass()
Gets class to which the executed method belongs.
|
String |
getMethodName()
Gets method name.
|
Object[] |
getMethodParameters()
Gets method parameters in the same order they appear in method
signature.
|
Class<?>[] |
getMethodParameterTypes()
Gets method parameter types in the same order they appear in method
signature.
|
Object |
getTarget()
Gets target object to execute method on.
|
Class<?> getMethodClass()
String getMethodName()
Class<?>[] getMethodParameterTypes()
Object[] getMethodParameters()
Object getTarget()
Null
for static methods.null
), required for remote
object creation.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024