
com.netflix.evcache.pool.EVCacheScheduledExecutorMBean Maven / Gradle / Ivy
The newest version!
package com.netflix.evcache.pool;
public interface EVCacheScheduledExecutorMBean {
boolean isShutdown();
boolean isTerminating();
boolean isTerminated();
int getCorePoolSize();
int getMaximumPoolSize();
int getQueueSize();
int getPoolSize();
int getActiveCount();
int getLargestPoolSize();
long getTaskCount();
long getCompletedTaskCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy