Package alluxio.util

Class WaitForOptions

    • Method Detail

      • getInterval

        public int getInterval()
        Returns:
        the internal
      • getTimeoutMs

        public int getTimeoutMs()
        Returns:
        the timeout
      • setInterval

        public WaitForOptions setInterval​(int intervalMs)
        Parameters:
        intervalMs - the interval to use (in milliseconds)
        Returns:
        the updated options object
      • setTimeoutMs

        public WaitForOptions setTimeoutMs​(int timeoutMs)
        Parameters:
        timeoutMs - the timeout to use (in milliseconds)
        Returns:
        the updated options object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object