C# 클래스 Elders.Hystrix.NET.Strategy.Properties.HystrixPropertiesStrategyDefault

상속: IHystrixPropertiesStrategy
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
GetCollapserPropertiesCacheKey ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : string
GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
GetCommandPropertiesCacheKey ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : string
GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties
GetThreadPoolPropertiesCacheKey ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : string

보호된 메소드들

메소드 설명
HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool

메소드 상세

GetCollapserProperties() 공개 메소드

public GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
리턴 IHystrixCollapserProperties

GetCollapserPropertiesCacheKey() 공개 메소드

public GetCollapserPropertiesCacheKey ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : string
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
리턴 string

GetCommandProperties() 공개 메소드

public GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
리턴 IHystrixCommandProperties

GetCommandPropertiesCacheKey() 공개 메소드

public GetCommandPropertiesCacheKey ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : string
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
리턴 string

GetThreadPoolProperties() 공개 메소드

public GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
setter Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
리턴 IHystrixThreadPoolProperties

GetThreadPoolPropertiesCacheKey() 공개 메소드

public GetThreadPoolPropertiesCacheKey ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : string
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
setter Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
리턴 string

HystrixPropertiesStrategyDefault() 보호된 메소드

protected HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool
리턴 Elders.Hystrix.NET.ThreadPool