메소드 | 설명 | |
---|---|---|
GetBulkhead ( Hudl.Mjolnir.Key.GroupKey key ) : IBulkheadSemaphore |
Callers should keep a local reference to the bulkhead object they receive from this method, ensuring that they call TryEnter and Release on the same object reference. Phrased differently: don't re-retrieve the bulkhead before calling Release().
|
|
GetCircuitBreaker ( Hudl.Mjolnir.Key.GroupKey key ) : ICircuitBreaker | ||
GetFallbackSemaphore ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationSemaphore | ||
GetThreadPool ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationThreadPool | ||
IgnoreExceptions ( HashSet |
||
IsExceptionIgnored ( Type type ) : bool |
메소드 | 설명 | |
---|---|---|
GetCommandMetrics ( Hudl.Mjolnir.Key.GroupKey key ) : ICommandMetrics |
public GetBulkhead ( Hudl.Mjolnir.Key.GroupKey key ) : IBulkheadSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
리턴 | IBulkheadSemaphore |
public GetCircuitBreaker ( Hudl.Mjolnir.Key.GroupKey key ) : ICircuitBreaker | ||
key | Hudl.Mjolnir.Key.GroupKey | |
리턴 | ICircuitBreaker |
public GetFallbackSemaphore ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
리턴 | IIsolationSemaphore |
public GetThreadPool ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationThreadPool | ||
key | Hudl.Mjolnir.Key.GroupKey | |
리턴 | IIsolationThreadPool |