Uses of Class
io.grpc.InternalLogId
-
Packages that use InternalLogId Package Description io.grpc The gRPC core public API. -
-
Uses of InternalLogId in io.grpc
Methods in io.grpc that return InternalLogId Modifier and Type Method Description static InternalLogIdInternalLogId. allocate(java.lang.Class<?> type, java.lang.String details)Creates a log id.static InternalLogIdInternalLogId. allocate(java.lang.String typeName, java.lang.String details)Creates a log id.InternalLogIdInternalWithLogId. getLogId()Returns an ID that is primarily used in debug logs.Methods in io.grpc with parameters of type InternalLogId Modifier and Type Method Description booleanInternalChannelz. containsClientSocket(InternalLogId transportRef)booleanInternalChannelz. containsServer(InternalLogId serverRef)booleanInternalChannelz. containsSubchannel(InternalLogId subchannelRef)
-