Hystrix: Latency and Fault Tolerance for Distributed Systems



com.netflix.hystrix
Class HystrixCommandGroupKey.Factory

java.lang.Object
  extended by com.netflix.hystrix.HystrixCommandGroupKey.Factory
Enclosing interface:
HystrixCommandGroupKey

public static class HystrixCommandGroupKey.Factory
extends java.lang.Object


Method Summary
static HystrixCommandGroupKey asKey(java.lang.String name)
          Retrieve (or create) an interned HystrixCommandGroup instance for a given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asKey

public static HystrixCommandGroupKey asKey(java.lang.String name)
Retrieve (or create) an interned HystrixCommandGroup instance for a given name.

Parameters:
name -
Returns:
HystrixCommandGroup instance that is interned (cached) so a given name will always retrieve the same instance.