Searched refs:RootChannelList (Results 1 – 5 of 5) sorted by relevance
32 import io.grpc.InternalChannelz.RootChannelList;51 RootChannelList rootChannels = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 1); in getRootChannels_empty()60 RootChannelList page = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 1); in getRootChannels_onePage()71 RootChannelList page = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 2); in getRootChannels_onePage_multi()82 RootChannelList page1 = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 1); in getRootChannels_paginate()85 RootChannelList page2 in getRootChannels_paginate()96 RootChannelList page = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 1); in getRootChannels_remove()106 RootChannelList page1 = channelz.getRootChannels(/*fromId=*/ 0, /*maxPageSize=*/ 1); in getRootChannels_addAfterLastPage()114 RootChannelList page2 in getRootChannels_addAfterLastPage()
39 import io.grpc.InternalChannelz.RootChannelList;667 new RootChannelList( in toGetTopChannelsResponse()677 new RootChannelList( in toGetTopChannelsResponse()688 new RootChannelList( in toGetTopChannelsResponse()701 new RootChannelList( in toGetTopChannelsResponse()
145 public RootChannelList getRootChannels(long fromId, int maxPageSize) { in getRootChannels()154 return new RootChannelList(channelList, !iterator.hasNext()); in getRootChannels()252 public static final class RootChannelList { class in InternalChannelz257 public RootChannelList(List<InternalInstrumented<ChannelStats>> channels, boolean end) { in RootChannelList() method in InternalChannelz.RootChannelList
68 InternalChannelz.RootChannelList rootChannels in getTopChannels()
30 import io.grpc.InternalChannelz.RootChannelList;426 static GetTopChannelsResponse toGetTopChannelResponse(RootChannelList rootChannels) { in toGetTopChannelResponse()