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.1", 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: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $