public abstract class DBObjectWriter extends java.lang.Object implements WriteProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_CORRUPT_JOURNAL_FIELD
the journal is corrupt
|
static java.util.concurrent.atomic.AtomicLong |
DENORMALIZED_RESULT_SAVE_COUNT
the number of writes for de-normalized results
|
static java.lang.String |
INIT_DATA
the field initial data
|
protected DBObject |
obj
the base object
|
Constructor and Description |
---|
DBObjectWriter(DBObject obj)
Constructor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
collectStatements
public static final java.util.concurrent.atomic.AtomicLong DENORMALIZED_RESULT_SAVE_COUNT
public static final java.lang.String ATTRIBUTE_CORRUPT_JOURNAL_FIELD
public static final java.lang.String INIT_DATA
protected final DBObject obj
public DBObjectWriter(@Nonnull DBObject obj)
obj
- the objectstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.