A B C D E F G H I K L M N P R S T U V W 

A

add(MetricRegistry) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
Add a registry to the composite.
addMeasurement(String, T) - 类 中的方法com.alipay.lookout.api.Indicator
 
addMeasurement(Measurement) - 类 中的方法com.alipay.lookout.api.Indicator
 
apply(T) - 接口 中的方法com.alipay.lookout.jdk8.Function
Applies this function to the given argument.
Assert - com.alipay.lookout.common中的类
valid args and check state
AutoPollFriendlyInfo<T> - com.alipay.lookout.api.info中的接口
自动采集友好info Created by kevin.luy@alipay.com on 2017/2/22.
autoPollSuggest() - 接口 中的方法com.alipay.lookout.api.info.AutoPollFriendlyInfo
auto-poll(collect) suggest (非数值类型metric 可能数据过大,或计算value()耗时,所以自身可以给出自动采集器的建议)
AutoPollSuggestion - com.alipay.lookout.api.info中的类
Created by kevin.luy@alipay.com on 2017/2/22.
AutoPollSuggestion(long, TimeUnit) - 类 的构造器com.alipay.lookout.api.info.AutoPollSuggestion
suggest auto poll interval

B

BasicTag - com.alipay.lookout.api中的类
Immutable implementation of Tag.
BasicTag(String, String) - 类 的构造器com.alipay.lookout.api.BasicTag
create a new basic tag instance.

C

checkArg(boolean, String) - 类 中的静态方法com.alipay.lookout.common.Assert
argument validation
clear() - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
Remove all registries from the composite.
Clock - com.alipay.lookout.api中的接口
A timing source that can be used to access the current wall time as well as a high resolution monotonic time to measuring elapsed times.
clock() - 类 中的方法com.alipay.lookout.api.MetricRegistry
 
clock() - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
clock() - 接口 中的方法com.alipay.lookout.api.Registry
The clock used by the registry for timing events.
com.alipay.lookout.api - 程序包 com.alipay.lookout.api
 
com.alipay.lookout.api.composite - 程序包 com.alipay.lookout.api.composite
 
com.alipay.lookout.api.info - 程序包 com.alipay.lookout.api.info
 
com.alipay.lookout.common - 程序包 com.alipay.lookout.common
 
com.alipay.lookout.common.top - 程序包 com.alipay.lookout.common.top
 
com.alipay.lookout.jdk8 - 程序包 com.alipay.lookout.jdk8
 
CompositeRegistry - com.alipay.lookout.api.composite中的类
Created by kevin.luy@alipay.com on 2017/2/14.
CompositeRegistry(Clock) - 类 的构造器com.alipay.lookout.api.composite.CompositeRegistry
 
