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