Uses of Class
io.vertx.redis.client.RequestGrouping

Packages that use RequestGrouping
  • Uses of RequestGrouping in io.vertx.reactivex.redis.client

    Methods in io.vertx.reactivex.redis.client that return types with arguments of type RequestGrouping
    Modifier and Type
    Method
    Description
    RedisCluster.groupByNodes(List<Request> requests)
    Groups the requests into a RequestGrouping, 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 the keyed collection 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 the requests includes multiple keys that belong to different master nodes, the resulting future will fail.
    RedisCluster.rxGroupByNodes(List<Request> requests)
    Groups the requests into a RequestGrouping, 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 the keyed collection 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 the requests includes 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 RequestGrouping
    Modifier and Type
    Method
    Description
    RedisCluster.groupByNodes(List<Request> requests)
    Groups the requests into a RequestGrouping, 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 the keyed collection 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 the requests includes 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 RequestGrouping
    Modifier and Type
    Method
    Description
    RedisCluster.groupByNodes(List<Request> requests)
    Groups the requests into a RequestGrouping, 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 the keyed collection 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 the requests includes multiple keys that belong to different master nodes, the resulting future will fail.
    RedisCluster.rxGroupByNodes(List<Request> requests)
    Groups the requests into a RequestGrouping, 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 the keyed collection 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 the requests includes multiple keys that belong to different master nodes, the resulting future will fail.