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 isClusteringEnabled() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
isClusteringEnabled3
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startisClusteringEnabled(AndesManagerServiceCallbackHandler callback) throws RemoteException
isClusteringEnabled3
- RemoteException
String getMyNodeID() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
getMyNodeID6
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startgetMyNodeID(AndesManagerServiceCallbackHandler callback) throws RemoteException
getMyNodeID6
- RemoteException
boolean getStoreHealth() throws RemoteException, AndesManagerServiceClusterMgtExceptionException
getStoreHealth9
- AndesManagerServiceClusterMgtExceptionException
- :RemoteException
void startgetStoreHealth(AndesManagerServiceCallbackHandler callback) throws RemoteException
getStoreHealth9
- RemoteException
String[] getAllClusterNodeAddresses() throws RemoteException, AndesManagerServiceClusterMgtAdminExceptionException
getAllClusterNodeAddresses12
- AndesManagerServiceClusterMgtAdminExceptionException
- :RemoteException
void startgetAllClusterNodeAddresses(AndesManagerServiceCallbackHandler callback) throws RemoteException
getAllClusterNodeAddresses12
- RemoteException
Copyright © 2024 WSO2. All rights reserved.