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.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
AbstractClusterManager.callAndWaitResponses(IClusterCallable<T> command,
long timeout) |
<T extends Serializable> |
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> |
AbstractClusterManager.callAndWaitResponsesInternal(IClusterCallable<T> command,
long timeout) |
protected <T extends Serializable> |
SingleServerClusterManager.callAndWaitResponsesInternal(IClusterCallable<T> callable,
long timeout) |
Modifier and Type | Method and Description |
---|---|
protected <T extends Serializable> |
JGroupsClusterManager.callAndWaitResponsesInternal(IClusterCallable<T> callable,
long timeout) |
LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.