public interface LCSClusterNodeClient
| Modifier and Type | Method and Description |
|---|---|
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) |
LCSClusterNode 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, com.liferay.petra.json.web.service.client.JSONWebServiceTransportException, NoSuchLCSSubscriptionEntryException, RequiredLCSClusterNodeNameException
DuplicateLCSClusterNodeNameExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceTransportExceptionNoSuchLCSSubscriptionEntryExceptionRequiredLCSClusterNodeNameExceptionLCSClusterNode 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.JSONWebServiceTransportException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceTransportException