Package lumis.portal.cluster
Interface IClusterCallable<T>
-
- Type Parameters:
T
- the type of execution outcome.
- All Superinterfaces:
java.util.concurrent.Callable<T>
,java.io.Serializable
- All Known Implementing Classes:
AiConfig.ResetCurrentAiConfig
,EnvironmentConfiguration.EnvironmentConfigurationCommand
,FlushBigDataClusterCommand
,LptfLogCommand
@StableMinor(version="16.1", sinceVersion="8.0") public interface IClusterCallable<T> extends java.util.concurrent.Callable<T>, java.io.Serializable
A executable that can be ran over the cluster. The methodCallable.call()
is the responsible for the executable code.- Since:
- 8.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $