Package io.grpc
Interface InternalInstrumented<T>
- All Superinterfaces:
InternalWithLogId
- All Known Subinterfaces:
ClientTransport
,ConnectionClientTransport
,ManagedClientTransport
,ServerTransport
- All Known Implementing Classes:
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
,DelayedClientTransport
,FailingClientTransport
,ForwardingConnectionClientTransport
,InProcessTransport
,InternalSubchannel
,InternalSubchannel.CallTracingTransport
,ManagedChannelImpl
,NettyClientTransport
,NettyServer.ListenSocket
,NettyServerTransport
,OobChannel
,ServerImpl
,ServletServerBuilder.ServerTransportImpl
,ServletServerBuilder.ServerTransportImpl
An internal class. Do not use.
An interface for types that may support instrumentation. If the actual type does not
support instrumentation, then the future will return a null
.
-
Method Summary
Methods inherited from interface io.grpc.InternalWithLogId
getLogId
-
Method Details
-
getStats
com.google.common.util.concurrent.ListenableFuture<T> getStats()Returns the stats object.
-