Uses of Enum
com.google.cloud.spanner.spi.v1.KeyRangeCache.RangeMode
Packages that use KeyRangeCache.RangeMode
-
Uses of KeyRangeCache.RangeMode in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 that return KeyRangeCache.RangeModeModifier and TypeMethodDescriptionstatic KeyRangeCache.RangeModeReturns the enum constant of this type with the specified name.static KeyRangeCache.RangeMode[]KeyRangeCache.RangeMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner.spi.v1 with parameters of type KeyRangeCache.RangeModeModifier and TypeMethodDescriptionKeyRangeCache.fillRoutingHint(boolean preferLeader, KeyRangeCache.RangeMode rangeMode, DirectedReadOptions directedReadOptions, RoutingHint.Builder hintBuilder) Fills routing hint and returns the server to use, or null if no routing decision can be made.KeyRangeCache.fillRoutingHint(boolean preferLeader, KeyRangeCache.RangeMode rangeMode, DirectedReadOptions directedReadOptions, RoutingHint.Builder hintBuilder, Predicate<String> excludedEndpoints)