Package com.apama.memorystore

Event summary
FinishedSent to the application when an asynchronous activity has finished.
IteratorRepresents an iterator that can be used to step through each Row of a Table in turn, making changes or reading data from the row.
RowRepresents an ordered and typed set of named fields in a table, with a key that uniquely identifies the row within the table.
SchemaRepresents the schema for a table in the store, specifying the field names, types, and other behavioural information about the table.
StorageMemoryStore factory interface for creating Store event objects.
StoreRepresents a store, which is a container for a uniquely named collection of tables.
TableRepresents a collection of rows in a store, with a defined schema.