| Package | Description |
|---|---|
| com.couchbase.client.dcp.core.config | |
| com.couchbase.client.dcp.core.service |
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceType,Integer> |
DefaultPortInfo.ports() |
Map<ServiceType,Integer> |
PortInfo.ports() |
Map<ServiceType,Integer> |
DefaultAlternateAddress.services() |
Map<ServiceType,Integer> |
NodeInfo.services()
The exposed non-ssl services.
|
Map<ServiceType,Integer> |
AlternateAddress.services()
The exposed non-ssl services.
|
Map<ServiceType,Integer> |
DefaultNodeInfo.services() |
Map<ServiceType,Integer> |
DefaultPortInfo.sslPorts() |
Map<ServiceType,Integer> |
PortInfo.sslPorts() |
Map<ServiceType,Integer> |
DefaultAlternateAddress.sslServices() |
Map<ServiceType,Integer> |
NodeInfo.sslServices()
The exposed ssl services.
|
Map<ServiceType,Integer> |
AlternateAddress.sslServices()
The exposed ssl services.
|
Map<ServiceType,Integer> |
DefaultNodeInfo.sslServices() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BucketConfig.serviceEnabled(ServiceType type)
Check if the service is enabled on the bucket.
|
boolean |
AbstractBucketConfig.serviceEnabled(ServiceType type) |
| Constructor and Description |
|---|
DefaultNodeInfo(String hostname,
Map<ServiceType,Integer> direct,
Map<ServiceType,Integer> ssl,
Map<String,AlternateAddress> alternateAddresses)
Creates a new
DefaultNodeInfo with SSL services. |
DefaultNodeInfo(String hostname,
Map<ServiceType,Integer> direct,
Map<ServiceType,Integer> ssl,
Map<String,AlternateAddress> alternateAddresses)
Creates a new
DefaultNodeInfo with SSL services. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.