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

com.netflix.astyanax.recipes.queue.MessageQueueShardStats Maven / Gradle / Ivy

The newest version!
package com.netflix.astyanax.recipes.queue;

public interface MessageQueueShardStats {
    public long getLastReadCount();
    public long getReadCount();
    public long getWriteCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy