Package | Description |
---|---|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
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.
|
lumis.portal.configuration | |
lumis.portal.filesystem |
LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster.
|
lumis.portal.lptf.cluster.command |
Modifier and Type | Class and Description |
---|---|
class |
FlushBigDataClusterCommand
Big data flusher command.
|
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) |
<T extends Serializable> |
AbstractClusterManager.createClusterCommand(IClusterCallable<T> callable) |
<T extends Serializable> |
IClusterManager.createClusterCommand(IClusterCallable<T> callable)
Creates a cluster command instance and returns it.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Serializable> |
JGroupsClusterManager.callAndWaitResponsesInternal(IClusterCallable<T> callable,
long timeout) |
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentConfiguration.EnvironmentConfigurationCommand
This is a environment configuration command that updates the configuration information cached.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Serializable> |
FileSystemUtil.sendClusterCommand(IClusterCallable<T> callable)
Utility method that sends the given callable as a durable, total order cluster command.
|
Modifier and Type | Class and Description |
---|---|
class |
LptfLogCommand
Cluster command for logging test execution on all cluster.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.