Package | Description |
---|---|
com.couchbase.client.core.config |
Modifier and Type | Method and Description |
---|---|
Map<String,AlternateAddress> |
NodeInfo.alternateAddresses() |
Map<String,AlternateAddress> |
PortInfo.alternateAddresses() |
Map<String,AlternateAddress> |
DefaultConfigurationProvider.AlternateAddressHolder.alternateAddresses() |
Constructor and Description |
---|
NodeInfo(String hostname,
Map<ServiceType,Integer> direct,
Map<ServiceType,Integer> ssl,
Map<String,AlternateAddress> alternateAddresses)
Creates a new
NodeInfo with SSL services. |
NodeInfo(String viewUri,
String hostname,
Map<String,Integer> ports,
Map<String,AlternateAddress> alternateAddresses)
Creates a new
NodeInfo with no SSL services. |
PortInfo(Map<String,Integer> services,
String hostname,
Map<String,AlternateAddress> aa)
Creates a new
PortInfo . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.