Searched refs:EVICTOR_SHARED_CACHE_ENVS (Results 1 – 4 of 4) sorted by relevance
90 public static final StatDefinition EVICTOR_SHARED_CACHE_ENVS = field in EvictorStatDefinition
29 import static com.sleepycat.je.evictor.EvictorStatDefinition.EVICTOR_SHARED_CACHE_ENVS;1521 sharedCacheEnvs = new IntStat(stats, EVICTOR_SHARED_CACHE_ENVS); in Evictor()
94 EvictorStatDefinition.EVICTOR_SHARED_CACHE_ENVS,
75 import static com.sleepycat.je.evictor.EvictorStatDefinition.EVICTOR_SHARED_CACHE_ENVS;1193 return cacheStats.getInt(EVICTOR_SHARED_CACHE_ENVS); in getNSharedCacheEnvironments()