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