Modifier and Type | Method and Description |
---|---|
Map<ServiceType,Integer> |
PortInfo.ports() |
Map<ServiceType,Integer> |
DefaultPortInfo.ports() |
Map<ServiceType,Integer> |
NodeInfo.services()
The exposed non-ssl services.
|
Map<ServiceType,Integer> |
DefaultNodeInfo.services() |
Map<ServiceType,Integer> |
PortInfo.sslPorts() |
Map<ServiceType,Integer> |
DefaultPortInfo.sslPorts() |
Map<ServiceType,Integer> |
NodeInfo.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(InetAddress hostname,
Map<ServiceType,Integer> direct,
Map<ServiceType,Integer> ssl)
Creates a new
DefaultNodeInfo with SSL services. |
DefaultNodeInfo(InetAddress hostname,
Map<ServiceType,Integer> direct,
Map<ServiceType,Integer> ssl)
Creates a new
DefaultNodeInfo with SSL services. |
Constructor and Description |
---|
AbstractLoader(LoaderType loaderType,
ServiceType serviceType,
ClusterFacade cluster,
CoreEnvironment environment)
Create a new
AbstractLoader . |
Modifier and Type | Method and Description |
---|---|
protected abstract ServiceType |
AbstractGenericHandler.serviceType()
Returns the
ServiceType associated with this handler. |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
ConfigHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
DCPHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
KeyValueHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
QueryHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
SearchHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
protected ServiceType |
ViewHandler.serviceType() |
Modifier and Type | Method and Description |
---|---|
ServiceType |
RemoveServiceRequest.type() |
ServiceType |
AddServiceRequest.type() |
Constructor and Description |
---|
AddServiceRequest(ServiceType type,
String bucket,
String password,
int port,
InetAddress hostname) |
RemoveServiceRequest(ServiceType type,
String bucket,
InetAddress hostname) |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceRegistry.serviceBy(ServiceType type,
String bucket) |
Service |
DefaultServiceRegistry.serviceBy(ServiceType type,
String bucket) |
boolean |
Node.serviceEnabled(ServiceType type)
True if the given
ServiceType is currently enabled on this node, false otherwise. |
boolean |
CouchbaseNode.serviceEnabled(ServiceType type) |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ViewService.type() |
ServiceType |
Service.type()
Returns the type for the given
Service . |
ServiceType |
SearchService.type() |
ServiceType |
QueryService.type() |
ServiceType |
KeyValueService.type() |
ServiceType |
DCPService.type() |
ServiceType |
ConfigService.type() |
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.
|
Modifier and Type | Method and Description |
---|---|
static Service |
ServiceFactory.create(String hostname,
String bucket,
String password,
int port,
CoreEnvironment env,
ServiceType type,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.