| Enum | Description |
|---|---|
| Cache.ClearStrategy | |
| Cache.SyncCacheStrategy | |
| WriteBuffer.STRATEGY |
what to do when max buffer entries is reached
WRITE_NEW: write newest entry (synchronous and not add to buffer)
WRITE_OLD: write some old entries (and remove from buffer)
DEL_OLD: remove old entries from buffer
IGNORE_NEW: just ignore incoming
JUST_WARN: increase buffer and warn about it
|
| Annotation Type | Description |
|---|---|
| AsyncWrites |
User: Stephan Bösebeck
Date: 19.03.13
Time: 12:38
TODO: Add documentation here
|
| Cache |
Define the caching configuration of a given MongoDbObject.
|
| NoCache | |
| WriteBuffer |
Copyright © 2014. All Rights Reserved.