Uses of Enum Class
com.couchbase.client.dcp.core.service.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in com.couchbase.client.dcp.core.config
Methods in com.couchbase.client.dcp.core.config that return types with arguments of type ServiceTypeModifier and TypeMethodDescriptionPortSelector.getServiceForName(String serviceName) Given the name of a Couchbase service as it appears in the global/bucket config JSON, return the associated ServiceType, or empty if the name is unrecognized or refers to an irrelevant transport.NodeInfo.ports()NodeInfo.services()Deprecated.NodeInfo.sslServices()Deprecated.Please useNodeInfo.ports()instead.Methods in com.couchbase.client.dcp.core.config with parameters of type ServiceTypeModifier and TypeMethodDescriptionbooleanNodeInfo.has(ServiceType serviceType) NodeInfo.port(ServiceType serviceType) Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type ServiceType -
Uses of ServiceType in com.couchbase.client.dcp.core.service
Methods in com.couchbase.client.dcp.core.service that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeReturns the enum constant of this class with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.
NodeInfo.ports()instead.