@Internal public interface InternalInstrumented<T> extends InternalWithLogId
An interface for types that may support instrumentation. If the actual type does not
support instrumentation, then the future will return a null
.
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<T> |
getStats()
Returns the stats object.
|
getLogId
com.google.common.util.concurrent.ListenableFuture<T> getStats()
Copyright © 2018. All rights reserved.