Uses of Class
org.openspaces.remoting.RemotingUtils.MethodHash
Packages that use RemotingUtils.MethodHash
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of RemotingUtils.MethodHash in org.openspaces.remoting
Fields in org.openspaces.remoting declared as RemotingUtils.MethodHashMethods in org.openspaces.remoting that return RemotingUtils.MethodHashModifier and TypeMethodDescriptionExecutorRemotingTask.getMethodHash()HashedEventDrivenSpaceRemotingEntry.getMethodHash()HashedSpaceRemotingEntry.getMethodHash()Methods in org.openspaces.remoting that return types with arguments of type RemotingUtils.MethodHashModifier and TypeMethodDescriptionstatic Map<RemotingUtils.MethodHash,IMethod> RemotingUtils.buildHashToMethodLookupForInterface(Class service, boolean useFastReflection) static Map<Method,RemotingUtils.MethodHash> RemotingUtils.buildMethodToHashLookupForInterface(Class service, String asyncPrefix) Methods in org.openspaces.remoting with parameters of type RemotingUtils.MethodHashModifier and TypeMethodDescriptionHashedEventDrivenSpaceRemotingEntry.buildInvocation(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments) HashedSpaceRemotingEntry.buildInvocation(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments) voidHashedEventDrivenSpaceRemotingEntry.setMethodHash(RemotingUtils.MethodHash methodHash) Constructors in org.openspaces.remoting with parameters of type RemotingUtils.MethodHashModifierConstructorDescriptionExecutorRemotingTask(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments)