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.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016