Companion

object Companion

Functions

analytics
Link copied to clipboard
fun analytics(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the Analytics service (port 8095 by default).

eventing
Link copied to clipboard
fun eventing(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the Eventing service (port 8096 by default).

manager
Link copied to clipboard
fun manager(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the Cluster Management service (port 8091 by default).

query
Link copied to clipboard
fun query(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the N1QL Query service (port 8093 by default).

search
Link copied to clipboard
fun search(nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the Full-Text Search service (port 8094 by default).

views
Link copied to clipboard
fun views(bucketName: String, nodeIdentifier: NodeIdentifier? = null): HttpTarget

Target the Views service (port 8092 by default).