Uses of Class
com.liferay.portal.kernel.cluster.ClusterNodeResponse
Packages that use ClusterNodeResponse
-
Uses of ClusterNodeResponse in com.liferay.portal.kernel.cluster
Methods in com.liferay.portal.kernel.cluster that return ClusterNodeResponseModifier and TypeMethodDescriptionstatic ClusterNodeResponseClusterNodeResponse.createExceptionClusterNodeResponse(ClusterNode clusterNode, String uuid, Exception exception) static ClusterNodeResponseClusterNodeResponse.createResultClusterNodeResponse(ClusterNode clusterNode, String uuid, Serializable result) ClusterNodeResponses.getClusterResponse(String clusterNodeId) Methods in com.liferay.portal.kernel.cluster that return types with arguments of type ClusterNodeResponseModifier and TypeMethodDescriptionClusterNodeResponses.getClusterResponses()FutureClusterResponses.getPartialResults()Methods in com.liferay.portal.kernel.cluster with parameters of type ClusterNodeResponseModifier and TypeMethodDescriptionbooleanFutureClusterResponses.addClusterNodeResponse(ClusterNodeResponse clusterNodeResponse) booleanClusterNodeResponses.addClusterResponse(ClusterNodeResponse clusterNodeResponse)