Uses of Class
lumis.portal.cluster.ClusterInvocationException
-
Packages that use ClusterInvocationException Package Description lumis.portal.cluster Contains the portal cluster framework API.lumis.portal.cluster.multiserver Contains the implementation for the portal cluster framework when multi-server environment is enabled. -
-
Uses of ClusterInvocationException in lumis.portal.cluster
Methods in lumis.portal.cluster that throw ClusterInvocationException Modifier and Type Method Description <T extends Serializable>
Map<IClusterMember,T>AbstractClusterManager. callAndWaitResponses(IClusterCallable<T> command, long timeout)
<T extends Serializable>
Map<IClusterMember,T>IClusterManager. callAndWaitResponses(IClusterCallable<T> command, long timeout)
Calls a cluster command execution and waits all current cluster servers to respond with their result and, then, returns an unmodifiable map having the cluster member as the key and the execution result as the value.protected abstract <T extends Serializable>
Map<IClusterMember,T>AbstractClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> command, long timeout)
protected <T extends Serializable>
Map<IClusterMember,T>SingleServerClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> callable, long timeout)
-
Uses of ClusterInvocationException in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver that throw ClusterInvocationException Modifier and Type Method Description protected <T extends Serializable>
Map<IClusterMember,T>JGroupsClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> callable, long timeout)
-