type google.golang.org/grpc/internal/channelz.channelMap
28 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L82: DB *channelMap
funcs.go#L85: func (d *dbWrapper) set(db *channelMap) {
funcs.go#L91: func (d *dbWrapper) get() *channelMap {
funcs.go#L107: db.set(&channelMap{
funcs.go#L321: type channelMap struct {
funcs.go#L331: func (c *channelMap) addServer(id int64, s *server) {
funcs.go#L338: func (c *channelMap) addChannel(id int64, cn *channel, isTopChannel bool, pid int64, ref string) {
funcs.go#L351: func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string) {
funcs.go#L360: func (c *channelMap) addListenSocket(id int64, ls *listenSocket, pid int64, ref string) {
funcs.go#L368: func (c *channelMap) addNormalSocket(id int64, ns *normalSocket, pid int64, ref string) {
funcs.go#L380: func (c *channelMap) removeEntry(id int64) {
funcs.go#L387: func (c *channelMap) decrTraceRefCount(id int64) {
funcs.go#L396: func (c *channelMap) findEntry(id int64) entry {
funcs.go#L423: func (c *channelMap) deleteEntry(id int64) {
funcs.go#L448: func (c *channelMap) traceEvent(id int64, desc *TraceEventDesc) {
funcs.go#L502: func (c *channelMap) GetTopChannels(id int64, maxResults int64) ([]*ChannelMetric, bool) {
funcs.go#L550: func (c *channelMap) GetServers(id, maxResults int64) ([]*ServerMetric, bool) {
funcs.go#L595: func (c *channelMap) GetServerSockets(id int64, startID int64, maxResults int64) ([]*SocketMetric, bool) {
funcs.go#L646: func (c *channelMap) GetChannel(id int64) *ChannelMetric {
funcs.go#L669: func (c *channelMap) GetSubChannel(id int64) *SubChannelMetric {
funcs.go#L691: func (c *channelMap) GetSocket(id int64) *SocketMetric {
funcs.go#L712: func (c *channelMap) GetServer(id int64) *ServerMetric {
types.go#L203: cm *channelMap
types.go#L319: cm *channelMap
types.go#L491: cm *channelMap
types.go#L520: cm *channelMap
types.go#L586: cm *channelMap
types.go#L630: cm *channelMap
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |