Searched defs:stickinessKey (Results 1 – 2 of 2) sorted by relevance
412 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in noStickinessEnabled_withStickyHeader() local477 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in stickinessEnabled_withStickyHeader() local507 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in stickinessEnabled_withDifferentStickyHeaders() local552 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in stickiness_goToTransientFailure_pick_backToReady() local600 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in stickiness_goToTransientFailure_backToReady_pick() local653 Key<String> stickinessKey = Key.of("my-sticky-key", Metadata.ASCII_STRING_MARSHALLER); in stickiness_oneSubchannelShutdown() local
339 StickinessState(@Nonnull String stickinessKey) { in StickinessState()