public class DatastoreContextIntrospector extends Object
Constructor and Description |
---|
DatastoreContextIntrospector(DatastoreContext context,
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingSerializer) |
Modifier and Type | Method and Description |
---|---|
DatastoreContext |
getContext() |
DatastoreContext |
getShardDatastoreContext(String forShardName) |
DatastoreContextFactory |
newContextFactory() |
boolean |
update(Map<String,Object> properties)
Applies the given properties to the cached DatastoreContext and yields a new DatastoreContext
instance which can be obtained via
getContext() . |
public DatastoreContextIntrospector(DatastoreContext context, org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingSerializer)
public DatastoreContext getContext()
public DatastoreContextFactory newContextFactory()
public DatastoreContext getShardDatastoreContext(String forShardName)
public boolean update(Map<String,Object> properties)
getContext()
.properties
- the properties to applyCopyright © 2019 OpenDaylight. All rights reserved.