Package org.apache.flink.runtime.util
Class DefaultGroupCache.Factory<G,K,V>
- java.lang.Object
-
- org.apache.flink.runtime.util.DefaultGroupCache.Factory<G,K,V>
-
- Enclosing class:
- DefaultGroupCache<G,K,V>
public static class DefaultGroupCache.Factory<G,K,V> extends Object
The Factory ofDefaultGroupCache
.
-
-
Constructor Detail
-
Factory
public Factory()
-
Factory
@VisibleForTesting public Factory(Duration cacheExpireTimeout, int cacheSizeLimit, org.apache.flink.shaded.guava32.com.google.common.base.Ticker ticker)
-
-
Method Detail
-
create
public DefaultGroupCache<G,K,V> create()
-
-