count() - 接口 中的方法com.alipay.lookout.api.Counter
The cumulative count since this counter was created.
count() - 接口 中的方法com.alipay.lookout.api.DistributionSummary
The number of times that record has been called
count() - 接口 中的方法com.alipay.lookout.api.Timer
get the count of all recorded events
counter(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
counter(String) - 接口 中的方法com.alipay.lookout.api.composite.MixinMetric
 
Counter - com.alipay.lookout.api中的接口
A counter metric(incrementing and decrementing) Created by kevin.luy@alipay.com on 2017/2/19.
counter(String) - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
counter(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
counter(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Measures the rate of some activity.
createId(String) - 类 中的方法com.alipay.lookout.api.MetricRegistry
 
createId(String, Iterable<Tag>) - 类 中的方法com.alipay.lookout.api.MetricRegistry
 
createId(String, Map<String, String>) - 类 中的方法com.alipay.lookout.api.MetricRegistry
Creates an identifier for a meter.
createId(String) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
createId(String, Iterable<Tag>) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
createId(String, Map<String, String>) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
createId(String) - 接口 中的方法com.alipay.lookout.api.Registry
Generate an identifier for a metric.
createId(String, Iterable<Tag>) - 接口 中的方法com.alipay.lookout.api.Registry
Generate an identifier for a metric.
createId(String, Map<String, String>) - 接口 中的方法com.alipay.lookout.api.Registry
 

D

dec() - 接口 中的方法com.alipay.lookout.api.Counter
Decrement the counter by one.
dec(long) - 接口 中的方法com.alipay.lookout.api.Counter
Decrement the counter by n.
distributionSummary(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
distributionSummary(String) - 接口 中的方法com.alipay.lookout.api.composite.MixinMetric
 
DistributionSummary - com.alipay.lookout.api中的接口
Histogram.
distributionSummary(String) - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
distributionSummary(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
distributionSummary(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Measures the rate and variation in amount for some activity.
DOT - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 

E

EMPTY_STR - 类 中的静态变量com.alipay.lookout.api.Measurement
 
equals(Object) - 类 中的方法com.alipay.lookout.api.BasicTag
 
equals(Object) - 类 中的方法com.alipay.lookout.api.Measurement
 

F

Function<T,R> - com.alipay.lookout.jdk8中的接口
Created by kevin.luy@alipay.com on 2017/1/26.

G

gauge(Id, Gauge<T>) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
gauge(String, Gauge<T>) - 接口 中的方法com.alipay.lookout.api.composite.MixinMetric
 
Gauge<T extends Number> - com.alipay.lookout.api中的接口
即时的数据观察值,适用于度量的对象是黑盒的状态采样。
gauge(String, Gauge<T>) - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
gauge(Id, Gauge<T>) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
gauge(Id, Gauge<T>) - 接口 中的方法com.alipay.lookout.api.Registry
Register a gauge instance
get(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
get(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
get(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Returns the metric associated with a given id.
getRegistries() - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
get all registry
getTagValue(Id, String) - 类 中的静态方法com.alipay.lookout.api.Utils
get the value of a tag which belongs to an id.
getTagValue(Iterable<Tag>, String) - 类 中的静态方法com.alipay.lookout.api.Utils
 
getTimestamp() - 类 中的方法com.alipay.lookout.api.Indicator
 

H

hashCode() - 类 中的方法com.alipay.lookout.api.BasicTag
 
hashCode() - 类 中的方法com.alipay.lookout.api.Measurement
 
HIGH_PRIORITY_TAG - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 

I

Id - com.alipay.lookout.api中的接口
its combination of name and tags Created by kevin.luy@alipay.com on 2017/2/14.
id() - 类 中的方法com.alipay.lookout.api.Indicator
 
id() - 接口 中的方法com.alipay.lookout.api.Metric
Identifier used to lookup this metric in the registry.
id() - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
inc() - 接口 中的方法com.alipay.lookout.api.Counter
Update the counter by one.
inc(long) - 接口 中的方法com.alipay.lookout.api.Counter
Increment the counter by n.
Indicator<T> - com.alipay.lookout.api中的类
Created by kevin.luy@alipay.com on 2017/1/26.
Indicator(long, Id) - 类 的构造器com.alipay.lookout.api.Indicator
 
Indicator(long, Id, T) - 类 的构造器com.alipay.lookout.api.Indicator
 
info(Id, Y) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
Info<T> - com.alipay.lookout.api.info中的接口
Non - numerical metric Created by kevin.luy@alipay.com on 2017/2/22.
info(Id, Y) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
info(Id, Y) - 接口 中的方法com.alipay.lookout.api.Registry
Register a info instance
INSTANCE - 类 中的静态变量com.alipay.lookout.api.NoopRegistry
 
INSTANCE_ID_NAME - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 
intervalMills() - 类 中的方法com.alipay.lookout.api.info.AutoPollSuggestion
 
iterator() - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
iterator() - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
iterator() - 接口 中的方法com.alipay.lookout.api.Registry
Iterator for traversing the set of metrics in the registry.

K

key() - 类 中的方法com.alipay.lookout.api.BasicTag
 
key() - 接口 中的方法com.alipay.lookout.api.Tag
the key of a tag

L

lastModifiedTime() - 接口 中的方法com.alipay.lookout.api.info.AutoPollFriendlyInfo
last modified timestamp; (Work with AutoPollSuggestion.POLL_WHEN_UPDATED)
Lookout - com.alipay.lookout.api中的类
正常情况下,不建议使用该方式获取全局 registry.
LookoutConstants - com.alipay.lookout.common中的接口
Created by kevin.luy@alipay.com on 2017/2/7.
LOW_PRIORITY_TAG - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 

M

measure() - 接口 中的方法com.alipay.lookout.api.Metric
Get the set of measurements
measure() - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
Measurement<T> - com.alipay.lookout.api中的类
Created by kevin.luy@alipay.com on 2017/2/14.
Measurement(String, T) - 类 的构造器com.alipay.lookout.api.Measurement
Create a new instance.
Measurement(T) - 类 的构造器com.alipay.lookout.api.Measurement
 
measurements() - 类 中的方法com.alipay.lookout.api.Indicator
 
Metric - com.alipay.lookout.api中的接口
metric with identification Created by kevin.luy@alipay.com on 2017/2/14.
MetricRegistry - com.alipay.lookout.api中的类
Created by kevin.luy@alipay.com on 2017/2/14.
MetricRegistry(Clock) - 类 的构造器com.alipay.lookout.api.MetricRegistry
 
mixinMetric(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
MixinMetric - com.alipay.lookout.api.composite中的接口
MixinMetric is a mixin of basic metric types.
mixinMetric(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
mixinMetric(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Generate a mixinMetric
monotonicTime() - 接口 中的方法com.alipay.lookout.api.Clock
Current time from a monotonic clock source.

N

name() - 接口 中的方法com.alipay.lookout.api.Id
get the name
name() - 类 中的方法com.alipay.lookout.api.Measurement
 
NEVEL_AUTO_POLL - 类 中的静态变量com.alipay.lookout.api.info.AutoPollSuggestion
 
NoopMixinMetric - com.alipay.lookout.api中的枚举
Unstable API,Do not use it!
NoopRegistry - com.alipay.lookout.api中的类
Registry implementation that does nothing.
notNull(T, String) - 类 中的静态方法com.alipay.lookout.common.Assert
 

P

POLL_WHEN_UPDATED - 类 中的静态变量com.alipay.lookout.api.info.AutoPollSuggestion
 
PRIORITY - com.alipay.lookout.api中的枚举
metric priority tag suggest auto poll interval Created by kevin.luy@alipay.com on 2017/2/23.
propagate(String, Throwable) - 类 中的方法com.alipay.lookout.api.MetricRegistry
 
propagate(Throwable) - 类 中的方法com.alipay.lookout.api.MetricRegistry
 
propagate(String, Throwable) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
propagate(String, Throwable) - 接口 中的方法com.alipay.lookout.api.Registry
propagate a exception

R

record(long) - 接口 中的方法com.alipay.lookout.api.DistributionSummary
Updates the statistics with the specified amount.
record(long, TimeUnit) - 接口 中的方法com.alipay.lookout.api.Timer
 
record(Callable<T>) - 接口 中的方法com.alipay.lookout.api.Timer
 
record(Runnable) - 接口 中的方法com.alipay.lookout.api.Timer
Executes the Runnable `f` and records the time taken.
record(long, Tag...) - 接口 中的方法com.alipay.lookout.common.top.TopGauger
 
record(long, Map<String, String>) - 接口 中的方法com.alipay.lookout.common.top.TopGauger
 
register(Metric) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
register(Metric) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
register(Metric) - 接口 中的方法com.alipay.lookout.api.Registry
Add a custom metric to the registry.
registerExtendedMetrics() - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
registerExtendedMetrics() - 类 中的方法com.alipay.lookout.api.MetricRegistry
use other extension metrics,such as: jvm,vm,middleWares...
registry() - 类 中的静态方法com.alipay.lookout.api.Lookout
 
Registry - com.alipay.lookout.api中的接口
manage a set of metrics.
remove(Registry) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
Remove a registry from the composite.
removeMetric(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
removeMetric(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
removeMetric(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Remove a metric by id.
roll(long) - 类 中的方法com.alipay.lookout.common.top.RollableTopGauge
 
RollableTopGauge - com.alipay.lookout.common.top中的类
Created by kevin.luy@alipay.com on 2017/4/5.

S

setRegistry(Registry) - 类 中的静态方法com.alipay.lookout.api.Lookout
this method can only invoke once,but you can set a compositeRegistry.
state(boolean, String) - 类 中的静态方法com.alipay.lookout.common.Assert
state validation
Statistic - com.alipay.lookout.api中的枚举
Measurement type Created by kevin.luy@alipay.com on 2017/2/14.
SYSTEM - 接口 中的静态变量com.alipay.lookout.api.Clock
 

T

Tag - com.alipay.lookout.api中的接口
a dimension of a metric Created by kevin.luy@alipay.com on 2017/1/26.
TAG_GROUP_KEY - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 
TAG_PRIORITY_KEY - 接口 中的静态变量com.alipay.lookout.common.LookoutConstants
 
tags() - 接口 中的方法com.alipay.lookout.api.Id
get all tags
timer(Id) - 类 中的方法com.alipay.lookout.api.composite.CompositeRegistry
 
timer(String) - 接口 中的方法com.alipay.lookout.api.composite.MixinMetric
 
timer(String) - 枚举 中的方法com.alipay.lookout.api.NoopMixinMetric
 
timer(Id) - 类 中的方法com.alipay.lookout.api.NoopRegistry
 
timer(Id) - 接口 中的方法com.alipay.lookout.api.Registry
Measures the rate and time taken for short running tasks.
Timer - com.alipay.lookout.api中的接口
A timer metric Created by kevin.luy@alipay.com on 2017/2/14.
TopGauger - com.alipay.lookout.common.top中的接口
Created by kevin.luy@alipay.com on 2017/3/31.
topGauger(Registry, Id, int) - 类 中的静态方法com.alipay.lookout.common.top.TopUtil
新创建一个 TopGuager 实例,不用重复创建相同的 TopGuager,需要复用; 「默认降序」;
topGauger(Registry, Id, int, TopUtil.Order) - 类 中的静态方法com.alipay.lookout.common.top.TopUtil
 
TopUtil - com.alipay.lookout.common.top中的类
Created by kevin.luy@alipay.com on 2017/3/31.
TopUtil.Order - com.alipay.lookout.common.top中的枚举
 
toString() - 类 中的方法com.alipay.lookout.api.BasicTag
 
toString() - 类 中的方法com.alipay.lookout.api.Measurement
 
totalAmount() - 接口 中的方法com.alipay.lookout.api.DistributionSummary
The total amount of all recorded events
totalTime() - 接口 中的方法com.alipay.lookout.api.Timer
Get the total time of recorded events

U

Utils - com.alipay.lookout.api中的类
Created by kevin.luy@alipay.com on 2017/2/14.

V

value() - 类 中的方法com.alipay.lookout.api.BasicTag
 
value() - 接口 中的方法com.alipay.lookout.api.Gauge
get an instant value of a target
value() - 接口 中的方法com.alipay.lookout.api.info.Info
 
value() - 类 中的方法com.alipay.lookout.api.Measurement
Value for the measurement.
value() - 接口 中的方法com.alipay.lookout.api.Tag
the value fo a tag
value() - 类 中的方法com.alipay.lookout.common.top.RollableTopGauge
 
valueOf(String) - 枚举 中的静态方法com.alipay.lookout.api.NoopMixinMetric
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.lookout.api.PRIORITY
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.lookout.api.Statistic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.lookout.common.top.TopUtil.Order
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alipay.lookout.api.NoopMixinMetric
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.lookout.api.PRIORITY
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.lookout.api.Statistic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.lookout.common.top.TopUtil.Order
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wallTime() - 接口 中的方法com.alipay.lookout.api.Clock
Current wall time in milliseconds since the epoch.
withTag(String, String) - 接口 中的方法com.alipay.lookout.api.Id
 
withTag(Tag) - 接口 中的方法com.alipay.lookout.api.Id
 
withTags(Tag...) - 接口 中的方法com.alipay.lookout.api.Id
 
withTags(Iterable<Tag>) - 接口 中的方法com.alipay.lookout.api.Id
 
withTags(Map<String, String>) - 接口 中的方法com.alipay.lookout.api.Id
add tags
A B C D E F G H I K L M N P R S T U V W 

Copyright © 2018. All rights reserved.