Interface DcpFailureEvent

All Known Implementing Classes:
FailedToAddNodeEvent, FailedToMovePartitionEvent, FailedToRemoveNodeEvent

public interface DcpFailureEvent
  • Method Summary

    Modifier and Type
    Method
    Description
     
    The partition (vbucket) which has caused issue, or empty if not specific to a vbucket
  • Method Details

    • partition

      OptionalInt partition()
      The partition (vbucket) which has caused issue, or empty if not specific to a vbucket
    • error

      Throwable error()