From: Naoki Kambe Date: Fri, 26 Jul 2013 08:14:41 +0000 (+0900) Subject: [2843] update documentation for _Statistics class which will be removed X-Git-Tag: bind10-1.2.0beta1-release~314^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a6cf1357a4c85a794388475ddfcde9ff92cb6ea;p=thirdparty%2Fkea.git [2843] update documentation for _Statistics class which will be removed --- diff --git a/src/lib/python/isc/statistics/counters.py b/src/lib/python/isc/statistics/counters.py index fc5d763e3c..87355be070 100644 --- a/src/lib/python/isc/statistics/counters.py +++ b/src/lib/python/isc/statistics/counters.py @@ -152,7 +152,8 @@ def _concat(*args, sep='/'): return sep.join(args) class _Statistics(): - """Statistics data set""" + """Statistics data set. This class will be remove in the future + release.""" # default statistics data _data = {} # default statistics spec used in case the specfile is omitted when @@ -182,7 +183,8 @@ class Counters(): statistics spec can be accumulated if spec_file_name is specified. If omitted, a default statistics spec is used. The default statistics spec is defined in a hidden class named - _Statistics(). + _Statistics(). But the hidden class won't be used and + spec_file_name will be required in the future release. """ self._zones_item_list = [] self._start_time = {} diff --git a/src/lib/python/isc/statistics/dns.py b/src/lib/python/isc/statistics/dns.py index ff700f9b99..c224687e8a 100644 --- a/src/lib/python/isc/statistics/dns.py +++ b/src/lib/python/isc/statistics/dns.py @@ -70,7 +70,8 @@ import isc.config from isc.statistics import counters class _Statistics(): - """Statistics data set""" + """Statistics data set. This class will be removed in the future + release.""" # default statistics data _data = {} # default statistics spec used in case the specfile is omitted when