Uses of Interface
lumis.portal.cluster.IClusterCallable
-
Packages that use IClusterCallable 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 -
-
Uses of IClusterCallable in lumis.portal.bigdata.elasticsearch
Classes in lumis.portal.bigdata.elasticsearch that implement IClusterCallable Modifier and Type Class Description class
FlushBigDataClusterCommand
Big data flusher command. -
Uses of IClusterCallable in lumis.portal.cluster
Methods in lumis.portal.cluster with parameters of type IClusterCallable 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)
<T extends Serializable>
IClusterCommand<T>AbstractClusterManager. createClusterCommand(IClusterCallable<T> callable)
<T extends Serializable>
IClusterCommand<T>IClusterManager. createClusterCommand(IClusterCallable<T> callable)
Creates a cluster command instance and returns it. -
Uses of IClusterCallable in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver with parameters of type IClusterCallable Modifier and Type Method Description protected <T extends Serializable>
Map<IClusterMember,T>JGroupsClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> callable, long timeout)
-
Uses of IClusterCallable in lumis.portal.configuration
Classes in lumis.portal.configuration that implement IClusterCallable Modifier and Type Class Description static class
EnvironmentConfiguration.EnvironmentConfigurationCommand
This is a environment configuration command that updates the configuration information cached. -
Uses of IClusterCallable in lumis.portal.filesystem
Methods in lumis.portal.filesystem with parameters of type IClusterCallable Modifier and Type Method Description static <T extends Serializable>
TFileSystemUtil. sendClusterCommand(IClusterCallable<T> callable)
Utility method that sends the given callable as a durable, total order cluster command. -
Uses of IClusterCallable in lumis.portal.lptf.cluster.command
Classes in lumis.portal.lptf.cluster.command that implement IClusterCallable Modifier and Type Class Description class
LptfLogCommand
Cluster command for logging test execution on all cluster.
-