org.apache.camel.component.mongodb
Class MongoDbConstants

java.lang.Object
  extended by org.apache.camel.component.mongodb.MongoDbConstants

public final class MongoDbConstants
extends Object


Field Summary
static String BATCH_SIZE
           
static String COLLECTION
           
static String COLLECTION_INDEX
           
static String DATABASE
           
static String FIELDS_FILTER
           
static String FROM_TAILABLE
           
static String INSERT_RECORDS_AFFECTED
           
static String LAST_ERROR
           
static String LIMIT
           
static String MULTIUPDATE
           
static String NUM_TO_SKIP
           
static String OPERATION_HEADER
           
static String RECORDS_AFFECTED
           
static String RESULT_PAGE_SIZE
           
static String RESULT_TOTAL_SIZE
           
static String SORT_BY
           
static String UPSERT
           
static String WRITECONCERN
           
static String WRITERESULT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_HEADER

public static final String OPERATION_HEADER
See Also:
Constant Field Values

RESULT_TOTAL_SIZE

public static final String RESULT_TOTAL_SIZE
See Also:
Constant Field Values

RESULT_PAGE_SIZE

public static final String RESULT_PAGE_SIZE
See Also:
Constant Field Values

FIELDS_FILTER

public static final String FIELDS_FILTER
See Also:
Constant Field Values

BATCH_SIZE

public static final String BATCH_SIZE
See Also:
Constant Field Values

NUM_TO_SKIP

public static final String NUM_TO_SKIP
See Also:
Constant Field Values

INSERT_RECORDS_AFFECTED

public static final String INSERT_RECORDS_AFFECTED
See Also:
Constant Field Values

LAST_ERROR

public static final String LAST_ERROR
See Also:
Constant Field Values

MULTIUPDATE

public static final String MULTIUPDATE
See Also:
Constant Field Values

UPSERT

public static final String UPSERT
See Also:
Constant Field Values

RECORDS_AFFECTED

public static final String RECORDS_AFFECTED
See Also:
Constant Field Values

SORT_BY

public static final String SORT_BY
See Also:
Constant Field Values

DATABASE

public static final String DATABASE
See Also:
Constant Field Values

COLLECTION

public static final String COLLECTION
See Also:
Constant Field Values

COLLECTION_INDEX

public static final String COLLECTION_INDEX
See Also:
Constant Field Values

WRITECONCERN

public static final String WRITECONCERN
See Also:
Constant Field Values

LIMIT

public static final String LIMIT
See Also:
Constant Field Values

FROM_TAILABLE

public static final String FROM_TAILABLE
See Also:
Constant Field Values

WRITERESULT

public static final String WRITERESULT
See Also:
Constant Field Values


Apache Camel