@NonNullByDefault public final class InMemoryDOMDataStoreFactory extends Object
Modifier and Type | Method and Description |
---|---|
static InMemoryDOMDataStore |
create(String name,
@Nullable DOMSchemaService schemaService)
Creates an InMemoryDOMDataStore instance with default properties.
|
static InMemoryDOMDataStore |
create(String name,
InMemoryDOMDataStoreConfigProperties properties,
@Nullable DOMSchemaService schemaService)
Creates an InMemoryDOMDataStore instance.
|
public static InMemoryDOMDataStore create(String name, @Nullable DOMSchemaService schemaService)
name
- the name of the data storeschemaService
- the SchemaService to which to register the data store.public static InMemoryDOMDataStore create(String name, InMemoryDOMDataStoreConfigProperties properties, @Nullable DOMSchemaService schemaService)
name
- the name of the data storeproperties
- configuration properties for the InMemoryDOMDataStore instance.schemaService
- the SchemaService to which to register the data store.Copyright © 2019 OpenDaylight. All rights reserved.