Package lumis.portal.cluster
Interface IClusterCallable<T>
-
- Type Parameters:
T
- the type of execution outcome.
- All Superinterfaces:
Callable<T>
,Serializable
- All Known Implementing Classes:
EnvironmentConfiguration.EnvironmentConfigurationCommand
,FlushBigDataClusterCommand
,LptfLogCommand
@StableMinor(version="14.2", sinceVersion="8.0") public interface IClusterCallable<T> extends Callable<T>, 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: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $