Table of Contents

Interface IHystrixTaskScheduler

Namespace
Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixTaskScheduler : IDisposable
Inherited Members

Properties

CorePoolSize

int CorePoolSize { get; set; }

Property Value

int

CurrentActiveCount

int CurrentActiveCount { get; }

Property Value

int

CurrentCompletedTaskCount

int CurrentCompletedTaskCount { get; }

Property Value

int

CurrentCorePoolSize

int CurrentCorePoolSize { get; }

Property Value

int

CurrentLargestPoolSize

int CurrentLargestPoolSize { get; }

Property Value

int

CurrentMaximumPoolSize

int CurrentMaximumPoolSize { get; }

Property Value

int

CurrentPoolSize

int CurrentPoolSize { get; }

Property Value

int

CurrentQueueSize

int CurrentQueueSize { get; }

Property Value

int

CurrentTaskCount

int CurrentTaskCount { get; }

Property Value

int

IsQueueSpaceAvailable

bool IsQueueSpaceAvailable { get; }

Property Value

bool

IsShutdown

bool IsShutdown { get; }

Property Value

bool

KeepAliveTime

TimeSpan KeepAliveTime { get; set; }

Property Value

TimeSpan

MaximumPoolSize

int MaximumPoolSize { get; set; }

Property Value

int