@Deprecated public interface PublisherStatisticsConfig extends Config
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Deprecated.
since 6.2. Aggregate publisher statistics collection is
always enabled. This method is no longer used and will be
removed in a future version of the product.
|
boolean |
isInstanceMonitoringEnabled()
Deprecated.
since 6.1. To simplify the statistics model and reduce the
cost of reporting, per-publisher statistics are being retired
in favour of server-scoped statistics. This method will be
removed in a future version of the product.
|
void |
setEnabled(boolean enabled)
Deprecated.
since 6.2. Aggregate publisher statistics collection is
always enabled. This method is no longer used and will be
removed in a future version of the product.
|
void |
setInstanceMonitoringEnabled(boolean enabled)
Deprecated.
since 6.1. To simplify the statistics model and reduce the
cost of reporting, per-publisher statistics are being retired
in favour of server-scoped statistics. This method will be
removed in a future version of the product.
|
@Deprecated boolean isEnabled()
@Deprecated void setEnabled(boolean enabled)
enabled
- ignored@Deprecated boolean isInstanceMonitoringEnabled()
By default this is false.
@Deprecated void setInstanceMonitoringEnabled(boolean enabled)
enabled
- true to enable, false to disableCopyright © 2020 Push Technology Ltd. All Rights Reserved.