![JAR search and dependency download from the Maven repository](/logo.png)
com.netflix.astyanax.recipes.queue.MessageQueueShardStats Maven / Gradle / Ivy
package com.netflix.astyanax.recipes.queue;
public interface MessageQueueShardStats {
public long getLastReadCount();
public long getReadCount();
public long getWriteCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy