Show / Hide Table of Contents

Interface IHighAvailabilityManager

Interface for a manager used to add high availability.

Namespace: Cognite.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public interface IHighAvailabilityManager

Methods

| Edit this page View Source

WaitToBecomeActive()

Method used to add high availability to an extractor.

Declaration
Task WaitToBecomeActive()
Returns
Type Description
Task

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX