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 | Interface and Description |
---|---|
interface |
IClusterCommandSPI<T extends Serializable>
A cluster command that allows to get the inner callable.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
AbstractClusterManager.createClusterCommand(IClusterCallable<T> callable) |
<T extends Serializable> |
IClusterManager.createClusterCommand(IClusterCallable<T> callable)
Creates a cluster command instance and returns it.
|
IClusterCommand<Serializable> |
AbstractClusterManager.createClusterCommand(Runnable runnable) |
IClusterCommand<Serializable> |
IClusterManager.createClusterCommand(Runnable runnable)
Deprecated.
since 8.0.0 replaced by
IClusterManager.createClusterCommand(IClusterCallable) . |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
IClusterManager.call(IClusterCommand<T> command)
Calls a cluster command execution and returns the result of the local execution.
|
<T extends Serializable> |
SingleServerClusterManager.call(IClusterCommand<T> command) |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
JGroupsClusterManager.call(IClusterCommand<T> command) |
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.