Class LocalViewImplChangeAction
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actions.ChangeProxyAction<LocalViewContainer>
com.gigaspaces.internal.client.cache.localview.actions.LocalViewImplChangeAction
- Since:
- 9.1
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Future<ChangeResult<T>>asyncChange(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) ChangeResult<?>change(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo)
-
Constructor Details
-
LocalViewImplChangeAction
public LocalViewImplChangeAction()
-
-
Method Details
-
change
- Specified by:
changein classChangeProxyAction<LocalViewContainer>
-
asyncChange
public <T> Future<ChangeResult<T>> asyncChange(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) - Specified by:
asyncChangein classChangeProxyAction<LocalViewContainer>
-