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

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

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

public class AllOperationMetrics
{
    public OperationMetrics GET;
    public OperationMetrics PUT;
    public OperationMetrics DELETE;

    public static interface Provider {
        public AllOperationMetrics getOperationMetrics();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy