Interface InternalGridServiceManagers
- All Superinterfaces:
AdminAware,DumpProvider,GridServiceManagers,Iterable<GridServiceManager>
- All Known Implementing Classes:
DefaultGridServiceManagers
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddGridServiceManager(InternalGridServiceManager gridServiceManager) deploy(Application application, ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit) replaceGridServiceManager(InternalGridServiceManager gridServiceManager) Replaces the grid service manager, returning the old oneMethods inherited from interface org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.dump.DumpProvider
generateDump, generateDumpMethods inherited from interface org.openspaces.admin.gsm.GridServiceManagers
addLifecycleListener, deploy, deploy, deploy, deploy, deploy, deploy, deploy, deploy, getGridServiceManagerAdded, getGridServiceManagerRemoved, getManagerByUID, getManagers, getSize, getUids, isEmpty, removeLifecycleListener, waitFor, waitFor, waitForActiveManager, waitForActiveManager, waitForAtLeastOne, waitForAtLeastOneMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getManagersNonFiltered
GridServiceManager[] getManagersNonFiltered() -
addGridServiceManager
-
removeGridServiceManager
-
replaceGridServiceManager
Replaces the grid service manager, returning the old one -
deploy
ProcessingUnit deploy(Application application, ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit)
-