class CryBase::CouchBase::Services::Query::TopologyClient

Defined in:

crybase/couchbase/services/query/topology_client.cr

Constant Summary

PATH = "/pools/default/nodeServices"

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : Endpoint, username : String, password : String, connect_timeout : Time::Span = Client::DEFAULT_CONNECT_TIMEOUT, read_timeout : Time::Span = Client::DEFAULT_READ_TIMEOUT, write_timeout : Time::Span = Client::DEFAULT_WRITE_TIMEOUT, *, tls_verify : Bool = true, tls_hostname : String | Nil = nil, tls_context : OpenSSL::SSL::Context::Client | Nil = nil, network : String | Nil = nil) #

[View source]

Instance Method Detail

def endpoint : Endpoint #

[View source]
def fetch : Topology #

[View source]