public interface AndesManagerService
Modifier and Type | Method and Description |
---|---|
String[] |
getAllClusterNodeAddresses()
Auto generated method signature
|
String |
getMyNodeID()
Auto generated method signature
|
boolean |
getStoreHealth()
Auto generated method signature
|
boolean |
isClusteringEnabled()
Auto generated method signature
|
void |
startgetAllClusterNodeAddresses(AndesManagerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMyNodeID(AndesManagerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStoreHealth(AndesManagerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisClusteringEnabled(AndesManagerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean getStoreHealth() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
getStoreHealth3
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startgetStoreHealth(AndesManagerServiceCallbackHandler callback) throws RemoteException
getStoreHealth3
- RemoteException
boolean isClusteringEnabled() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
isClusteringEnabled6
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startisClusteringEnabled(AndesManagerServiceCallbackHandler callback) throws RemoteException
isClusteringEnabled6
- RemoteException
String[] getAllClusterNodeAddresses() throws RemoteException, AndesManagerServiceClusterMgtAdminExceptionException
getAllClusterNodeAddresses9
- AndesManagerServiceClusterMgtAdminExceptionException
- :RemoteException
void startgetAllClusterNodeAddresses(AndesManagerServiceCallbackHandler callback) throws RemoteException
getAllClusterNodeAddresses9
- RemoteException
String getMyNodeID() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
getMyNodeID12
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startgetMyNodeID(AndesManagerServiceCallbackHandler callback) throws RemoteException
getMyNodeID12
- RemoteException
Copyright © 2017 WSO2. All rights reserved.