Record Class OpenSearchTestSetupService.SinkPerfSetup
java.lang.Object
java.lang.Record
ai.pipestream.module.pipelineprobe.opensearch.OpenSearchTestSetupService.SinkPerfSetup
- Record Components:
indexName- the OS index name the plan targetsplanId- the pinned IndexPlan id the sink resolvesvectorSetIds- the vector-set ids attached to the plan
- Enclosing class:
OpenSearchTestSetupService
-
Constructor Summary
ConstructorsConstructorDescriptionSinkPerfSetup(String indexName, String planId, List<String> vectorSetIds) Creates an instance of aSinkPerfSetuprecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theindexNamerecord component.planId()Returns the value of theplanIdrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevectorSetIdsrecord component.
-
Constructor Details
-
SinkPerfSetup
Creates an instance of aSinkPerfSetuprecord class.- Parameters:
indexName- the value for theindexNamerecord componentplanId- the value for theplanIdrecord componentvectorSetIds- the value for thevectorSetIdsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
indexName
-
planId
-
vectorSetIds
Returns the value of thevectorSetIdsrecord component.- Returns:
- the value of the
vectorSetIdsrecord component
-