com.codahale.metrics.collectd.SecurityLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-collectd Show documentation
Show all versions of metrics-collectd Show documentation
A reporter for Metrics which announces measurements to Collectd.
The newest version!
package com.codahale.metrics.collectd;
public enum SecurityLevel {
NONE,
SIGN,
ENCRYPT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy