Uses of Class
io.vertx.redis.client.RequestGrouping
Packages that use RequestGrouping
Package
Description
-
Uses of RequestGrouping in io.vertx.reactivex.redis.client
Methods in io.vertx.reactivex.redis.client that return types with arguments of type RequestGroupingModifier and TypeMethodDescriptionRedisCluster.groupByNodes(List<Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting future will fail.RedisCluster.rxGroupByNodes(List<Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting future will fail. -
Uses of RequestGrouping in io.vertx.redis.client
Methods in io.vertx.redis.client that return types with arguments of type RequestGroupingModifier and TypeMethodDescriptionRedisCluster.groupByNodes(List<Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting future will fail. -
Uses of RequestGrouping in io.vertx.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client that return types with arguments of type RequestGroupingModifier and TypeMethodDescriptionRedisCluster.groupByNodes(List<Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting future will fail.RedisCluster.rxGroupByNodes(List<Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting future will fail.