Package com.hazelcast.auditlog
Class AuditlogTypeIds
- java.lang.Object
-
- com.hazelcast.auditlog.AuditlogTypeIds
-
public final class AuditlogTypeIds extends java.lang.Object
Auditable event type identifiers.- See Also:
AuditableEvent.typeId()
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTHENTICATION_CLIENT
Event type ID: Client authentication.static java.lang.String
AUTHENTICATION_MEMBER
Event type ID: Member authentication.static java.lang.String
AUTHENTICATION_REST
Event type ID: REST authentication.static java.lang.String
CLUSTER_DEMOTE_MEMBER
Event type ID: Data member demoted.static java.lang.String
CLUSTER_MEMBER_ADDED
Event type ID: Member joined.static java.lang.String
CLUSTER_MEMBER_REMOVED
Event type ID: Member removed from the cluster.static java.lang.String
CLUSTER_MEMBER_SUSPECTED
Event type ID: Cluster member suspected.static java.lang.String
CLUSTER_MERGE
Event type ID: Clusters merged.static java.lang.String
CLUSTER_PROMOTE_MEMBER
Event type ID: Lite member promoted.static java.lang.String
CLUSTER_SHUTDOWN
Event type ID: Cluster shutdown.static java.lang.String
MEMBER_LOGGING_LEVEL_RESET
Event type ID: Member logging level reset.static java.lang.String
MEMBER_LOGGING_LEVEL_SET
Event type ID: Member logging level set.static java.lang.String
NETWORK_CONNECT
Event type ID: Connection accepted.static java.lang.String
NETWORK_DISCONNECT
Event type ID: Connection closed.static java.lang.String
NETWORK_SELECT_PROTOCOL
Event type ID: Protocol selected.static java.lang.String
WAN_ADD_CONFIG
Event type ID: WAN add config.static java.lang.String
WAN_SYNC
Event type ID: WAN sync.
-
-
-
Field Detail
-
NETWORK_CONNECT
public static final java.lang.String NETWORK_CONNECT
Event type ID: Connection accepted.- See Also:
- Constant Field Values
-
NETWORK_DISCONNECT
public static final java.lang.String NETWORK_DISCONNECT
Event type ID: Connection closed.- See Also:
- Constant Field Values
-
NETWORK_SELECT_PROTOCOL
public static final java.lang.String NETWORK_SELECT_PROTOCOL
Event type ID: Protocol selected.- See Also:
- Constant Field Values
-
WAN_SYNC
public static final java.lang.String WAN_SYNC
Event type ID: WAN sync.- See Also:
- Constant Field Values
-
WAN_ADD_CONFIG
public static final java.lang.String WAN_ADD_CONFIG
Event type ID: WAN add config.- See Also:
- Constant Field Values
-
AUTHENTICATION_CLIENT
public static final java.lang.String AUTHENTICATION_CLIENT
Event type ID: Client authentication.- See Also:
- Constant Field Values
-
AUTHENTICATION_MEMBER
public static final java.lang.String AUTHENTICATION_MEMBER
Event type ID: Member authentication.- See Also:
- Constant Field Values
-
AUTHENTICATION_REST
public static final java.lang.String AUTHENTICATION_REST
Event type ID: REST authentication.- See Also:
- Constant Field Values
-
CLUSTER_MEMBER_ADDED
public static final java.lang.String CLUSTER_MEMBER_ADDED
Event type ID: Member joined.- See Also:
- Constant Field Values
-
CLUSTER_MEMBER_REMOVED
public static final java.lang.String CLUSTER_MEMBER_REMOVED
Event type ID: Member removed from the cluster.- See Also:
- Constant Field Values
-
CLUSTER_PROMOTE_MEMBER
public static final java.lang.String CLUSTER_PROMOTE_MEMBER
Event type ID: Lite member promoted.- See Also:
- Constant Field Values
-
CLUSTER_SHUTDOWN
public static final java.lang.String CLUSTER_SHUTDOWN
Event type ID: Cluster shutdown.- See Also:
- Constant Field Values
-
CLUSTER_MEMBER_SUSPECTED
public static final java.lang.String CLUSTER_MEMBER_SUSPECTED
Event type ID: Cluster member suspected.- See Also:
- Constant Field Values
-
CLUSTER_MERGE
public static final java.lang.String CLUSTER_MERGE
Event type ID: Clusters merged.- See Also:
- Constant Field Values
-
CLUSTER_DEMOTE_MEMBER
public static final java.lang.String CLUSTER_DEMOTE_MEMBER
Event type ID: Data member demoted.- See Also:
- Constant Field Values
-
MEMBER_LOGGING_LEVEL_SET
public static final java.lang.String MEMBER_LOGGING_LEVEL_SET
Event type ID: Member logging level set.- See Also:
- Constant Field Values
-
MEMBER_LOGGING_LEVEL_RESET
public static final java.lang.String MEMBER_LOGGING_LEVEL_RESET
Event type ID: Member logging level reset.- See Also:
- Constant Field Values
-
-