Class TopologyChangeLogger
java.lang.Object
com.couchbase.client.core.topology.TopologyChangeLogger
Logs cluster and bucket configuration changes at INFO when they're meaningful
to a user, otherwise at DEBUG.
This intentionally uses the deprecated GlobalConfig and BucketConfig classes, as they map more directly
to the raw server configs than the *Topology classes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidlogChange(@Nullable BucketConfig previous, BucketConfig applied) static voidlogChange(@Nullable GlobalConfig previous, GlobalConfig applied)
-
Method Details
-
logChange
-
logChange
-