Enum KeyRangeCache.RangeMode (6.119.0)
Stay organized with collections
Save and categorize content based on your preferences.
public enum KeyRangeCache.RangeMode extends Enum<KeyRangeCache.RangeMode>
Determines how to handle ranges that span multiple splits.
Static Fields
|
| Name |
Description |
COVERING_SPLIT |
Consider it a cache miss if the whole range is not in a single split.
|
PICK_RANDOM |
If the range spans multiple splits, pick a random split when possible.
|
Static Methods
|
| Name |
Description |
valueOf(String name) |
|
values() |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-31 UTC.
[null,null,["Last updated 2026-07-31 UTC."],[],[]]