public interface AlternateAddress
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
hostname()
The inet address of the node.
|
String |
rawHostname()
Contains the string representation from the hostname the
same way it is represented in the config.
|
Map<ServiceType,Integer> |
services()
The exposed non-ssl services.
|
Map<ServiceType,Integer> |
sslServices()
The exposed ssl services.
|
NetworkAddress hostname()
String rawHostname()
Map<ServiceType,Integer> services()
Map<ServiceType,Integer> sslServices()
Copyright © 2019 Couchbase, Inc.. All rights reserved.