public interface ClusterConfigurationObserver extends ConfigurationObserver
| Modifier and Type | Method and Description |
|---|---|
void |
notifyUpdate(ClusterConfiguration clusterConfiguration)
The publisher calls all the subscribers through this method.
|
void |
waitForConfigChangeApplied()
Wait for the configuration change applied.
|
void notifyUpdate(ClusterConfiguration clusterConfiguration)
clusterConfiguration - - The parameter contains the latest information about the cluster.void waitForConfigChangeApplied()
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.