Package com.couchbase.client.dcp.events
Class FailedToMovePartitionEvent
java.lang.Object
com.couchbase.client.dcp.events.FailedToMovePartitionEvent
- All Implemented Interfaces:
CouchbaseEvent,DcpFailureEvent
Event published when the connector has failed to move partition to new node during failover/rebalance.
-
Constructor Details
-
FailedToMovePartitionEvent
-
-
Method Details
-
type
Description copied from interface:CouchbaseEventThe type of the event.- Specified by:
typein interfaceCouchbaseEvent- Returns:
- the event type.
-
toMap
Description copied from interface:CouchbaseEventConverts the event into a map representation of simple types.- Specified by:
toMapin interfaceCouchbaseEvent- Returns:
- the map representation.
-
partition
The partition ID which has caused issue- Specified by:
partitionin interfaceDcpFailureEvent
-
error
Error object, describing the issue- Specified by:
errorin interfaceDcpFailureEvent
-
toString
-