Interface ServiceMethods

All Known Subinterfaces:
QDrantHttpClient
All Known Implementing Classes:
AbstractQDrantClient, QDrantHttpClientImpl

public interface ServiceMethods
  • Method Details

    • collectTelemetry

      QDrantClientRequest<ServiceTelemetryResponse> collectTelemetry(boolean anonymize)
      Collect telemetry data including app info, system info, collections info, cluster info, configs and statistics.
      Parameters:
      anonymize - If true, anonymize result
      Returns:
    • setLockOptions

      QDrantClientRequest<LockOptionResponse> setLockOptions(String errorMessage, boolean lockFlag)
      Set lock options. If write is locked, all write operations and collection creation are forbidden. Returns previous lock options.
      Parameters:
      errorMessage -
      lockFlag -
      Returns:
    • getLockOptions

      Get lock options. If write is locked, all write operations and collection creation are forbidden.
      Returns: