grpc-java/util/src
Eric Anderson 2448c8b6b9
util: Replace BUFFER_PICKER with FixedResultPicker
I think at some point there were more usages in the tests. But now it
is pretty easy.

PriorityLb.ChildLbState.picker is initialized to
FixedResultPicker(NoResult). So now that GracefulSwitchLb is using the
same picker, equals() is able to de-dup an update.
2025-03-28 12:49:36 -07:00
..
jmh/java/io/grpc/util core, inprocess, util: move inprocess and util code into their own new artifacts grpc-inprocess and grpc-util (#10362) 2023-07-17 11:45:31 -07:00
main util: Replace BUFFER_PICKER with FixedResultPicker 2025-03-28 12:49:36 -07:00
test/java/io/grpc/util util: Replace BUFFER_PICKER with FixedResultPicker 2025-03-28 12:49:36 -07:00
testFixtures/java/io/grpc/util util: Remove EAG conveniences from MultiChildLb 2024-11-11 13:16:21 -08:00