public class MultiConfigId extends Object
| Modifier and Type | Method and Description |
|---|---|
static MultiConfigId |
create(String id) |
com.netflix.hystrix.HystrixCollapserKey |
createCollapserKey(String commandGroupName) |
com.netflix.hystrix.HystrixCommandGroupKey |
createCommandGroupKey(String commandKeyName) |
com.netflix.hystrix.HystrixCommandKey |
createCommandKey(String commandKeyName) |
com.netflix.hystrix.HystrixThreadPoolKey |
createThreadPoolKey(String threadPoolKey) |
static com.netflix.hystrix.HystrixCollapserKey |
decode(com.netflix.hystrix.HystrixCollapserKey collapserKey) |
static com.netflix.hystrix.HystrixCommandKey |
decode(com.netflix.hystrix.HystrixCommandKey commandKey) |
static com.netflix.hystrix.HystrixThreadPoolKey |
decode(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey) |
com.netflix.hystrix.HystrixCollapserKey |
encode(com.netflix.hystrix.HystrixCollapserKey hystrixCollapserKey) |
com.netflix.hystrix.HystrixCommandGroupKey |
encode(com.netflix.hystrix.HystrixCommandGroupKey hystrixCommandGroupKey) |
com.netflix.hystrix.HystrixCommandKey |
encode(com.netflix.hystrix.HystrixCommandKey hystrixCommandKey) |
com.netflix.hystrix.HystrixThreadPoolKey |
encode(com.netflix.hystrix.HystrixThreadPoolKey hystrixThreadPoolKey) |
boolean |
equals(Object obj) |
String |
getPrefix() |
int |
hashCode() |
static boolean |
hasMultiSourceId(com.netflix.hystrix.HystrixCollapserKey collapserKey) |
static boolean |
hasMultiSourceId(com.netflix.hystrix.HystrixCommandKey commandKey) |
static boolean |
hasMultiSourceId(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey) |
static MultiConfigId |
readFrom(com.netflix.hystrix.HystrixCollapserKey collapserKey) |
static MultiConfigId |
readFrom(com.netflix.hystrix.HystrixCommandKey commandKey) |
static MultiConfigId |
readFrom(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey) |
String |
toString() |
public static MultiConfigId create(String id)
public static MultiConfigId readFrom(com.netflix.hystrix.HystrixCommandKey commandKey)
public static MultiConfigId readFrom(com.netflix.hystrix.HystrixCollapserKey collapserKey)
public static MultiConfigId readFrom(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey)
public static boolean hasMultiSourceId(com.netflix.hystrix.HystrixCommandKey commandKey)
public static boolean hasMultiSourceId(com.netflix.hystrix.HystrixCollapserKey collapserKey)
public static boolean hasMultiSourceId(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey)
public static com.netflix.hystrix.HystrixCommandKey decode(com.netflix.hystrix.HystrixCommandKey commandKey)
public static com.netflix.hystrix.HystrixCollapserKey decode(com.netflix.hystrix.HystrixCollapserKey collapserKey)
public static com.netflix.hystrix.HystrixThreadPoolKey decode(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey)
public com.netflix.hystrix.HystrixCommandKey encode(com.netflix.hystrix.HystrixCommandKey hystrixCommandKey)
public com.netflix.hystrix.HystrixCommandGroupKey encode(com.netflix.hystrix.HystrixCommandGroupKey hystrixCommandGroupKey)
public com.netflix.hystrix.HystrixCollapserKey encode(com.netflix.hystrix.HystrixCollapserKey hystrixCollapserKey)
public com.netflix.hystrix.HystrixThreadPoolKey encode(com.netflix.hystrix.HystrixThreadPoolKey hystrixThreadPoolKey)
public com.netflix.hystrix.HystrixCommandKey createCommandKey(String commandKeyName)
public com.netflix.hystrix.HystrixCommandGroupKey createCommandGroupKey(String commandKeyName)
public com.netflix.hystrix.HystrixCollapserKey createCollapserKey(String commandGroupName)
public com.netflix.hystrix.HystrixThreadPoolKey createThreadPoolKey(String threadPoolKey)
public String getPrefix()
Copyright © 2020 Avanza Bank AB. All rights reserved.