|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnapshotEventStore | |
---|---|
org.axonframework.eventsourcing | Classes related to event sourcing. |
org.axonframework.eventstore.fs | Package containing classes necessary to implement a FileSystem based implementation of the EventStore |
org.axonframework.eventstore.jdbc | JDBC Implementation of the EventStore. |
org.axonframework.eventstore.jpa | JPA Implementation of the EventStore. |
org.axonframework.eventstore.mongo | |
org.axonframework.gae.eventstore |
Uses of SnapshotEventStore in org.axonframework.eventsourcing |
---|
Methods in org.axonframework.eventsourcing that return SnapshotEventStore | |
---|---|
protected SnapshotEventStore |
AbstractSnapshotter.getEventStore()
Returns the event store this snapshotter uses to load domain events and store snapshot events. |
Methods in org.axonframework.eventsourcing with parameters of type SnapshotEventStore | |
---|---|
void |
AbstractSnapshotter.setEventStore(SnapshotEventStore eventStore)
Sets the event store where the snapshotter can load domain events and store its snapshot events. |
Uses of SnapshotEventStore in org.axonframework.eventstore.fs |
---|
Classes in org.axonframework.eventstore.fs that implement SnapshotEventStore | |
---|---|
class |
FileSystemEventStore
Implementation of the EventStore that serializes objects (by default using
XStream) and
writes them to files to disk. |
Uses of SnapshotEventStore in org.axonframework.eventstore.jdbc |
---|
Classes in org.axonframework.eventstore.jdbc that implement SnapshotEventStore | |
---|---|
class |
JdbcEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database. |
Uses of SnapshotEventStore in org.axonframework.eventstore.jpa |
---|
Classes in org.axonframework.eventstore.jpa that implement SnapshotEventStore | |
---|---|
class |
JpaEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database. |
Uses of SnapshotEventStore in org.axonframework.eventstore.mongo |
---|
Classes in org.axonframework.eventstore.mongo that implement SnapshotEventStore | |
---|---|
class |
MongoEventStore
Implementation of the EventStore based on a MongoDB instance or replica set. |
Uses of SnapshotEventStore in org.axonframework.gae.eventstore |
---|
Classes in org.axonframework.gae.eventstore that implement SnapshotEventStore | |
---|---|
class |
GaeEventStore
EventStore implementation that uses Google App Engine's DatastoreService to store Event Streams. |
Constructors in org.axonframework.gae.eventstore with parameters of type SnapshotEventStore | |
---|---|
GaeSnapshotter(SnapshotEventStore eventStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |