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:
EnvironmentConfiguration.EnvironmentConfigurationCommand
,FlushBigDataClusterCommand
,LptfLogCommand
@StableMinor(version="16.0", 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: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $