FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Import Summary | |
---|---|
TimeFormatPlugin | timeMgr
Used to generate timestamps. |
Action Summary | |
---|---|
void |
create(context mainCtx, string newSessionName, com.apama.session.SessionInfo underlyingSessionInfo, com.apama.session.SessionConfigParams underlyingSessionConfig, com.apama.session.CtrlParams underlyingCtrlParams, action<dictionary<string, com.apama.session.SessionInfo > > onSpreaderSuccess, action<sequence<string > > onSpreaderFailure)
Creates a Spreader Session, including creating the underlying source. |
com.apama.md.BBA |
getLastPublishedBBA(com.apama.md.adapter.ConnectionKey connKey)
Return the last published BBA for the given connection key. |
com.apama.md.adapter.SpreaderParams |
getSpreaderParams(com.apama.md.adapter.ConnectionKey connKey)
Return the SpreaderParams for the given connection key. |
boolean |
republishBBA(com.apama.md.adapter.ConnectionKey connKey)
Republish the last published BBA for the given connection key. |
void |
resetCtrlParams(com.apama.session.CtrlParams ctrlParams)
Sets the control params to new values. |
boolean |
resetSpreaderParams(com.apama.md.adapter.ConnectionKey connKey, com.apama.session.CtrlParams ctrlParams)
Validates and sets the spreader parameters for the given connection to those given in the CtrlParams. |
void |
setThrottling(float newThrottlePeriod)
Sets the throttle period in seconds. |
void |
setThrottlingFromCtrlParams(com.apama.session.CtrlParams ctrlParams)
Set the throttling period from the CtrlParams. |
void |
startSendingData(com.apama.md.adapter.StartSendingData ssd, string underlyingSymbolName, action<com.apama.md.adapter.ConnectionKey, integer, string > success)
|
Import Detail |
---|
TimeFormatPlugin timeMgrUsed to generate timestamps.
Action Detail |
---|
void create(context mainCtx, string newSessionName, com.apama.session.SessionInfo underlyingSessionInfo, com.apama.session.SessionConfigParams underlyingSessionConfig, com.apama.session.CtrlParams underlyingCtrlParams, action<dictionary<string, com.apama.session.SessionInfo > > onSpreaderSuccess, action<sequence<string > > onSpreaderFailure)Creates a Spreader Session, including creating the underlying source.
com.apama.md.BBA getLastPublishedBBA(com.apama.md.adapter.ConnectionKey connKey)Return the last published BBA for the given connection key.
com.apama.md.adapter.SpreaderParams getSpreaderParams(com.apama.md.adapter.ConnectionKey connKey)Return the SpreaderParams for the given connection key.
boolean republishBBA(com.apama.md.adapter.ConnectionKey connKey)Republish the last published BBA for the given connection key.
void resetCtrlParams(com.apama.session.CtrlParams ctrlParams)Sets the control params to new values.
boolean resetSpreaderParams(com.apama.md.adapter.ConnectionKey connKey, com.apama.session.CtrlParams ctrlParams)Validates and sets the spreader parameters for the given connection to those given in the CtrlParams.
void setThrottling(float newThrottlePeriod)Sets the throttle period in seconds.
void setThrottlingFromCtrlParams(com.apama.session.CtrlParams ctrlParams)Set the throttling period from the CtrlParams.
void startSendingData(com.apama.md.adapter.StartSendingData ssd, string underlyingSymbolName, action<com.apama.md.adapter.ConnectionKey, integer, string > success)
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |