Uses of Class
org.terracotta.cluster.OperatorEventSubsystem

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

Uses of OperatorEventSubsystem in org.terracotta.api
 

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

Uses of OperatorEventSubsystem in org.terracotta.cluster
 

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



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