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()  | 
org.opennms.rancid.ConnectionProperties[] | 
getStandBy()
getStandBy 
 | 
List<StandbyUrl> | 
getStandbyUrls()
getStandbyUrls 
 | 
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.List<StandbyUrl> getStandbyUrls()
getStandbyUrls
StandbyUrl objects.StandbyUrl getNextStandbyUrl()
getNextStandbyUrl
StandbyUrl object.boolean hasStandbyUrl()
hasStandbyUrl
Lock getReadLock()
Lock getWriteLock()
Copyright © 2021. All rights reserved.