Uses of Interface
lumis.portal.cluster.IClusterCommand
-
Packages that use IClusterCommand 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. -
-
Uses of IClusterCommand in lumis.portal.cluster
Subinterfaces of IClusterCommand in lumis.portal.cluster Modifier and Type Interface Description interface
IClusterCommandSPI<T extends Serializable>
A cluster command that allows to get the inner callable.Methods in lumis.portal.cluster that return IClusterCommand Modifier and Type Method Description IClusterCommand<Serializable>
AbstractClusterManager. createClusterCommand(Runnable runnable)
<T extends Serializable>
IClusterCommand<T>AbstractClusterManager. createClusterCommand(IClusterCallable<T> callable)
IClusterCommand<Serializable>
IClusterManager. createClusterCommand(Runnable runnable)
Deprecated.since 8.0.0 replaced byIClusterManager.createClusterCommand(IClusterCallable)
.<T extends Serializable>
IClusterCommand<T>IClusterManager. createClusterCommand(IClusterCallable<T> callable)
Creates a cluster command instance and returns it.Methods in lumis.portal.cluster with parameters of type IClusterCommand Modifier and Type Method Description <T extends Serializable>
TIClusterManager. call(IClusterCommand<T> command)
Calls a cluster command execution and returns the result of the local execution.<T extends Serializable>
TSingleServerClusterManager. call(IClusterCommand<T> command)
-
Uses of IClusterCommand in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver with parameters of type IClusterCommand Modifier and Type Method Description <T extends Serializable>
TJGroupsClusterManager. call(IClusterCommand<T> command)
-