public class TopologyProviderFactory
extends java.lang.Object
| Constructor and Description |
|---|
TopologyProviderFactory(java.util.Properties props)
Construct a factory
|
| Modifier and Type | Method and Description |
|---|---|
DirectProvider |
newProvider()
Get a new topology provider.
|
public TopologyProviderFactory(java.util.Properties props)
props - configuration information.public DirectProvider newProvider() throws java.lang.Exception
The default provider is quarks.providers.direct.DirectProvider.
The topology.provider configuration property can specify
an alternative.
java.lang.Exception - if the provider couldn't be createdCopyright IBM 2015,2016 - 2f6ad0e-20160307-0902