public class HighAvailabilityMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDED_LOG_HIERARCHY |
static String |
CREATED_LOG_HIERARCHY |
static String |
DELETED_LOG_HIERARCHY |
static String |
DESIGNATED_PRIMARY_CHANGED_LOG_HIERARCHY |
static String |
HIGHAVAILABILITY_LOG_HIERARCHY |
static String |
INTRUDER_DETECTED_LOG_HIERARCHY |
static String |
JOINED_LOG_HIERARCHY |
static String |
LEFT_LOG_HIERARCHY |
static String |
NODE_ROLLEDBACK_LOG_HIERARCHY |
static String |
PRIORITY_CHANGED_LOG_HIERARCHY |
static String |
QUORUM_LOST_LOG_HIERARCHY |
static String |
QUORUM_OVERRIDE_CHANGED_LOG_HIERARCHY |
static String |
REMOVED_LOG_HIERARCHY |
static String |
ROLE_CHANGED_LOG_HIERARCHY |
static String |
TRANSFER_MASTER_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
ADDED(String param1,
String param2)
Log a HighAvailability message of the Format:
|
static LogMessage |
CREATED()
Log a HighAvailability message of the Format:
|
static LogMessage |
DELETED()
Log a HighAvailability message of the Format:
|
static LogMessage |
DESIGNATED_PRIMARY_CHANGED(String param1)
Log a HighAvailability message of the Format:
|
static LogMessage |
INTRUDER_DETECTED(String param1,
String param2)
Log a HighAvailability message of the Format:
|
static LogMessage |
JOINED(String param1,
String param2)
Log a HighAvailability message of the Format:
|
static LogMessage |
LEFT(String param1,
String param2)
Log a HighAvailability message of the Format:
|
static LogMessage |
NODE_ROLLEDBACK()
Log a HighAvailability message of the Format:
|
static LogMessage |
PRIORITY_CHANGED(String param1)
Log a HighAvailability message of the Format:
|
static LogMessage |
QUORUM_LOST()
Log a HighAvailability message of the Format:
|
static LogMessage |
QUORUM_OVERRIDE_CHANGED(String param1)
Log a HighAvailability message of the Format:
|
static LogMessage |
REMOVED(String param1,
String param2)
Log a HighAvailability message of the Format:
|
static LogMessage |
ROLE_CHANGED(String param1,
String param2,
String param3,
String param4)
Log a HighAvailability message of the Format:
|
static LogMessage |
TRANSFER_MASTER(String param1,
String param2)
Log a HighAvailability message of the Format:
|
public static final String HIGHAVAILABILITY_LOG_HIERARCHY
public static final String INTRUDER_DETECTED_LOG_HIERARCHY
public static final String TRANSFER_MASTER_LOG_HIERARCHY
public static final String QUORUM_OVERRIDE_CHANGED_LOG_HIERARCHY
public static final String REMOVED_LOG_HIERARCHY
public static final String LEFT_LOG_HIERARCHY
public static final String JOINED_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String QUORUM_LOST_LOG_HIERARCHY
public static final String PRIORITY_CHANGED_LOG_HIERARCHY
public static final String ADDED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
public static final String ROLE_CHANGED_LOG_HIERARCHY
public static final String DESIGNATED_PRIMARY_CHANGED_LOG_HIERARCHY
public static final String NODE_ROLLEDBACK_LOG_HIERARCHY
public static LogMessage INTRUDER_DETECTED(String param1, String param2)
HA-1008 : Intruder detected : Node ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage TRANSFER_MASTER(String param1, String param2)
HA-1007 : Master transfer requested : to ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage QUORUM_OVERRIDE_CHANGED(String param1)
HA-1011 : Minimum group size : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage REMOVED(String param1, String param2)
HA-1004 : Removed : Node : ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage LEFT(String param1, String param2)
HA-1006 : Left : Node : ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage JOINED(String param1, String param2)
HA-1005 : Joined : Node : ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED()
HA-1001 : CreatedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage QUORUM_LOST()
HA-1009 : Insufficient replicas contactableOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PRIORITY_CHANGED(String param1)
HA-1012 : Priority : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage ADDED(String param1, String param2)
HA-1003 : Added : Node : ''{0}'' ({1})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETED()
HA-1002 : DeletedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage ROLE_CHANGED(String param1, String param2, String param3, String param4)
HA-1010 : Role change reported: Node : ''{0}'' ({1}) : from ''{2}'' to ''{3}''Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DESIGNATED_PRIMARY_CHANGED(String param1)
HA-1013 : Designated primary : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage NODE_ROLLEDBACK()
HA-1014 : Diverged transactions discardedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.