Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
7a6cf135
Commit
7a6cf135
authored
Jul 26, 2013
by
Naoki Kambe
Browse files
[2843] update documentation for _Statistics class which will be removed
parent
8015b408
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/statistics/counters.py
View file @
7a6cf135
...
...
@@ -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
=
{}
...
...
src/lib/python/isc/statistics/dns.py
View file @
7a6cf135
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment