Uses of Interface
org.redisson.api.vector.VectorAddArgs
Packages that use VectorAddArgs
-
Uses of VectorAddArgs in org.redisson
Methods in org.redisson with parameters of type VectorAddArgsModifier and TypeMethodDescriptionbooleanRedissonVectorSet.add(VectorAddArgs args) RedissonVectorSet.addAsync(VectorAddArgs vargs) -
Uses of VectorAddArgs in org.redisson.api
Methods in org.redisson.api with parameters of type VectorAddArgsModifier and TypeMethodDescriptionbooleanRVectorSet.add(VectorAddArgs args) Adds an elementreactor.core.publisher.Mono<Boolean> RVectorSetReactive.add(VectorAddArgs args) Adds an elementio.reactivex.rxjava3.core.Single<Boolean> RVectorSetRx.add(VectorAddArgs args) Adds an elementRVectorSetAsync.addAsync(VectorAddArgs args) Adds an element -
Uses of VectorAddArgs in org.redisson.api.vector
Classes in org.redisson.api.vector that implement VectorAddArgsMethods in org.redisson.api.vector that return VectorAddArgsModifier and TypeMethodDescriptionVectorAddArgs.attributes(Object attributes) Defines the attributes.VectorAddParams.attributes(Object attributes) VectorAddArgs.explorationFactor(int value) Defines the exploration factor (EF)VectorAddParams.explorationFactor(int value) VectorAddArgs.maxConnections(int maxConnections) Defines the number of maximum connections which each node will have with other nodes.VectorAddParams.maxConnections(int maxConnections) VectorAddArgs.quantization(QuantizationType type) Defines the quantization typeVectorAddParams.quantization(QuantizationType type) VectorAddArgs.reduce(int reduce) Sets the random projection value to reduce the dimensionality of the vector.VectorAddParams.reduce(int reduce) VectorAddArgs.useCheckAndSet()Defines whether it is to use check-and-set style for the addition execution.VectorAddParams.useCheckAndSet()VectorAddArgs.ElementStep.vector(byte[] vector) Defines vector as byte array (32-bit floating point blob of values)Defines vector as array of floating point numbersVectorAddParams.vector(byte[] vector)