Package com.opencloud.sentinel.stats
Interface SentinelSipUsage
-
- All Superinterfaces:
com.opencloud.sentinel.stats.SentinelCoreUsage
,com.opencloud.rhino.facilities.usage.UsageParametersInterface
public interface SentinelSipUsage extends com.opencloud.sentinel.stats.SentinelCoreUsage
Usage statistics collected by the Sentinel Sip service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
incrementAcks(long delta)
Incremented by Sentinel whenever an ack is received from a call party.void
incrementActivityEndEvent(long delta)
Incremented by Sentinel when an ActivityEndEvent occurs.void
incrementAnsweredCalls(long delta)
Incremented by Sentinel whenever a call is answered.void
incrementByes(long delta)
Incremented by Sentinel whenever a bye is received from a call party.void
incrementCancels(long delta)
Incremented by Sentinel whenever a cancel is received from a call party.void
incrementCdrNotWritten(long delta)
Incremented by Sentinel when a CDR is not written.void
incrementCdrWritten(long delta)
Incremented by Sentinel when a CDR is written.void
incrementCompletedWithinCredit(long delta)
Incremented by Sentinel whenever a call is disconnected normally (completed within credit).void
incrementError(long delta)
Incremented by Sentinel whenever an error event is received from a call party.void
incrementFeatureTimeout(long delta)
Incremented by Sentinel whenever a feature timeout timer even is received.void
incrementHttpDeletes(long delta)
Incremented by Sentinel whenever a HTTP DELETE request is received.void
incrementHttpGets(long delta)
Incremented by Sentinel whenever a HTTP GET request is received for third party call setup.void
incrementHttpHeads(long delta)
Incremented by Sentinel whenever a HTTP HEAD request is received.void
incrementHttpPosts(long delta)
Incremented by Sentinel whenever a HTTP POST request is received for third party call setup.void
incrementHttpPuts(long delta)
Incremented by Sentinel whenever a HTTP PUT request is received.void
incrementIgnoredExtensionEventAtSessionEnd(long delta)
Incremented by Sentinel when an extension event is received, but session management is in the end state.void
incrementInfo(long delta)
Incremented by Sentinel whenever an info event is received from a call party.void
incrementInstructionExecutionFailure(long delta)
Incremented by Sentinel when an InstructionExecutionFailure occurs.void
incrementInvites(long delta)
Incremented by Sentinel whenever an invite is received.void
incrementMessage(long delta)
Incremented by Sentinel whenever a message event is received from a call party.void
incrementNoAckReceived(long delta)
Incremented by Sentinel whenever a NoAckReceived is received.void
incrementNoPrackReceived(long delta)
Incremented by Sentinel whenever a NoPrackReceived is received.void
incrementNotify(long delta)
Incremented by Sentinel whenever a notify event is received from a call party.void
incrementOptions(long delta)
Incremented by Sentinel whenever an options event is received from a call party.void
incrementPeriodicWorkEvent(long delta)
Incremented by Sentinel when a periodic work event is received.void
incrementPlatformConfigurationProfileNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do sovoid
incrementPlatformConfigurationTableNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do sovoid
incrementPrack(long delta)
Incremented by Sentinel whenever a prack event is received from a call party.void
incrementProvisional(long delta)
Incremented by Sentinel whenever a provisional event is received from a call party.void
incrementPublish(long delta)
Incremented by Sentinel whenever a publish event is received from a call party.void
incrementRedirect(long delta)
Incremented by Sentinel whenever a redirect event is received from a call party.void
incrementRefer(long delta)
Incremented by Sentinel whenever a refer event is received from a call party.void
incrementRegister(long delta)
Incremented by Sentinel whenever a register event is receivedvoid
incrementServiceCompleted(long delta)
Incremented by Sentinel whenever a session is released.void
incrementServiceTimerEvent(long delta)
Incremented by Sentinel when a service timer event is received for execution point delivery.void
incrementServiceTimerExtensionEvent(long delta)
Incremented by Sentinel when a service timer event is received for extension event delivery.void
incrementServiceTriggered(long delta)
Incremented by Sentinel whenever a call of any type is attempted.void
incrementSubscribe(long delta)
Incremented by Sentinel whenever a subscribe event is received from a call party.void
incrementSuccess(long delta)
Incremented by Sentinel whenever a success event is received from a call party.void
incrementUnknownTimer(long delta)
Incremented by Sentinel whenever an unknown timer event is dropped.void
incrementUpdate(long delta)
Incremented by Sentinel whenever an update event is received from a call party.-
Methods inherited from interface com.opencloud.sentinel.stats.SentinelCoreUsage
incrementAbortSessionLocalAnswer, incrementCompletedOnExhaustingCredit, incrementCreditControlFailure, incrementCreditControlNotApplicable, incrementEndedByCCFailure, incrementInsufficientCredit, incrementReAuthLocalAnswer, incrementReAuthRequest, incrementTccExpiry, incrementValidityTimeExpiry
-
-
-
-
Method Detail
-
incrementServiceTriggered
void incrementServiceTriggered(long delta)
Incremented by Sentinel whenever a call of any type is attempted.- Parameters:
delta
- the increment
-
incrementServiceCompleted
void incrementServiceCompleted(long delta)
Incremented by Sentinel whenever a session is released.- Parameters:
delta
- the increment
-
incrementHttpDeletes
void incrementHttpDeletes(long delta)
Incremented by Sentinel whenever a HTTP DELETE request is received.- Parameters:
delta
- the increment
-
incrementHttpGets
void incrementHttpGets(long delta)
Incremented by Sentinel whenever a HTTP GET request is received for third party call setup.- Parameters:
delta
- the increment
-
incrementHttpHeads
void incrementHttpHeads(long delta)
Incremented by Sentinel whenever a HTTP HEAD request is received.- Parameters:
delta
- the increment
-
incrementHttpPosts
void incrementHttpPosts(long delta)
Incremented by Sentinel whenever a HTTP POST request is received for third party call setup.- Parameters:
delta
- the increment
-
incrementHttpPuts
void incrementHttpPuts(long delta)
Incremented by Sentinel whenever a HTTP PUT request is received.- Parameters:
delta
- the increment
-
incrementInvites
void incrementInvites(long delta)
Incremented by Sentinel whenever an invite is received.- Parameters:
delta
- the increment
-
incrementAcks
void incrementAcks(long delta)
Incremented by Sentinel whenever an ack is received from a call party.- Parameters:
delta
- the increment
-
incrementByes
void incrementByes(long delta)
Incremented by Sentinel whenever a bye is received from a call party.- Parameters:
delta
- the increment
-
incrementCancels
void incrementCancels(long delta)
Incremented by Sentinel whenever a cancel is received from a call party. during initial call setup.- Parameters:
delta
- the increment
-
incrementInfo
void incrementInfo(long delta)
Incremented by Sentinel whenever an info event is received from a call party.- Parameters:
delta
- the increment
-
incrementPrack
void incrementPrack(long delta)
Incremented by Sentinel whenever a prack event is received from a call party.- Parameters:
delta
- the increment
-
incrementUpdate
void incrementUpdate(long delta)
Incremented by Sentinel whenever an update event is received from a call party.- Parameters:
delta
- the increment
-
incrementNotify
void incrementNotify(long delta)
Incremented by Sentinel whenever a notify event is received from a call party.- Parameters:
delta
- the increment
-
incrementMessage
void incrementMessage(long delta)
Incremented by Sentinel whenever a message event is received from a call party.- Parameters:
delta
- the increment
-
incrementSubscribe
void incrementSubscribe(long delta)
Incremented by Sentinel whenever a subscribe event is received from a call party.- Parameters:
delta
- the increment
-
incrementOptions
void incrementOptions(long delta)
Incremented by Sentinel whenever an options event is received from a call party.- Parameters:
delta
- the increment
-
incrementRefer
void incrementRefer(long delta)
Incremented by Sentinel whenever a refer event is received from a call party.- Parameters:
delta
- the increment
-
incrementRegister
void incrementRegister(long delta)
Incremented by Sentinel whenever a register event is received- Parameters:
delta
- the increment
-
incrementPublish
void incrementPublish(long delta)
Incremented by Sentinel whenever a publish event is received from a call party.- Parameters:
delta
- the increment
-
incrementSuccess
void incrementSuccess(long delta)
Incremented by Sentinel whenever a success event is received from a call party.- Parameters:
delta
- the increment
-
incrementError
void incrementError(long delta)
Incremented by Sentinel whenever an error event is received from a call party.- Parameters:
delta
- the increment
-
incrementRedirect
void incrementRedirect(long delta)
Incremented by Sentinel whenever a redirect event is received from a call party.- Parameters:
delta
- the increment
-
incrementProvisional
void incrementProvisional(long delta)
Incremented by Sentinel whenever a provisional event is received from a call party.- Parameters:
delta
- the increment
-
incrementAnsweredCalls
void incrementAnsweredCalls(long delta)
Incremented by Sentinel whenever a call is answered.- Parameters:
delta
- the increment
-
incrementNoAckReceived
void incrementNoAckReceived(long delta)
Incremented by Sentinel whenever a NoAckReceived is received.- Parameters:
delta
- the increment
-
incrementNoPrackReceived
void incrementNoPrackReceived(long delta)
Incremented by Sentinel whenever a NoPrackReceived is received.- Parameters:
delta
- the increment
-
incrementCompletedWithinCredit
void incrementCompletedWithinCredit(long delta)
Incremented by Sentinel whenever a call is disconnected normally (completed within credit).- Parameters:
delta
- the increment
-
incrementCdrWritten
void incrementCdrWritten(long delta)
Incremented by Sentinel when a CDR is written.- Parameters:
delta
-
-
incrementCdrNotWritten
void incrementCdrNotWritten(long delta)
Incremented by Sentinel when a CDR is not written.- Parameters:
delta
-
-
incrementActivityEndEvent
void incrementActivityEndEvent(long delta)
Incremented by Sentinel when an ActivityEndEvent occurs.- Parameters:
delta
-
-
incrementInstructionExecutionFailure
void incrementInstructionExecutionFailure(long delta)
Incremented by Sentinel when an InstructionExecutionFailure occurs.- Parameters:
delta
-
-
incrementIgnoredExtensionEventAtSessionEnd
void incrementIgnoredExtensionEventAtSessionEnd(long delta)
Incremented by Sentinel when an extension event is received, but session management is in the end state.- Parameters:
delta
-
-
incrementServiceTimerEvent
void incrementServiceTimerEvent(long delta)
Incremented by Sentinel when a service timer event is received for execution point delivery.- Parameters:
delta
-
-
incrementServiceTimerExtensionEvent
void incrementServiceTimerExtensionEvent(long delta)
Incremented by Sentinel when a service timer event is received for extension event delivery.- Parameters:
delta
-
-
incrementFeatureTimeout
void incrementFeatureTimeout(long delta)
Incremented by Sentinel whenever a feature timeout timer even is received.- Parameters:
delta
-
-
incrementUnknownTimer
void incrementUnknownTimer(long delta)
Incremented by Sentinel whenever an unknown timer event is dropped.- Parameters:
delta
-
-
incrementPlatformConfigurationProfileNotFound
void incrementPlatformConfigurationProfileNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so- Parameters:
delta
- the increment
-
incrementPlatformConfigurationTableNotFound
void incrementPlatformConfigurationTableNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so- Parameters:
delta
- the increment
-
incrementPeriodicWorkEvent
void incrementPeriodicWorkEvent(long delta)
Incremented by Sentinel when a periodic work event is received.- Parameters:
delta
-
-
-