Class ReindexBatchConstants
java.lang.Object
com.flowable.indexing.reindex.batch.ReindexBatchConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue ofBatch.typefor a reindex batch.static final Stringstatic final Stringstatic final Stringstatic final StringValue ofBatchPart.typefor a per-page index write step.static final StringValue ofBatchPart.typefor the alias swap step.static final StringProperty prefix for the dual-write flag.static final Stringstatic final Stringstatic final StringBatchPart.statusvaluesstatic final Stringstatic final StringBatch.statusvalues.static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]decodeOffsetPageSize(String encoded) static StringencodeOffsetPageSize(int offset, int pageSize) static StringpropertyNameForAlias(String alias) static StringrepeatCycle(Duration interval) Builds an ISO 8601 repeat-cycle expression for the given poll interval (e.g.
-
Field Details
-
BATCH_TYPE
-
PART_TYPE_INDEX_PAGE
Value ofBatchPart.typefor a per-page index write step.- See Also:
-
PART_TYPE_SWAP
Value ofBatchPart.typefor the alias swap step.- See Also:
-
JOB_TYPE_INDEX_PAGE
- See Also:
-
JOB_TYPE_SWAP
- See Also:
-
JOB_TYPE_STATUS
- See Also:
-
STATUS_IN_PROGRESS
-
STATUS_COMPLETED
- See Also:
-
STATUS_FAILED
- See Also:
-
STATUS_PROPAGATING
Batch.statusvalues. PROPAGATING/INDEXING/SWAPPING are the in-flight phases; COMPLETED and FAILED (shared with the part statuses above) are terminal.- See Also:
-
STATUS_INDEXING
- See Also:
-
STATUS_SWAPPING
- See Also:
-
PROPERTY_PREFIX
-
-
Method Details
-
propertyNameForAlias
-
repeatCycle
-
encodeOffsetPageSize
-
decodeOffsetPageSize
-