Uses of Class
com.couchbase.client.core.service.BucketServiceMapping
-
Packages that use BucketServiceMapping Package Description com.couchbase.client.core.service -
-
Uses of BucketServiceMapping in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return BucketServiceMapping Modifier and Type Method Description BucketServiceMapping
AbstractDynamicService. mapping()
BucketServiceMapping
PooledService. mapping()
BucketServiceMapping
Service. mapping()
Returns the mapping for the givenService
.BucketServiceMapping
ServiceType. mapping()
static BucketServiceMapping
BucketServiceMapping. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketServiceMapping[]
BucketServiceMapping. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-