public interface LCSClusterNodeClient
| Modifier and Type | Method and Description |
|---|---|
LCSClusterNode |
addLCSClusterNode(long lcsClusterEntryId,
java.lang.String name,
java.lang.String description,
int buildNumber,
long heartbeatInterval,
long lastHeartbeat,
java.lang.String key,
java.lang.String location,
int patchingToolVersion,
java.lang.String portalEdition,
int processorCoresTotal,
java.lang.String protocolVersion) |
LCSClusterNode |
addLCSClusterNode(long lcsClusterEntryId,
java.lang.String name,
java.lang.String description,
int buildNumber,
java.lang.String key,
java.lang.String location,
int processorCoresTotal) |
LCSClusterNode |
fetchLCSClusterNode(java.lang.String key) |
java.util.List<LCSClusterNode> |
getLCSClusterEntryLCSClusterNodes(long lcsClusterEntryId) |
java.util.List<LCSClusterNode> |
getLCSClusterNodes(int status,
int start,
int end) |
void |
mergeStatus(java.lang.String key,
int status) |
void |
updateBuildNumber(java.lang.String key,
int buildNumber) |
void |
updateStatus(java.lang.String key,
int status) |
void |
verifyLCSClusterEntryLCSClusterNodesPropertiesDifferences(java.lang.String key) |
void |
verifyLCSClusterNodeClusterLink(java.lang.String key,
java.lang.String siblingKeys) |
LCSClusterNode addLCSClusterNode(long lcsClusterEntryId, java.lang.String name, java.lang.String description, int buildNumber, long heartbeatInterval, long lastHeartbeat, java.lang.String key, java.lang.String location, int patchingToolVersion, java.lang.String portalEdition, int processorCoresTotal, java.lang.String protocolVersion) throws DuplicateLCSClusterNodeNameException, com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException, NoSuchLCSSubscriptionEntryException, RequiredLCSClusterNodeNameException
DuplicateLCSClusterNodeNameExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionNoSuchLCSSubscriptionEntryExceptionRequiredLCSClusterNodeNameExceptionLCSClusterNode addLCSClusterNode(long lcsClusterEntryId, java.lang.String name, java.lang.String description, int buildNumber, java.lang.String key, java.lang.String location, int processorCoresTotal) throws DuplicateLCSClusterNodeNameException, com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException, NoSuchLCSSubscriptionEntryException, RequiredLCSClusterNodeNameException
DuplicateLCSClusterNodeNameExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionNoSuchLCSSubscriptionEntryExceptionRequiredLCSClusterNodeNameExceptionLCSClusterNode fetchLCSClusterNode(java.lang.String key) throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException, com.liferay.petra.json.web.service.client.JSONWebServiceTransportException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceTransportExceptionjava.util.List<LCSClusterNode> getLCSClusterEntryLCSClusterNodes(long lcsClusterEntryId) throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionjava.util.List<LCSClusterNode> getLCSClusterNodes(int status, int start, int end) throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionvoid mergeStatus(java.lang.String key,
int status)
throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptionvoid updateBuildNumber(java.lang.String key,
int buildNumber)
throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptionvoid updateStatus(java.lang.String key,
int status)
throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptionvoid verifyLCSClusterEntryLCSClusterNodesPropertiesDifferences(java.lang.String key)
throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptionvoid verifyLCSClusterNodeClusterLink(java.lang.String key,
java.lang.String siblingKeys)
throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException