Package com.rpl.agentorama.store
Interface Store
- All Known Subinterfaces:
DocumentStore<K>,KeyValueStore<K,,V> PStateStore
public interface Store
Base interface for built-in persistent stores accessible from agent nodes.
Store names must start with "$$" and are declared in the agent topology.
Stores are distributed, durable, and replicated.
Available store types:
KeyValueStore- Simple typed key-value storageDocumentStore- Schema-flexible storage for nested dataPStateStore- Direct access to Rama's built-in PState storage