SMILA (incubation) API documentation

org.eclipse.smila.bulkbuilder
Class BulkbuilderConstants

java.lang.Object
  extended by org.eclipse.smila.bulkbuilder.BulkbuilderConstants

public abstract class BulkbuilderConstants
extends java.lang.Object

constants used by bulkbuilder components.


Field Summary
static java.lang.String BULK_BUILDER_DELETED_RECORDS_SLOT
          name of the deleted records slot.
static java.lang.String BULK_BUILDER_INSERTED_RECORDS_SLOT
          name of the inserted records slot.
static java.lang.String BULK_BUILDER_WORKER_NAME
          name of the bulk builder worker.
static java.lang.String BUNDLE_ID
          name of bundle.
static java.lang.String TASK_PARAM_LIMIT_SIZE
          name of the parameter specifiying the maximum size of bulks.
static java.lang.String TASK_PARAM_LIMIT_TIME
          name of the parameter specifiying the maximum time after which to commit pending bulks in seconds.
 
Constructor Summary
BulkbuilderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
name of bundle. Used to read configs.

See Also:
Constant Field Values

BULK_BUILDER_WORKER_NAME

public static final java.lang.String BULK_BUILDER_WORKER_NAME
name of the bulk builder worker.

See Also:
Constant Field Values

BULK_BUILDER_INSERTED_RECORDS_SLOT

public static final java.lang.String BULK_BUILDER_INSERTED_RECORDS_SLOT
name of the inserted records slot.

See Also:
Constant Field Values

BULK_BUILDER_DELETED_RECORDS_SLOT

public static final java.lang.String BULK_BUILDER_DELETED_RECORDS_SLOT
name of the deleted records slot.

See Also:
Constant Field Values

TASK_PARAM_LIMIT_TIME

public static final java.lang.String TASK_PARAM_LIMIT_TIME
name of the parameter specifiying the maximum time after which to commit pending bulks in seconds.

See Also:
Constant Field Values

TASK_PARAM_LIMIT_SIZE

public static final java.lang.String TASK_PARAM_LIMIT_SIZE
name of the parameter specifiying the maximum size of bulks.

See Also:
Constant Field Values
Constructor Detail

BulkbuilderConstants

public BulkbuilderConstants()

SMILA (incubation) API documentation