Class JobConf.PartitionTransportServerNumWorkingThreads

  • All Implemented Interfaces:
    org.apache.reef.tang.annotations.Name<java.lang.Integer>
    Enclosing class:
    JobConf

    @NamedParameter(doc="The number of working threads of PartitionTransport server",
                    short_name="block_threads_working",
                    default_value="10")
    public final class JobConf.PartitionTransportServerNumWorkingThreads
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    The number of block transfer server threads which work on accepted connections.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartitionTransportServerNumWorkingThreads

        public PartitionTransportServerNumWorkingThreads()