Class ExecutionContext

java.lang.Object
org.apache.hadoop.ozone.om.execution.flowcontrol.ExecutionContext

public final class ExecutionContext extends Object
Context required for execution of a request.
  • Method Details

    • of

      public static ExecutionContext of(long index, org.apache.ratis.server.protocol.TermIndex termIndex)
    • getIndex

      public long getIndex()
    • getTermIndex

      public org.apache.ratis.server.protocol.TermIndex getTermIndex()