public class IndexedInstances extends Object
This object is replaced atomically in the DriverFactory allowing a synchronization-less update of the configuration.
Constructor and Description |
---|
IndexedInstances(Map<String,Driver> instances) |
Modifier and Type | Method and Description |
---|---|
Map<String,Driver> |
getInstances()
A map containing all instances with their ids.
|
Map<UriMapping,String> |
getUrimappings()
A map containing all URI mappings and the associated driver instance name.
|
public Map<String,Driver> getInstances()
public Map<UriMapping,String> getUrimappings()
Copyright © 2008–2018. All rights reserved.