Class LocalCacheImplWriteAction
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actions.WriteProxyAction<LocalCacheContainer>
com.gigaspaces.internal.client.cache.localcache.actions.LocalCacheImplWriteAction
- Author:
- GigaSpaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLeaseContext<?>write(LocalCacheContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]writeMultiple(LocalCacheContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo)
-
Constructor Details
-
LocalCacheImplWriteAction
public LocalCacheImplWriteAction()
-
-
Method Details
-
write
public LeaseContext<?> write(LocalCacheContainer spaceProxy, WriteProxyActionInfo actionInfo) throws RemoteException, TransactionException, InterruptedException - Specified by:
writein classWriteProxyAction<LocalCacheContainer>- Throws:
RemoteExceptionTransactionExceptionInterruptedException
-
writeMultiple
public LeaseContext<?>[] writeMultiple(LocalCacheContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) throws RemoteException, TransactionException, InterruptedException - Specified by:
writeMultiplein classWriteProxyAction<LocalCacheContainer>- Throws:
RemoteExceptionTransactionExceptionInterruptedException
-