Uses of Class
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Packages that use ReactiveHyperLogLogCommands.PfMergeCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveHyperLogLogCommands.PfMergeCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveHyperLogLogCommands.PfMergeCommandModifier and TypeMethodDescriptionReactiveHyperLogLogCommands.PfMergeCommand.into
(ByteBuffer destinationKey) Applies the destinationKey.ReactiveHyperLogLogCommands.PfMergeCommand.valuesIn
(Collection<ByteBuffer> sourceKeys) Creates a newReactiveHyperLogLogCommands.PfMergeCommand
given aCollection
of sourceKeys.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveHyperLogLogCommands.PfMergeCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>>
ReactiveHyperLogLogCommands.pfMerge
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) Merge N different HyperLogLogs at sourceKeys into a single destinationKey.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveHyperLogLogCommands.PfMergeCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>>
ReactiveHyperLogLogCommands.pfMerge
(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) Merge N different HyperLogLogs at sourceKeys into a single destinationKey.