org.springframework.yarn.batch
Class BatchSystemConstants

java.lang.Object
  extended by org.springframework.yarn.batch.BatchSystemConstants

public abstract class BatchSystemConstants
extends Object

Various constants throughout the batch package.

Author:
Janne Valkealahti

Field Summary
static String JP_SPEL_KEY_INPUTPATTERNS
          Default spel expressiong for input patterns job parameter
static String KEY_FILENAME
          Default key for execution context file name
static String KEY_INPUTPATTERNS
          Default key for input patterns job parameter
static String KEY_PARTITION
          Default base key identifying a partition
static String KEY_SPLITLENGTH
          Default key for execution context file split length
static String KEY_SPLITLOCATIONS
          Default key for execution context split locations
static String KEY_SPLITSTART
          Default key for execution context file split start position
static String SEC_SPEL_KEY_FILENAME
          Default spel expression for step execution context file name
static String SEC_SPEL_KEY_SPLITLENGTH
          Default spel expression for step execution context file split length
static String SEC_SPEL_KEY_SPLITSTART
          Default spel expression for step execution context file split start position
 
Constructor Summary
BatchSystemConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_FILENAME

public static final String KEY_FILENAME
Default key for execution context file name

See Also:
Constant Field Values

KEY_SPLITSTART

public static final String KEY_SPLITSTART
Default key for execution context file split start position

See Also:
Constant Field Values

KEY_SPLITLENGTH

public static final String KEY_SPLITLENGTH
Default key for execution context file split length

See Also:
Constant Field Values

KEY_SPLITLOCATIONS

public static final String KEY_SPLITLOCATIONS
Default key for execution context split locations

See Also:
Constant Field Values

SEC_SPEL_KEY_FILENAME

public static final String SEC_SPEL_KEY_FILENAME
Default spel expression for step execution context file name

See Also:
Constant Field Values

SEC_SPEL_KEY_SPLITSTART

public static final String SEC_SPEL_KEY_SPLITSTART
Default spel expression for step execution context file split start position

See Also:
Constant Field Values

SEC_SPEL_KEY_SPLITLENGTH

public static final String SEC_SPEL_KEY_SPLITLENGTH
Default spel expression for step execution context file split length

See Also:
Constant Field Values

KEY_INPUTPATTERNS

public static final String KEY_INPUTPATTERNS
Default key for input patterns job parameter

See Also:
Constant Field Values

JP_SPEL_KEY_INPUTPATTERNS

public static final String JP_SPEL_KEY_INPUTPATTERNS
Default spel expressiong for input patterns job parameter

See Also:
Constant Field Values

KEY_PARTITION

public static final String KEY_PARTITION
Default base key identifying a partition

See Also:
Constant Field Values
Constructor Detail

BatchSystemConstants

public BatchSystemConstants()