public abstract static class MetricsAccessKey.AbstractProvider extends Object implements MetricsAccessKey.Provider
Constructor and Description |
---|
AbstractProvider() |
Modifier and Type | Method and Description |
---|---|
MetricsAccessKey |
getAccessKey(String accessKey)
Returns the definition of the specific access key.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccessKeys
@CheckForNull public MetricsAccessKey getAccessKey(String accessKey)
MetricsAccessKey.Provider.getAccessKeys()
must
be returned by this method, but it may also return additional entries.getAccessKey
in interface MetricsAccessKey.Provider
accessKey
- the access key to retrieve.Copyright © 2016. All rights reserved.