Class DatastoreContextPropertiesUpdater
java.lang.Object
org.opendaylight.controller.cluster.datastore.DatastoreContextPropertiesUpdater
- All Implemented Interfaces:
 AutoCloseable
Update DatastoreContext settings on invoke update method.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionDatastoreContextPropertiesUpdater(DatastoreContextIntrospector introspector, Map<String, Object> props) Base init of updater for DatastoreContext settings with base properties. - 
Method Summary
 
- 
Constructor Details
- 
DatastoreContextPropertiesUpdater
public DatastoreContextPropertiesUpdater(DatastoreContextIntrospector introspector, Map<String, Object> props) Base init of updater for DatastoreContext settings with base properties.- Parameters:
 introspector- - introspection on DatastoreContextprops- - base properties
 
 - 
 - 
Method Details
- 
setListener
 - 
update
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -