Package io.metaloom.qdrant.client.http
Class AbstractQDrantClient
java.lang.Object
io.metaloom.qdrant.client.http.AbstractQDrantClient
- All Implemented Interfaces:
io.metaloom.qdrant.client.CommonSettings,ClientSettings,ClusterMethods,CollectionMethods,PointMethods,ServiceMethods,SnapshotMethods,QDrantHttpClient,AutoCloseable
- Direct Known Subclasses:
QDrantHttpClientImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the configured connect timeout.Return the configured server hostname.intgetPort()Return the configured server port.Return the configured read timeout.Return the configured protocol scheme.Return the configured write timeout.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.metaloom.qdrant.client.http.method.ClusterMethods
getClusterStatusInfo, getCollectionClusterInfo, removePeerFromCluster, updateCollectionClusterSetupMethods inherited from interface io.metaloom.qdrant.client.http.method.CollectionMethods
createCollection, createCollectionIndexField, deleteCollection, deleteCollectionIndexField, listCollections, loadCollection, updateCollection, updateCollectionAliasesMethods inherited from interface io.metaloom.qdrant.client.http.method.PointMethods
clearPayload, countPoints, deletePayload, deletePoints, getPoint, getPoint, getPoint, getPoint, getPoints, overwritePayload, recommendBatchPoints, recommendPoints, scrollPoints, searchBatchPoints, searchPoints, setPointPayload, upsertPointsMethods inherited from interface io.metaloom.qdrant.client.http.QDrantHttpClient
closeMethods inherited from interface io.metaloom.qdrant.client.http.method.ServiceMethods
collectTelemetry, getLockOptions, setLockOptionsMethods inherited from interface io.metaloom.qdrant.client.http.method.SnapshotMethods
createCollectionSnapshot, createStorageSnapshot, downloadCollectionSnapshot, downloadStorageSnapshot, listCollectionSnapshots, listStorageSnapshots, recoverSnapshot
-
Field Details
-
scheme
-
hostname
-
port
protected final int port -
connectTimeout
-
readTimeout
-
writeTimeout
-
-
Constructor Details
-
Method Details
-
getPort
public int getPort()Description copied from interface:QDrantHttpClientReturn the configured server port.- Specified by:
getPortin interfaceio.metaloom.qdrant.client.CommonSettings- Specified by:
getPortin interfaceQDrantHttpClient
-
getScheme
Description copied from interface:QDrantHttpClientReturn the configured protocol scheme.- Specified by:
getSchemein interfaceQDrantHttpClient- Returns:
-
getHostname
Description copied from interface:QDrantHttpClientReturn the configured server hostname.- Specified by:
getHostnamein interfaceio.metaloom.qdrant.client.CommonSettings- Specified by:
getHostnamein interfaceQDrantHttpClient
-
getConnectTimeout
Description copied from interface:QDrantHttpClientReturn the configured connect timeout.- Specified by:
getConnectTimeoutin interfaceio.metaloom.qdrant.client.CommonSettings- Specified by:
getConnectTimeoutin interfaceQDrantHttpClient
-
getReadTimeout
Description copied from interface:QDrantHttpClientReturn the configured read timeout.- Specified by:
getReadTimeoutin interfaceio.metaloom.qdrant.client.CommonSettings- Specified by:
getReadTimeoutin interfaceQDrantHttpClient
-
getWriteTimeout
Description copied from interface:QDrantHttpClientReturn the configured write timeout.- Specified by:
getWriteTimeoutin interfaceio.metaloom.qdrant.client.CommonSettings- Specified by:
getWriteTimeoutin interfaceQDrantHttpClient
-