Interface GridPlainAbsClosure
-
public interface GridPlainAbsClosurePlain closure that does not accept any arguments, returns nothing and do not implement peer deploy aware.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply()Applies this closure.
-
-
-
Method Detail
-
apply
void apply() throws IgniteCheckedExceptionApplies this closure.- Throws:
IgniteCheckedException- If error occurred.
-
-