FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns com.apama.config.Schema | getSchema
Get the schema for the table. |
action<sequence<string > > returns string | makeKey
Create a composite key for a row. This operation may be relatively expensive so it it recommended that the result is cached in a 'wrapper' object for the row if it is needed more than once. |
action<string > returns boolean | hasRow
Check if the table contains the given row. |
action<string > returns com.apama.memorystore.Row | getRow
Get the contents of the given row. The result is undefined if the row does not exist. |
action< > returns com.apama.memorystore.Iterator | begin
Get an iterator pointing to the first row in the table. |
action<integer, string, com.apama.memorystore.Row, action<integer >, action<integer, string > > | updateRow
Add or update a row in the table. |
action<integer, string, action<integer >, action<integer, string > > | deleteRow
Delete a row from the table. If the row does not exist this action will act as thought the row was successfully deleted. |
action<integer > | updateRowSuccess
Default onSuccess callback for the #updateRow() action, if the application does not want to provide a custom callback. |
action<integer > | deleteRowSuccess
Default onSuccess callback for the #deleteRow() action, if the application does not want to provide a custom callback. |
action<integer, string > | defaultError
Default onError callback for all asynchronous actions provided by the #ConfigurationTableInterface, if the application does not want to provide a custom callback. |
Member Detail |
---|
action< > returns com.apama.memorystore.Iterator beginGet an iterator pointing to the first row in the table.
action<integer, string > defaultErrorDefault onError callback for all asynchronous actions provided by the #ConfigurationTableInterface, if the application does not want to provide a custom callback.
action<integer, string, action<integer >, action<integer, string > > deleteRowDelete a row from the table. If the row does not exist this action will act as thought the row was successfully deleted.
action<integer > deleteRowSuccessDefault onSuccess callback for the #deleteRow() action, if the application does not want to provide a custom callback.
action<string > returns com.apama.memorystore.Row getRowGet the contents of the given row. The result is undefined if the row does not exist.
action< > returns com.apama.config.Schema getSchemaGet the schema for the table.
action<string > returns boolean hasRowCheck if the table contains the given row.
action<sequence<string > > returns string makeKeyCreate a composite key for a row. This operation may be relatively expensive so it it recommended that the result is cached in a 'wrapper' object for the row if it is needed more than once.
action<integer, string, com.apama.memorystore.Row, action<integer >, action<integer, string > > updateRowAdd or update a row in the table.
action<integer > updateRowSuccessDefault onSuccess callback for the #updateRow() action, if the application does not want to provide a custom callback.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |