Uses of Class
com.lancedb.lance.namespace.client.apache.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.lancedb.lance.namespace.client.apache
Methods in com.lancedb.lance.namespace.client.apache that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair(String name, Object value) ApiClient.parameterToPairs(String collectionFormat, String name, Collection<?> value) Method parameters in com.lancedb.lance.namespace.client.apache with type arguments of type PairModifier and TypeMethodDescription<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, String urlQueryDeepObject, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, com.fasterxml.jackson.core.type.TypeReference<T> returnType) -
Uses of Pair in com.lancedb.lance.namespace.client.apache.auth
Method parameters in com.lancedb.lance.namespace.client.apache.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) void