@Deprecated 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()
Deprecated.
Gets class to which the executed method belongs.
|
String |
getMethodName()
Deprecated.
Gets method name.
|
Object[] |
getMethodParameters()
Deprecated.
Gets method parameters in the same order they appear in method
signature.
|
Class<?>[] |
getMethodParameterTypes()
Deprecated.
Gets method parameter types in the same order they appear in method
signature.
|
Object |
getTarget()
Deprecated.
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.37 Release Date : August 25 2026