Class QdrantEndpointBuilderFactory.QdrantHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.QdrantEndpointBuilderFactory.QdrantHeaderNameBuilder
- Enclosing interface:
QdrantEndpointBuilderFactory
The builder of headers' name for the Qdrant component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action to be performed.Operation ID.Operation Status.Operation Status Value.The point id to use for operation.Payload Selector.Read Consistency.The number of elements.Include Payload.Include Vectors.
-
Constructor Details
-
QdrantHeaderNameBuilder
public QdrantHeaderNameBuilder()
-
-
Method Details
-
qdrantAction
The action to be performed. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
QdrantAction.
-
qdrantPointsPayloadSelector
Payload Selector. The option is a:io.qdrant.client.grpc.Points$WithPayloadSelectortype. Group: producer- Returns:
- the name of the header
QdrantPointsPayloadSelector.
-
qdrantOperationID
Operation ID. The option is a:longtype. Group: producer- Returns:
- the name of the header
QdrantOperationID.
-
qdrantOperationStatus
Operation Status. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
QdrantOperationStatus.
-
qdrantOperationStatusValue
Operation Status Value. The option is a:inttype. Group: producer- Returns:
- the name of the header
QdrantOperationStatusValue.
-
qdrantReadConsistency
Read Consistency. The option is a:io.qdrant.client.grpc.Points$ReadConsistencytype. Group: producer- Returns:
- the name of the header
QdrantReadConsistency.
-
qdrantWithPayload
Include Payload. The option is a:booleantype. Default: true Group: producer- Returns:
- the name of the header
QdrantWithPayload.
-
qdrantWithVectors
Include Vectors. The option is a:booleantype. Default: false Group: producer- Returns:
- the name of the header
QdrantWithVectors.
-
qdrantSize
The number of elements. The option is a:inttype. Group: producer- Returns:
- the name of the header
QdrantSize.
-
qdrantPointId
The point id to use for operation. The option is a:inttype. Group: producer- Returns:
- the name of the header
QdrantPointId.
-