A C D E G I M O R S V

A

appendEvents(String, DomainEventStream) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
 
appendSnapshotEvent(String, DomainEvent) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
 

C

createMongoInstance() - Method in class org.axonframework.eventstore.mongo.MongoFactory
Creates a mongo instance based on the provided configuration.
createMongoOptions() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Uses the configured parameters to create a MongoOptions instance.

D

database() - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Returns the database for the axon event store.
domainEventCollection() - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Returns a reference to the collection containing the domain events.

E

ensureIndexes() - Method in class org.axonframework.eventstore.mongo.MongoEventStore
Make sure an index is created on the collection that stores domain events.

G

getConnectionsPerHost() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Getter for connectionsPerHost.
getConnectionTimeout() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Connection time out in milli seconds for doing something in mongo.
getMaxWaitTime() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
get the maximum time a blocked thread that waits for a connection should wait.
getSocketTimeOut() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Getter for the socket timeout.
getThreadsAllowedToBlockForConnectionMultiplier() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Getter for the amount of threads that block in relation to the amount of possible connections.

I

isAutoConnectRetry() - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Getter for the AutoConnectRetry property.

M

MongoEventStore - Class in org.axonframework.eventstore.mongo
Implementation of the EventStore based on a MongoDB instance or replica set.
MongoEventStore(EventSerializer, Mongo) - Constructor for class org.axonframework.eventstore.mongo.MongoEventStore
Deprecated. Use MongoEventStore(org.axonframework.serializer.Serializer, com.mongodb.Mongo) instead.
MongoEventStore(Serializer<? super DomainEvent>, Mongo) - Constructor for class org.axonframework.eventstore.mongo.MongoEventStore
Constructor that accepts an EventSerializer, the MongoTemplate and a string containing the testContext.
MongoEventStore(Mongo) - Constructor for class org.axonframework.eventstore.mongo.MongoEventStore
Constructor that uses the default EventSerializer.
MongoFactory - Class in org.axonframework.eventstore.mongo
Factory bean for a Mongo instance class.
MongoFactory() - Constructor for class org.axonframework.eventstore.mongo.MongoFactory
Default constructor that configures the factory to create test context Mongo instances.
MongoFactory(List<ServerAddress>) - Constructor for class org.axonframework.eventstore.mongo.MongoFactory
Constructor creating defaults for WriteConcern.REPLICA_SAFE and default MongoOptions
MongoFactory(List<ServerAddress>, MongoOptions, WriteConcern) - Constructor for class org.axonframework.eventstore.mongo.MongoFactory
Constructor that accepts addresses, options and the default write concern.
MongoInitializationException - Exception in org.axonframework.eventstore.mongo
Exception used to indicate the configuration of the MongoDB connection has errors.
MongoInitializationException(String) - Constructor for exception org.axonframework.eventstore.mongo.MongoInitializationException
Constructor accepting a custom message.
MongoInitializationException(String, Throwable) - Constructor for exception org.axonframework.eventstore.mongo.MongoInitializationException
Constructor excepting a custom message and the original exception.
MongoOptionsFactory - Class in org.axonframework.eventstore.mongo
Factory class used to create a MongoOptions instance.
MongoOptionsFactory() - Constructor for class org.axonframework.eventstore.mongo.MongoOptionsFactory
Default constructor for the factory that initializes the defaults.
MongoTemplate - Class in org.axonframework.eventstore.mongo
Helper class for interacting with the MongoDB instance containing the axon event store data.
MongoTemplate(Mongo) - Constructor for class org.axonframework.eventstore.mongo.MongoTemplate
The helper requires an actual Mongo connection provided by the java driver.

O

org.axonframework.eventstore.mongo - package org.axonframework.eventstore.mongo
 

R

readEvents(String, AggregateIdentifier) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
 

S

setAutoConnectRetry(boolean) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Setter for AutoConnectRetry.
setConnectionsPerHost(int) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Setter for the connections per host that are allowed.
setConnectionTimeout(int) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Setter for the connection time out.
setDatabaseName(String) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
Sets the name of the database in which the event store should create the event collections.
setDatabaseName(String) - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Changes the name of the database where axon events will be stored.
setDomainEventsCollectionName(String) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
Sets the name of the collection where this event store should store domain events.
setDomainEventsCollectionName(String) - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Changes the name of the collection to store the domain events.
setMaxWaitTime(int) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Set the max wait time for a blocked thread in milli seconds.
setMongoAddresses(List<ServerAddress>) - Method in class org.axonframework.eventstore.mongo.MongoFactory
Provide a list of ServerAddress objects to use for locating the Mongo replica set.
setMongoOptions(MongoOptions) - Method in class org.axonframework.eventstore.mongo.MongoFactory
Provide an instance of MongoOptions to be used for the connections.
setSingleInstanceContext(boolean) - Method in class org.axonframework.eventstore.mongo.MongoFactory
Sets the singleInstanceContext, provide true if you want the test context and false if you want the production context.
setSnapshotEventsCollectionName(String) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
Sets the name of the collection where this event store should store snapshot events.
setSnapshotEventsCollectionName(String) - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Changes the name of the collection to store the snapshot events in.
setSocketTimeOut(int) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Setter for the socket time out.
setThreadsAllowedToBlockForConnectionMultiplier(int) - Method in class org.axonframework.eventstore.mongo.MongoOptionsFactory
Set the multiplier for the amount of threads to block in relation to the maximum amount of connections.
setWriteConcern(WriteConcern) - Method in class org.axonframework.eventstore.mongo.MongoFactory
Provided a write concern to be used by the mongo instance.
snapshotEventCollection() - Method in class org.axonframework.eventstore.mongo.MongoTemplate
Returtns a reference to the collection containing the snapshot events.

V

visitEvents(EventVisitor) - Method in class org.axonframework.eventstore.mongo.MongoEventStore
 

A C D E G I M O R S V

Copyright © 2011. All Rights Reserved.