Interface IMVCCTask<T extends IMVCCTaskResult>

All Superinterfaces:
Serializable, Task<T>
All Known Implementing Classes:
AbstractCommitTwoPhaseTask, AbstractOnePhaseTask, AbstractPrepareTwoPhaseTask, MVCCRevertGenerationTask

public interface IMVCCTask<T extends IMVCCTaskResult> extends Task<T>
Since:
16.3.0
Author:
Sagiv Michael
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from interface org.openspaces.core.executor.Task

    execute
  • Method Details

    • getActiveGeneration

      long getActiveGeneration()