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 |
---|---|
IClusterMember |
IClusterManager.getLocalMember()
Returns the current cluster member object.
|
IClusterMember |
SingleServerClusterManager.getLocalMember() |
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) |
Collection<IClusterMember> |
IClusterManager.getMembers()
Returns a collection with information about the current members of this cluster.
|
Collection<IClusterMember> |
SingleServerClusterManager.getMembers() |
Modifier and Type | Method and Description |
---|---|
IClusterMember |
JGroupsClusterManager.getLocalMember() |
Modifier and Type | Method and Description |
---|---|
protected <T extends Serializable> |
JGroupsClusterManager.callAndWaitResponsesInternal(IClusterCallable<T> callable,
long timeout) |
Collection<IClusterMember> |
JGroupsClusterManager.getMembers() |
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.