Class SkewProphet

  • All Implemented Interfaces:
    Prophet<java.lang.Object,​java.lang.Long>

    public final class SkewProphet
    extends java.lang.Object
    implements Prophet<java.lang.Object,​java.lang.Long>
    Prophet class for skew handling.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Object,​java.lang.Long> calculate()
      Calculate the optimized values based on runtime messages.
      • Methods inherited from class java.lang.Object

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

      • calculate

        public java.util.Map<java.lang.Object,​java.lang.Long> calculate()
        Description copied from interface: Prophet
        Calculate the optimized values based on runtime messages.
        Specified by:
        calculate in interface Prophet<java.lang.Object,​java.lang.Long>
        Returns:
        A map containing the optimized values.