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

twitter4jads.management.InvocationStatistics Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package twitter4jads.management;

/**
 *
 */
public interface InvocationStatistics {
    public String getName();

    public long getCallCount();

    public long getErrorCount();

    public long getTotalTime();

    public long getAverageTime();

    public void reset();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy