EventHubQueueCache 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
EventHub 큐 캐시
public class EventHubQueueCache : IDisposable, Orleans.Streaming.EventHubs.IEventHubQueueCache, Orleans.Streams.IQueueFlowController
type EventHubQueueCache = class
interface IEventHubQueueCache
interface IQueueFlowController
interface IDisposable
Public Class EventHubQueueCache
Implements IDisposable, IEventHubQueueCache, IQueueFlowController
- 상속
-
EventHubQueueCache
- 구현
생성자
필드
cache |
기본 메시지 캐시 구현 테스트 목적으로 보호됨 |
속성
Partition |
EventHub 큐 캐시 |
메서드
Add(List<EventData>, DateTime) |
EventHub EventData 목록을 캐시에 추가합니다. |
AddCachePressureMonitor(ICachePressureMonitor) |
캐시의 역압 알고리즘에 캐시 압력 모니터 추가 |
Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. |
GetCursor(StreamId, StreamSequenceToken) |
캐시에 커서를 가져와서 스트림에서 이벤트를 읽습니다. |
GetMaxAddCount() |
추가할 수 있는 최대 항목 수 제한 |
SignalPurge() |
캐시에 제거 신호를 보내면 캐시는 캐시된 메시지에 대한 시간 기반 제거를 수행합니다. |
TryGetNextMessage(Object, IBatchContainer) |
제공된 커서에 대한 캐시의 다음 메시지를 가져옵니다. |