Uses of Class
org.apache.cassandra.diag.DiagnosticEvent
Packages that use DiagnosticEvent
Package
Description
-
Uses of DiagnosticEvent in org.apache.cassandra.audit
Subclasses of DiagnosticEvent in org.apache.cassandra.audit -
Uses of DiagnosticEvent in org.apache.cassandra.diag
Methods in org.apache.cassandra.diag with type parameters of type DiagnosticEventModifier and TypeMethodDescription<E extends DiagnosticEvent>
booleanDiagnosticEventService.hasSubscribers(Class<E> event) Indicates if anyConsumerhas been registered for the specified class of events.<E extends DiagnosticEvent,T extends Enum<T>>
booleanDiagnosticEventService.hasSubscribers(Class<E> event, T eventType) Indicates if anyConsumerhas been registered for the specified class of events.<E extends DiagnosticEvent>
booleanIndicates if events are enabled for specified event class based onDatabaseDescriptor.diagnosticEventsEnabled()andDiagnosticEventService.hasSubscribers(Class).<E extends DiagnosticEvent,T extends Enum<T>>
booleanIndicates if events are enabled for specified event class based onDatabaseDescriptor.diagnosticEventsEnabled()andDiagnosticEventService.hasSubscribers(Class, Enum).<E extends DiagnosticEvent>
voidRegisters event handler for specified class of events.<E extends DiagnosticEvent,T extends Enum<T>>
voidRegisters event handler for specified class of events.<E extends DiagnosticEvent>
voidDiagnosticEventService.unsubscribe(Class<E> event, Consumer<E> consumer) De-registers event handler from receiving any further events.<E extends DiagnosticEvent>
voidDiagnosticEventService.unsubscribe(Consumer<E> consumer) De-registers event handler from receiving any further events.Methods in org.apache.cassandra.diag with parameters of type DiagnosticEventModifier and TypeMethodDescriptionvoidDiagnosticEventService.publish(DiagnosticEvent event) Makes provided event available to all subscribers.Method parameters in org.apache.cassandra.diag with type arguments of type DiagnosticEventModifier and TypeMethodDescriptionvoidDiagnosticEventService.subscribeAll(Consumer<DiagnosticEvent> consumer) Registers event handler for all DiagnosticEvents published from this point. -
Uses of DiagnosticEvent in org.apache.cassandra.diag.store
Methods in org.apache.cassandra.diag.store that return types with arguments of type DiagnosticEventModifier and TypeMethodDescriptionReturns a view on all events with a key greater than the provided value (inclusive) up to the specified number of results.Methods in org.apache.cassandra.diag.store with parameters of type DiagnosticEventModifier and TypeMethodDescriptionvoidDiagnosticEventMemoryStore.store(DiagnosticEvent event) voidDiagnosticEventStore.store(DiagnosticEvent event) Stores provided event and returns the new associated store key for it. -
Uses of DiagnosticEvent in org.apache.cassandra.gms
Subclasses of DiagnosticEvent in org.apache.cassandra.gmsModifier and TypeClassDescriptionfinal classDiagnosticEvent implementation forGossiperactivities. -
Uses of DiagnosticEvent in org.apache.cassandra.locator
Subclasses of DiagnosticEvent in org.apache.cassandra.locator -
Uses of DiagnosticEvent in org.apache.cassandra.schema
Subclasses of DiagnosticEvent in org.apache.cassandra.schema