Class FLUSH.FlushStartResult

java.lang.Object
org.jgroups.protocols.pbcast.FLUSH.FlushStartResult
Enclosing class:
FLUSH

private static final class FLUSH.FlushStartResult extends Object
  • Field Details

    • result

      private final Boolean result
    • failureCause

      private final Exception failureCause
  • Constructor Details

    • FlushStartResult

      private FlushStartResult(Boolean result, Exception failureCause)
  • Method Details

    • getResult

      public Boolean getResult()
    • failed

      public boolean failed()
    • getFailureCause

      public Exception getFailureCause()