Uses of Class
org.terracotta.cluster.OperatorEventLevel

Packages that use OperatorEventLevel
org.terracotta.api   
org.terracotta.cluster   
 

Uses of OperatorEventLevel in org.terracotta.api
 

Methods in org.terracotta.api with parameters of type OperatorEventLevel
static void TerracottaExtras.fireOperatorEvent(OperatorEventLevel eventLevel, OperatorEventSubsystem eventSubsystem, String eventMessage)
          Fires an operator event for the cluster
 

Uses of OperatorEventLevel in org.terracotta.cluster
 

Methods in org.terracotta.cluster that return OperatorEventLevel
static OperatorEventLevel OperatorEventLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorEventLevel[] OperatorEventLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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