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 TypeMethodDescriptionDefaultPortInfo.ports()PortInfo.ports()AlternateAddress.services()The exposed non-ssl services.DefaultAlternateAddress.services()DefaultNodeInfo.services()NodeInfo.services()The exposed non-ssl services.DefaultPortInfo.sslPorts()PortInfo.sslPorts()AlternateAddress.sslServices()The exposed ssl services.DefaultAlternateAddress.sslServices()DefaultNodeInfo.sslServices()NodeInfo.sslServices()The exposed ssl services.Methods in com.couchbase.client.dcp.core.config with parameters of type ServiceTypeModifier and TypeMethodDescriptionbooleanAbstractBucketConfig.serviceEnabled(ServiceType type) booleanBucketConfig.serviceEnabled(ServiceType type) Check if the service is enabled on the bucket.Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type ServiceTypeModifierConstructorDescriptionDefaultNodeInfo(String hostname, Map<ServiceType, Integer> direct, Map<ServiceType, Integer> ssl, Map<String, AlternateAddress> alternateAddresses) Creates a newDefaultNodeInfowith SSL services. -
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.