public interface RWSConfig
RWSConfig interface.
Modifier and Type | Method and Description |
---|---|
org.opennms.rancid.ConnectionProperties |
getBase()
getBase
|
BaseUrl |
getBaseUrl()
getBaseUrl
|
org.opennms.rancid.ConnectionProperties |
getNextStandBy()
getNextStandBy
|
StandbyUrl |
getNextStandbyUrl()
getNextStandbyUrl
|
Lock |
getReadLock() |
StandbyUrl[] |
getStanbyUrls()
getStanbyUrls
|
org.opennms.rancid.ConnectionProperties[] |
getStandBy()
getStandBy
|
Lock |
getWriteLock() |
boolean |
hasStandbyUrl()
hasStandbyUrl
|
org.opennms.rancid.ConnectionProperties getBase()
getBase
ConnectionProperties
object.org.opennms.rancid.ConnectionProperties[] getStandBy()
getStandBy
ConnectionProperties
objects.org.opennms.rancid.ConnectionProperties getNextStandBy()
getNextStandBy
ConnectionProperties
object.StandbyUrl[] getStanbyUrls()
getStanbyUrls
StandbyUrl
objects.StandbyUrl getNextStandbyUrl()
getNextStandbyUrl
StandbyUrl
object.boolean hasStandbyUrl()
hasStandbyUrl
Lock getReadLock()
Lock getWriteLock()
Copyright © 2017. All rights reserved.