public interface NodeInfo
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()
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.
Copyright © 2018 Couchbase, Inc.. All rights reserved.