class
Qdrant::Api::ClusterOperations
- Qdrant::Api::ClusterOperations
- Reference
- Object
Overview
ClusterOperations (OpenAPI anyOf): a value matching at least one of the listed schemas. Implemented as a thin wrapper that (de)serialises by trying each member in order (the first that parses wins), so it transparently handles scalar, array and object members.
Defined in:
qdrant-api/models/cluster_operations.crConstructors
- .from_json(string_or_io) : self
- .from_json_any(data : JSON::Any) : self
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(value : AbortReshardingOperation)
- .new(value : AbortTransferOperation)
- .new(pull : JSON::PullParser)
- .new(value : CreateShardingKeyOperation)
- .new(value : DropReplicaOperation)
- .new(value : DropShardingKeyOperation)
- .new(value : MoveShardOperation)
- .new(value : ReplicatePointsOperation)
- .new(value : ReplicateShardOperation)
- .new(value : RestartTransferOperation)
- .new(value : StartReshardingOperation)
Class Method Summary
-
.openapi_any_of
List of classes defined in anyOf (OpenAPI v3)
Instance Method Summary
- #to_json(builder : JSON::Builder)
- #to_yaml(builder : YAML::Nodes::Builder)
- #value : Qdrant::Api::AbortReshardingOperation | Qdrant::Api::AbortTransferOperation | Qdrant::Api::CreateShardingKeyOperation | Qdrant::Api::DropReplicaOperation | Qdrant::Api::DropShardingKeyOperation | Qdrant::Api::MoveShardOperation | Qdrant::Api::ReplicatePointsOperation | Qdrant::Api::ReplicateShardOperation | Qdrant::Api::RestartTransferOperation | Qdrant::Api::StartReshardingOperation
Constructor Detail
Class Method Detail
Instance Method Detail
def value : Qdrant::Api::AbortReshardingOperation | Qdrant::Api::AbortTransferOperation | Qdrant::Api::CreateShardingKeyOperation | Qdrant::Api::DropReplicaOperation | Qdrant::Api::DropShardingKeyOperation | Qdrant::Api::MoveShardOperation | Qdrant::Api::ReplicatePointsOperation | Qdrant::Api::ReplicateShardOperation | Qdrant::Api::RestartTransferOperation | Qdrant::Api::StartReshardingOperation
#