Class FLUSH.FlushStartResult

  • Enclosing class:
    FLUSH

    private static final class FLUSH.FlushStartResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Exception failureCause  
      private java.lang.Boolean result  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FlushStartResult​(java.lang.Boolean result, java.lang.Exception failureCause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean failed()  
      java.lang.Exception getFailureCause()  
      java.lang.Boolean getResult()  
      • Methods inherited from class java.lang.Object

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

      • result

        private final java.lang.Boolean result
      • failureCause

        private final java.lang.Exception failureCause
    • Constructor Detail

      • FlushStartResult

        private FlushStartResult​(java.lang.Boolean result,
                                 java.lang.Exception failureCause)
    • Method Detail

      • getResult

        public java.lang.Boolean getResult()
      • failed

        public boolean failed()
      • getFailureCause

        public java.lang.Exception getFailureCause()