Interface MapRequestSerializer.Flags
-
- Enclosing class:
- MapRequestSerializer
public static interface MapRequestSerializer.Flags
-
-
Field Summary
Fields Modifier and Type Field Description static byte
AUTHORITATIVE
static byte
MAP_DATA_PRESENT
static byte
PITR
static byte
PROBE
static byte
SMR
static byte
SMR_INVOKED
-
-
-
Field Detail
-
AUTHORITATIVE
static final byte AUTHORITATIVE
- See Also:
- Constant Field Values
-
MAP_DATA_PRESENT
static final byte MAP_DATA_PRESENT
- See Also:
- Constant Field Values
-
PROBE
static final byte PROBE
- See Also:
- Constant Field Values
-
SMR
static final byte SMR
- See Also:
- Constant Field Values
-
PITR
static final byte PITR
- See Also:
- Constant Field Values
-
SMR_INVOKED
static final byte SMR_INVOKED
- See Also:
- Constant Field Values
-
-