Class SimpleBatchID
- java.lang.Object
-
- de.hybris.platform.processing.distributed.simple.id.SimpleBatchID
-
public class SimpleBatchID extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringDELIMITER
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleBatchID(BatchType batchType, java.lang.String postfix)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleBatchIDasInitialBatch()static SimpleBatchIDasInputBatchID()static SimpleBatchIDasResultBatchID()protected static java.lang.StringgenerateCode()booleanisInitial()booleanisInput()booleanisResult()java.lang.StringtoString()
-
-
-
Field Detail
-
DELIMITER
protected static final java.lang.String DELIMITER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SimpleBatchID
protected SimpleBatchID(BatchType batchType, java.lang.String postfix)
-
-
Method Detail
-
asInitialBatch
public static SimpleBatchID asInitialBatch()
-
asResultBatchID
public static SimpleBatchID asResultBatchID()
-
asInputBatchID
public static SimpleBatchID asInputBatchID()
-
isInitial
public boolean isInitial()
-
isInput
public boolean isInput()
-
isResult
public boolean isResult()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
generateCode
protected static java.lang.String generateCode()
-
-