Modifier and Type | Method and Description |
---|---|
ReporterConfig |
addReporter(String name,
ReporterConfig.Type type)
Deprecated.
since 6.3. Statistics reporters have been removed from the
product. This configuration has no effect. This method
will be removed in a future version of the product.
|
ClientStatisticsConfig |
getClientStatistics()
Get client statistics configuration.
|
PublisherStatisticsConfig |
getPublisherStatistics()
Deprecated.
since 6.2. All settings that control publisher statistics
have been deprecated.
|
ReporterConfig |
getReporter(String reporterName)
Deprecated.
since 6.3. Statistics reporters have been removed from the
product. This configuration has no effect. This method
will be removed in a future version of the product.
|
List<ReporterConfig> |
getReporters()
Deprecated.
since 6.3. Statistics reporters have been removed from the
product. This configuration has no effect. This method
will be removed in a future version of the product.
|
TopicStatisticsConfig |
getTopicStatistics()
Deprecated.
since 6.3. Per-topic statistics have been replaced by topic
metric collectors.
|
boolean |
isEnabled()
Deprecated.
since 6.2. Statistics collection is always enabled. This
method is no longer used and will be removed in a future
version of the product.
|
void |
setEnabled(boolean enabled)
Deprecated.
since 6.2. Statistics collection is always enabled. This
method is no longer used and will be removed in a future
version of the product.
|
@Deprecated boolean isEnabled()
@Deprecated void setEnabled(boolean enabled)
enabled
- ignoredClientStatisticsConfig getClientStatistics()
This configures statistics related to Client connections.
@Deprecated PublisherStatisticsConfig getPublisherStatistics()
This configures statistics related to Publishers.
@Deprecated TopicStatisticsConfig getTopicStatistics()
This configures statistics related to Topics.
@Deprecated ReporterConfig addReporter(String name, ReporterConfig.Type type) throws ConfigException
Returns a ReporterConfig
object.
name
- the name of this Reporter - must be unique.type
- the type of Reporter to be used.ConfigException
- if unable to add reporter@Deprecated ReporterConfig getReporter(String reporterName)
reporterName
- the name of the reporter@Deprecated List<ReporterConfig> getReporters()
Copyright © 2020 Push Technology Ltd. All Rights Reserved.