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

com.fasterxml.clustermate.service.metrics.StoreMetrics Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.service.metrics;

/**
 * Simple container for metrics from various store backends.
 */
public class StoreMetrics
{
    public BackendMetrics entries;

    public BackendMetrics entryIndex;

    public BackendMetrics lastAccessStore;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy