Class AuditlogTypeIds

java.lang.Object
com.hazelcast.auditlog.AuditlogTypeIds

public final class AuditlogTypeIds extends Object
Auditable event type identifiers.
See Also:
  • Field Details

    • NETWORK_CONNECT

      public static final String NETWORK_CONNECT
      Event type ID: Connection accepted.
      See Also:
    • NETWORK_DISCONNECT

      public static final String NETWORK_DISCONNECT
      Event type ID: Connection closed.
      See Also:
    • NETWORK_SELECT_PROTOCOL

      public static final String NETWORK_SELECT_PROTOCOL
      Event type ID: Protocol selected.
      See Also:
    • WAN_SYNC

      public static final String WAN_SYNC
      Event type ID: WAN sync.
      See Also:
    • WAN_ADD_CONFIG

      public static final String WAN_ADD_CONFIG
      Event type ID: WAN add config.
      See Also:
    • AUTHENTICATION_CLIENT

      public static final String AUTHENTICATION_CLIENT
      Event type ID: Client authentication.
      See Also:
    • AUTHENTICATION_MEMBER

      public static final String AUTHENTICATION_MEMBER
      Event type ID: Member authentication.
      See Also:
    • AUTHENTICATION_REST

      public static final String AUTHENTICATION_REST
      Event type ID: REST authentication.
      See Also:
    • CLUSTER_MEMBER_ADDED

      public static final String CLUSTER_MEMBER_ADDED
      Event type ID: Member joined.
      See Also:
    • CLUSTER_MEMBER_REMOVED

      public static final String CLUSTER_MEMBER_REMOVED
      Event type ID: Member removed from the cluster.
      See Also:
    • CLUSTER_PROMOTE_MEMBER

      public static final String CLUSTER_PROMOTE_MEMBER
      Event type ID: Lite member promoted.
      See Also:
    • CLUSTER_SHUTDOWN

      public static final String CLUSTER_SHUTDOWN
      Event type ID: Cluster shutdown.
      See Also:
    • CLUSTER_MEMBER_SUSPECTED

      public static final String CLUSTER_MEMBER_SUSPECTED
      Event type ID: Cluster member suspected.
      See Also:
    • CLUSTER_MERGE

      public static final String CLUSTER_MERGE
      Event type ID: Clusters merged.
      See Also:
    • CLUSTER_DEMOTE_MEMBER

      public static final String CLUSTER_DEMOTE_MEMBER
      Event type ID: Data member demoted.
      See Also:
    • MEMBER_LOGGING_LEVEL_SET

      public static final String MEMBER_LOGGING_LEVEL_SET
      Event type ID: Member logging level set.
      See Also:
    • MEMBER_LOGGING_LEVEL_RESET

      public static final String MEMBER_LOGGING_LEVEL_RESET
      Event type ID: Member logging level reset.
      See Also: