Uses of Class
com.codahale.metrics.collectd.SecurityLevel
-
-
Uses of SecurityLevel in com.codahale.metrics.collectd
Methods in com.codahale.metrics.collectd that return SecurityLevel Modifier and Type Method Description SecurityLevelSecurityConfiguration. getSecurityLevel()static SecurityLevelSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.codahale.metrics.collectd with parameters of type SecurityLevel Modifier and Type Method Description CollectdReporter.BuilderCollectdReporter.Builder. withSecurityLevel(SecurityLevel securityLevel)Constructors in com.codahale.metrics.collectd with parameters of type SecurityLevel Constructor Description SecurityConfiguration(byte[] username, byte[] password, SecurityLevel securityLevel)
-