Uses of Class
com.hazelcast.internal.monitors.HealthMonitorLevel

Packages that use HealthMonitorLevel
com.hazelcast.internal.monitors Contains functionality what is happening in a HazelcastInstance. 
 

Uses of HealthMonitorLevel in com.hazelcast.internal.monitors
 

Methods in com.hazelcast.internal.monitors that return HealthMonitorLevel
static HealthMonitorLevel HealthMonitorLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HealthMonitorLevel[] HealthMonitorLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.internal.monitors with parameters of type HealthMonitorLevel
HealthMonitor(HazelcastInstanceImpl hazelcastInstance, HealthMonitorLevel logLevel, int delaySeconds)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.