Package org.apache.cassandra.streaming
Interface StreamManagerMBean
- All Superinterfaces:
NotificationBroadcaster,NotificationEmitter
- All Known Implementing Classes:
StreamManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the current state of all ongoing streams.booleanvoidSets the timeout for the streaming slow events logvoidsetStreamingStatsEnabled(boolean streamingStatsEnabled) enable/disable collection of streaming stats while streaming is running.Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListenerMethods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
-
Field Details
-
OBJECT_NAME
- See Also:
-
-
Method Details
-
getCurrentStreams
Set<CompositeData> getCurrentStreams()Returns the current state of all ongoing streams. -
getStreamingStatsEnabled
boolean getStreamingStatsEnabled()- Returns:
- whether the streaming virtual table should collect stats while streaming is running
-
setStreamingStatsEnabled
void setStreamingStatsEnabled(boolean streamingStatsEnabled) enable/disable collection of streaming stats while streaming is running. -
getStreamingSlowEventsLogTimeout
String getStreamingSlowEventsLogTimeout()- Returns:
- current timeout for streaming slow events log
-
setStreamingSlowEventsLogTimeout
Sets the timeout for the streaming slow events log
-