Class MilvusEndpointBuilderFactory.MilvusHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.MilvusEndpointBuilderFactory.MilvusHeaderNameBuilder
- Enclosing interface:
MilvusEndpointBuilderFactory
The builder of headers' name for the Milvus component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action to be performed.Collection Name for Insert/Upsert operation.Key Name for Insert/Upsert operation.Key Value for Insert/Upsert operation.Operation Status.Operation Status Value.Text Field Name for Insert/Upsert operation.Vector Field Name for Insert/Upsert operation.
-
Constructor Details
-
MilvusHeaderNameBuilder
public MilvusHeaderNameBuilder()
-
-
Method Details
-
milvusAction
The action to be performed. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusAction
.
-
milvusOperationStatus
Operation Status. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusOperationStatus
.
-
milvusOperationStatusValue
Operation Status Value. The option is a:int
type. Group: producer- Returns:
- the name of the header
MilvusOperationStatusValue
.
-
milvusTextFieldName
Text Field Name for Insert/Upsert operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusTextFieldName
.
-
milvusVectorFieldName
Vector Field Name for Insert/Upsert operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusVectorFieldName
.
-
milvusCollectionName
Collection Name for Insert/Upsert operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusCollectionName
.
-
milvusKeyName
Key Name for Insert/Upsert operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusKeyName
.
-
milvusKeyValue
Key Value for Insert/Upsert operation. The option is a:String
type. Group: producer- Returns:
- the name of the header
MilvusKeyValue
.
-