Class MessageConstants
- java.lang.Object
-
- org.hibernate.search.util.common.logging.impl.MessageConstants
-
public final class MessageConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKEND_ES_AWS_ID_RANGE_MAXstatic intBACKEND_ES_AWS_ID_RANGE_MINstatic intBACKEND_ES_ID_RANGE_MAXstatic intBACKEND_ES_ID_RANGE_MINstatic intBACKEND_LUCENE_ID_RANGE_MAXstatic intBACKEND_LUCENE_ID_RANGE_MINstatic intBATCH_JSR352_CORE_ID_RANGE_MAXstatic intBATCH_JSR352_CORE_ID_RANGE_MINstatic intBATCH_JSR352_JBERET_ID_RANGE_MAXstatic intBATCH_JSR352_JBERET_ID_RANGE_MINstatic intENGINE_ID_RANGE_MAXstatic intENGINE_ID_RANGE_MINstatic intMAPPER_ORM_ID_RANGE_MAXstatic intMAPPER_ORM_ID_RANGE_MINstatic intMAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MAXstatic intMAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MINstatic intMAPPER_POJO_ID_RANGE_MAXstatic intMAPPER_POJO_ID_RANGE_MINstatic intMAPPER_POJO_STANDALONE_ID_RANGE_MAXstatic intMAPPER_POJO_STANDALONE_ID_RANGE_MINstatic StringPROJECT_CODEstatic intUTIL_ID_RANGE_MAXstatic intUTIL_ID_RANGE_MIN
-
-
-
Field Detail
-
PROJECT_CODE
public static final String PROJECT_CODE
- See Also:
- Constant Field Values
-
ENGINE_ID_RANGE_MIN
public static final int ENGINE_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
ENGINE_ID_RANGE_MAX
public static final int ENGINE_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
BACKEND_ES_ID_RANGE_MIN
public static final int BACKEND_ES_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
BACKEND_ES_ID_RANGE_MAX
public static final int BACKEND_ES_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
BACKEND_ES_AWS_ID_RANGE_MIN
public static final int BACKEND_ES_AWS_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
BACKEND_ES_AWS_ID_RANGE_MAX
public static final int BACKEND_ES_AWS_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
BATCH_JSR352_CORE_ID_RANGE_MIN
public static final int BATCH_JSR352_CORE_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
BATCH_JSR352_CORE_ID_RANGE_MAX
public static final int BATCH_JSR352_CORE_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
BATCH_JSR352_JBERET_ID_RANGE_MIN
public static final int BATCH_JSR352_JBERET_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
BATCH_JSR352_JBERET_ID_RANGE_MAX
public static final int BATCH_JSR352_JBERET_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
BACKEND_LUCENE_ID_RANGE_MIN
public static final int BACKEND_LUCENE_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
BACKEND_LUCENE_ID_RANGE_MAX
public static final int BACKEND_LUCENE_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
MAPPER_POJO_ID_RANGE_MIN
public static final int MAPPER_POJO_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
MAPPER_POJO_ID_RANGE_MAX
public static final int MAPPER_POJO_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
MAPPER_POJO_STANDALONE_ID_RANGE_MIN
public static final int MAPPER_POJO_STANDALONE_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
MAPPER_POJO_STANDALONE_ID_RANGE_MAX
public static final int MAPPER_POJO_STANDALONE_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
MAPPER_ORM_ID_RANGE_MIN
public static final int MAPPER_ORM_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
MAPPER_ORM_ID_RANGE_MAX
public static final int MAPPER_ORM_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
MAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MIN
public static final int MAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
MAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MAX
public static final int MAPPER_ORM_OUTBOX_POLLING_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
UTIL_ID_RANGE_MIN
public static final int UTIL_ID_RANGE_MIN
- See Also:
- Constant Field Values
-
UTIL_ID_RANGE_MAX
public static final int UTIL_ID_RANGE_MAX
- See Also:
- Constant Field Values
-
-