索引
All Classes and Interfaces|所有程序包
C
- Call() - 类的构造器 cn.kingyen.singleflight.core.SingleFlight.Call
- cn.kingyen.singleflight.core - 程序包 cn.kingyen.singleflight.core
D
- doOnce(K, Supplier<V>) - 类中的方法 cn.kingyen.singleflight.core.SingleFlight
-
Perform an operation, and if an operation with the same key is in progress, wait for it to complete and return the result
- doOnceFuture(K, Supplier<V>) - 类中的方法 cn.kingyen.singleflight.core.SingleFlight
-
Execute an operation asynchronously, and if an operation with the same key is in progress, wait for it to complete and return the result
F
- forget(K) - 类中的方法 cn.kingyen.singleflight.core.SingleFlight
-
Forcibly delete a key and cancel all waiting operations
- future - 类中的变量 cn.kingyen.singleflight.core.SingleFlight.Call
I
- inFlight - 类中的变量 cn.kingyen.singleflight.core.SingleFlight
P
- pendingCount() - 类中的方法 cn.kingyen.singleflight.core.SingleFlight
-
Gets the number of operations currently in progress
S
- SingleFlight<K,
V> - cn.kingyen.singleflight.core中的类 -
SingleFlight is a utility class for access suppression。
- SingleFlight() - 类的构造器 cn.kingyen.singleflight.core.SingleFlight
- SingleFlight.Call<V> - cn.kingyen.singleflight.core中的类
-
represents a call in progress
All Classes and Interfaces|所有程序包