Class SchedulerPoolFactory.SystemPropertyAccessor

  • All Implemented Interfaces:
    Function<java.lang.String,​java.lang.String>
    Enclosing class:
    SchedulerPoolFactory

    static final class SchedulerPoolFactory.SystemPropertyAccessor
    extends java.lang.Object
    implements Function<java.lang.String,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(java.lang.String t)
      Apply some calculation to the input value and return some other value.
      • Methods inherited from class java.lang.Object

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

      • SystemPropertyAccessor

        SystemPropertyAccessor()
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.String t)
        Description copied from interface: Function
        Apply some calculation to the input value and return some other value.
        Specified by:
        apply in interface Function<java.lang.String,​java.lang.String>
        Parameters:
        t - the input value
        Returns:
        the output value