Package org.apache.cassandra.gms
Class GossiperEvent
java.lang.Object
org.apache.cassandra.diag.DiagnosticEvent
org.apache.cassandra.gms.GossiperEvent
DiagnosticEvent implementation for
Gossiper activities.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.cassandra.diag.DiagnosticEvent
threadName, timestamp -
Method Summary
-
Field Details
-
type
-
-
Method Details
-
getType
Description copied from class:DiagnosticEventReturns event type discriminator. This will usually be a enum value.- Specified by:
getTypein classDiagnosticEvent
-
toMap
Description copied from class:DiagnosticEventReturns map of key-value pairs containing relevant event details. Values can be complex objects like other maps, but must be Serializable, as returned values may be consumed by external clients. It's strongly recommended to stick to standard Java classes to avoid distributing custom classes to clients and also prevent potential class versioning conflicts.- Specified by:
toMapin classDiagnosticEvent
-