Uses of Class
org.terracotta.management.context.Context

Packages that use Context
org.terracotta.management.call   
org.terracotta.management.context   
org.terracotta.management.notification   
org.terracotta.management.stats   
 

Uses of Context in org.terracotta.management.call
 

Methods in org.terracotta.management.call that return Context
 Context ContextualReturn.getContext()
           
 

Methods in org.terracotta.management.call with parameters of type Context
static
<T> ContextualReturn<T>
ContextualReturn.empty(String capability, Context context)
           
static
<T> ContextualReturn<T>
ContextualReturn.of(String capability, Context context, T result)
           
 

Uses of Context in org.terracotta.management.context
 

Methods in org.terracotta.management.context that return Context
static Context Context.create(Map<String,String> map)
           
static Context Context.create(String key, String val)
           
static Context Context.empty()
           
 Context Context.with(Map<String,String> props)
           
 Context Context.with(String key, String val)
           
 

Methods in org.terracotta.management.context with parameters of type Context
 boolean Context.contains(Context subCtx)
           
 

Uses of Context in org.terracotta.management.notification
 

Methods in org.terracotta.management.notification that return Context
 Context ContextualNotification.getContext()
           
 

Constructors in org.terracotta.management.notification with parameters of type Context
ContextualNotification(Context context, String type)
           
ContextualNotification(Context context, String type, Map<String,String> attributes)
           
 

Uses of Context in org.terracotta.management.stats
 

Methods in org.terracotta.management.stats that return Context
 Context ContextualStatistics.getContext()
           
 

Constructors in org.terracotta.management.stats with parameters of type Context
ContextualStatistics(String capability, Context context, Map<String,Statistic<?,?>> statistics)
           
 



Copyright © 2016. All Rights Reserved.