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