Class JobConf.PartitionTransportServerBacklog

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

    @NamedParameter(doc="The maximum number of pending connections to PartitionTransport server",
                    short_name="block_backlog",
                    default_value="128")
    public final class JobConf.PartitionTransportServerBacklog
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    The maximum length which the pending connection queue of block transfer may grow to.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PartitionTransportServerBacklog

        public PartitionTransportServerBacklog()