C# Class Elders.Hystrix.NET.Strategy.Properties.HystrixPropertiesStrategyDefault

Inheritance: IHystrixPropertiesStrategy
Datei anzeigen Open project: Elders/Hystrix.NET

Public Methods

Method Description
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

Protected Methods

Method Description
HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool

Method Details

GetCollapserProperties() public method

public GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
return IHystrixCollapserProperties

GetCollapserPropertiesCacheKey() public method

public GetCollapserPropertiesCacheKey ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : string
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
return string

GetCommandProperties() public method

public GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
return IHystrixCommandProperties

GetCommandPropertiesCacheKey() public method

public GetCommandPropertiesCacheKey ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : string
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
return string

GetThreadPoolProperties() public method

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

GetThreadPoolPropertiesCacheKey() public method

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

HystrixPropertiesStrategyDefault() protected method

protected HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool
return Elders.Hystrix.NET.ThreadPool