Interface IHystrixThreadPoolMetrics
Assembly: Hystrix.Dotnet.dll
Syntax
public interface IHystrixThreadPoolMetrics
Properties
|
Improve this Doc
View Source
ConfigurationService
Declaration
IHystrixConfigurationService ConfigurationService { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetCumulativeCountThreadsExecuted()
Declaration
long GetCumulativeCountThreadsExecuted()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetCurrentActiveCount()
Declaration
int GetCurrentActiveCount()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentAvailableThreads()
Declaration
int GetCurrentAvailableThreads()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentCompletedTaskCount()
Declaration
long GetCurrentCompletedTaskCount()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetCurrentCorePoolSize()
Declaration
int GetCurrentCorePoolSize()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentLargestPoolSize()
Declaration
int GetCurrentLargestPoolSize()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentMaximumPoolSize()
Declaration
int GetCurrentMaximumPoolSize()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentPoolSize()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentQueueSize()
Declaration
int GetCurrentQueueSize()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCurrentTaskCount()
Declaration
long GetCurrentTaskCount()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetRollingCountThreadPoolRejected()
Declaration
long GetRollingCountThreadPoolRejected()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetRollingCountThreadsExecuted()
Declaration
long GetRollingCountThreadsExecuted()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetRollingMaxActiveThreads()
Declaration
long GetRollingMaxActiveThreads()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MarkThreadCompletion()
Declaration
void MarkThreadCompletion()
|
Improve this Doc
View Source
MarkThreadExecution()
Declaration
void MarkThreadExecution()
|
Improve this Doc
View Source
MarkThreadRejection()
Declaration
void MarkThreadRejection()