class Qdrant::Api::Cluster

Defined in:

qdrant-api/api/cluster.cr
qdrant-api/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

Instance Method Detail

def peer : Cluster::Peer #

[View source]

Tries to recover current peer Raft state.


[View source]

Get cluster status info Get information about the current state and composition of the cluster


[View source]
def telemetry(*, details_level : Int32 | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::ClusterTelemetry200Response) #

Collect cluster telemetry data Get telemetry data, from the point of view of the cluster. This includes peers info, collections info, shard transfers, and resharding status


[View source]