Class LocalCacheImplAdminAction
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actions.AdminProxyAction<LocalCacheContainer>
com.gigaspaces.internal.client.cache.localcache.actions.LocalCacheImplAdminAction
- Author:
- GigaSpaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddropClass(LocalCacheContainer spaceProxy, String className) execute(LocalCacheContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) getSpaceHealthStatus(LocalCacheContainer spaceProxy) voidping(LocalCacheContainer spaceProxy)
-
Constructor Details
-
LocalCacheImplAdminAction
public LocalCacheImplAdminAction()
-
-
Method Details
-
dropClass
public void dropClass(LocalCacheContainer spaceProxy, String className) throws RemoteException, DropClassException - Specified by:
dropClassin classAdminProxyAction<LocalCacheContainer>- Throws:
RemoteExceptionDropClassException
-
ping
- Specified by:
pingin classAdminProxyAction<LocalCacheContainer>- Throws:
RemoteException
-
getSpaceHealthStatus
public SpaceHealthStatus getSpaceHealthStatus(LocalCacheContainer spaceProxy) throws RemoteException - Specified by:
getSpaceHealthStatusin classAdminProxyAction<LocalCacheContainer>- Throws:
RemoteException
-
execute
public AsyncFuture execute(LocalCacheContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) throws RemoteException, TransactionException- Specified by:
executein classAdminProxyAction<LocalCacheContainer>- Throws:
RemoteExceptionTransactionException
-