Interface ServiceMethods
- All Known Subinterfaces:
QDrantHttpClient
- All Known Implementing Classes:
AbstractQDrantClient,QDrantHttpClientImpl
public interface ServiceMethods
-
Method Summary
Modifier and TypeMethodDescriptionCollect telemetry data including app info, system info, collections info, cluster info, configs and statistics.Get lock options.setLockOptions(String errorMessage, boolean lockFlag) Set lock options.
-
Method Details
-
collectTelemetry
QDrantClientRequest<ServiceTelemetryResponse> collectTelemetry()Collect telemetry data including app info, system info, collections info, cluster info, configs and statistics.- Returns:
-
setLockOptions
Set lock options. If write is locked, all write operations and collection creation are forbidden. Returns previous lock options.- Parameters:
errorMessage-lockFlag-- Returns:
-
getLockOptions
QDrantClientRequest<LockOptionResponse> getLockOptions()Get lock options. If write is locked, all write operations and collection creation are forbidden.- Returns:
-