| BatchingSqlJournalSetup Class |
Namespace: Akka.Persistence.Sql.Common.Journal
The BatchingSqlJournalSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchingSqlJournalSetup(Config, QueryConfiguration) |
Initializes a new instance of the BatchingSqlJournalSetup class.
| |
| BatchingSqlJournalSetup(String, Int32, Int32, Int32, Boolean, TimeSpan, IsolationLevel, CircuitBreakerSettings, ReplayFilterSettings, QueryConfiguration) |
Initializes a new instance of the BatchingSqlJournalSetup class.
|
| Name | Description | |
|---|---|---|
| AutoInitialize |
If true, once created, journal will run all SQL scripts stored under
Initializers collection
prior to starting executing any requests. In most implementation this is used
to initialize necessary tables.
| |
| CircuitBreakerSettings |
Settings specific to CircuitBreaker, which is used internally
for executing request batches.
| |
| ConnectionString |
Connection string to a SQL database.
| |
| ConnectionTimeout |
Maximum time given for executed DbCommand to complete.
| |
| IsolationLevel |
Isolation level of transactions used during query execution.
| |
| MaxBatchSize |
Maximum size of single batch of operations to be executed over a single DbConnection.
| |
| MaxBufferSize |
Maximum size of requests stored in journal buffer. Once buffer will be surpassed, it will start
to apply OnBufferOverflow(IJournalMessage) method to incoming requests.
| |
| MaxConcurrentOperations |
Maximum number of batch operations allowed to be executed at the same time.
Each batch operation must acquire a DbConnection, so this setting
can be effectively used to limit the usage of ADO.NET connection pool by current journal.
| |
| NamingConventions |
Database specific naming conventions (table and column names) used to construct valid SQL statements.
| |
| ReplayFilterSettings |
Settings specific to replay filter rules used when replaying events from database
back to the persistent actors.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |