Package com.couchbase.client.dcp.events
Interface DcpFailureEvent
- All Known Implementing Classes:
FailedToAddNodeEvent,FailedToMovePartitionEvent,FailedToRemoveNodeEvent
public interface DcpFailureEvent
-
Method Summary
Modifier and TypeMethodDescriptionerror()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()
-