Class ShuffleChannelHandler.ReduceContext

java.lang.Object
org.apache.hadoop.mapred.ShuffleChannelHandler.ReduceContext
Enclosing class:
ShuffleChannelHandler

public static class ShuffleChannelHandler.ReduceContext extends Object
Maintain parameters per messageReceived() Netty context. Allows sendMapOutput calls from operationComplete()
  • Method Details

    • getReduceId

      public int getReduceId()
    • getCtx

      public io.netty.channel.ChannelHandlerContext getCtx()
    • getUser

      public String getUser()
    • getInfoMap

      public Map<String,org.apache.hadoop.mapred.ShuffleChannelHandler.MapOutputInfo> getInfoMap()
    • getJobId

      public String getJobId()
    • getMapIds

      public List<String> getMapIds()
    • getMapsToSend

      public AtomicInteger getMapsToSend()
    • getMapsToWait

      public AtomicInteger getMapsToWait()
    • getKeepAlive

      public boolean getKeepAlive()