Interface ExternalizerIds
-
public interface ExternalizerIdsIds range: 2100 - 2149- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerCLUSTERED_LOCK_FILTERstatic IntegerCLUSTERED_LOCK_KEYstatic IntegerCLUSTERED_LOCK_VALUEstatic IntegerIS_LOCKED_FUNCTIONstatic IntegerLOCK_FUNCTIONstatic IntegerUNLOCK_FUNCTION
-
-
-
Field Detail
-
CLUSTERED_LOCK_KEY
static final Integer CLUSTERED_LOCK_KEY
-
CLUSTERED_LOCK_VALUE
static final Integer CLUSTERED_LOCK_VALUE
-
LOCK_FUNCTION
static final Integer LOCK_FUNCTION
-
UNLOCK_FUNCTION
static final Integer UNLOCK_FUNCTION
-
IS_LOCKED_FUNCTION
static final Integer IS_LOCKED_FUNCTION
-
CLUSTERED_LOCK_FILTER
static final Integer CLUSTERED_LOCK_FILTER
-
-