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

Inheritance: IHystrixPropertiesStrategy
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool

Method Details

GetCollapserProperties() public méthode

public GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
Résultat IHystrixCollapserProperties

GetCollapserPropertiesCacheKey() public méthode

public GetCollapserPropertiesCacheKey ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : string
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
Résultat string

GetCommandProperties() public méthode

public GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
Résultat IHystrixCommandProperties

GetCommandPropertiesCacheKey() public méthode

public GetCommandPropertiesCacheKey ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : string
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
Résultat string

GetThreadPoolProperties() public méthode

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

GetThreadPoolPropertiesCacheKey() public méthode

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

HystrixPropertiesStrategyDefault() protected méthode

protected HystrixPropertiesStrategyDefault ( ) : Elders.Hystrix.NET.ThreadPool
Résultat Elders.Hystrix.NET.ThreadPool