Class Auditor
Assembly: OpenSearch.Net.VirtualizedCluster.dll
Syntax
Constructors
|
Edit this page
View Source
Auditor(Func<VirtualizedCluster>)
Declaration
public Auditor(Func<VirtualizedCluster> setup)
Parameters
Properties
|
Edit this page
View Source
AssertPoolAfterCall
Declaration
public Action<IConnectionPool> AssertPoolAfterCall { get; set; }
Property Value
|
Edit this page
View Source
AssertPoolAfterStartup
Declaration
public Action<IConnectionPool> AssertPoolAfterStartup { get; set; }
Property Value
|
Edit this page
View Source
AssertPoolBeforeCall
Declaration
public Action<IConnectionPool> AssertPoolBeforeCall { get; set; }
Property Value
|
Edit this page
View Source
AssertPoolBeforeStartup
Declaration
public Action<IConnectionPool> AssertPoolBeforeStartup { get; set; }
Property Value
|
Edit this page
View Source
AsyncAuditTrail
Declaration
public List<Audit> AsyncAuditTrail { get; set; }
Property Value
|
Edit this page
View Source
AuditTrail
Declaration
public List<Audit> AuditTrail { get; set; }
Property Value
|
Edit this page
View Source
Cluster
Declaration
public Func<VirtualizedCluster> Cluster { get; set; }
Property Value
|
Edit this page
View Source
Response
Declaration
public IOpenSearchResponse Response { get; }
Property Value
|
Edit this page
View Source
ResponseAsync
Declaration
public IOpenSearchResponse ResponseAsync { get; }
Property Value
Methods
|
Edit this page
View Source
ChangeTime(Func<DateTime, DateTime>)
Declaration
public void ChangeTime(Func<DateTime, DateTime> selector)
Parameters
|
Edit this page
View Source
TraceCall(ClientCall, int)
Declaration
public Task<Auditor> TraceCall(ClientCall callTrace, int nthCall = 0)
Parameters
Returns
|
Edit this page
View Source
TraceCalls(params ClientCall[])
Declaration
public Task<Auditor> TraceCalls(params ClientCall[] audits)
Parameters
Returns
|
Edit this page
View Source
TraceOpenSearchException(ClientCall, Action<OpenSearchClientException>)
Declaration
public Task<Auditor> TraceOpenSearchException(ClientCall callTrace, Action<OpenSearchClientException> assert)
Parameters
Returns
|
Edit this page
View Source
TraceOpenSearchExceptionOnResponse(ClientCall, Action<OpenSearchClientException>)
Declaration
public Task<Auditor> TraceOpenSearchExceptionOnResponse(ClientCall callTrace, Action<OpenSearchClientException> assert)
Parameters
Returns
|
Edit this page
View Source
TraceStartup(ClientCall)
Declaration
public Task<Auditor> TraceStartup(ClientCall callTrace = null)
Parameters
Returns
|
Edit this page
View Source
TraceUnexpectedException(ClientCall, Action<UnexpectedOpenSearchClientException>)
Declaration
public Task<Auditor> TraceUnexpectedException(ClientCall callTrace, Action<UnexpectedOpenSearchClientException> assert)
Parameters
Returns
|
Edit this page
View Source
TraceUnexpectedOpenSearchException(ClientCall, Action<UnexpectedOpenSearchClientException>)
Declaration
public Task<Auditor> TraceUnexpectedOpenSearchException(ClientCall callTrace, Action<UnexpectedOpenSearchClientException> assert)
Parameters
Returns
|
Edit this page
View Source
VisualizeCalls(int)
Declaration
public void VisualizeCalls(int numberOfCalls)
Parameters
Type |
Name |
Description |
int |
numberOfCalls |
|
Extension Methods