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.0", 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $