Uses of Class
com.gigaspaces.internal.client.spaceproxy.actioninfo.ChangeProxyActionInfo
Packages that use ChangeProxyActionInfo
Package
Description
-
Uses of ChangeProxyActionInfo in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions with parameters of type ChangeProxyActionInfoModifier and TypeMethodDescription<T> Future<ChangeResult<T>>LocalCacheImplChangeAction.asyncChange(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) ChangeResult<?>LocalCacheImplChangeAction.change(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo) -
Uses of ChangeProxyActionInfo in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions with parameters of type ChangeProxyActionInfoModifier and TypeMethodDescription<T> Future<ChangeResult<T>>LocalViewImplChangeAction.asyncChange(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) ChangeResult<?>LocalViewImplChangeAction.change(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo) -
Uses of ChangeProxyActionInfo in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type ChangeProxyActionInfoModifier and TypeMethodDescriptionabstract <T> Future<ChangeResult<T>>ChangeProxyAction.asyncChange(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) <T> Future<ChangeResult<T>>SpaceProxyImplChangeAction.asyncChange(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) abstract ChangeResult<?>ChangeProxyAction.change(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo) ChangeResult<?>SpaceProxyImplChangeAction.change(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo)