All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.evcache.pool.EVCacheExecutorMBean Maven / Gradle / Ivy

The newest version!
package com.netflix.evcache.pool;

public interface EVCacheExecutorMBean {

    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