Hystrix: Latency and Fault Tolerance for Distributed Systems



com.netflix.hystrix
Class HystrixThreadPoolKey.Factory

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

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


Method Summary
static HystrixThreadPoolKey asKey(java.lang.String name)
          Retrieve (or create) an interned HystrixThreadPoolKey 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 HystrixThreadPoolKey asKey(java.lang.String name)
Retrieve (or create) an interned HystrixThreadPoolKey instance for a given name.

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