summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-02-02 16:45:06 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-02-02 16:45:06 +0100
commit01634e1f315f05300633312e2591efbbb324744b (patch)
tree4819c5d066d14f226400195bd4af5824a584063a /searchcore
parent645657b10bb051b2357cb9846b97474d2c108cee (diff)
Update class comments.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/alloc_config.h3
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/alloc_strategy.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/alloc_config.h b/searchcore/src/vespa/searchcore/proton/common/alloc_config.h
index b9ea7a11dd2..25b953b9871 100644
--- a/searchcore/src/vespa/searchcore/proton/common/alloc_config.h
+++ b/searchcore/src/vespa/searchcore/proton/common/alloc_config.h
@@ -10,7 +10,8 @@ enum class SubDbType;
/*
* Class representing allocation config for proton which can be used
- * to make an allocation strategy.
+ * to make an allocation strategy for large data structures owned by a
+ * document sub db (e.g. attribute vectors, document meta store).
*/
class AllocConfig
{
diff --git a/searchcore/src/vespa/searchcore/proton/common/alloc_strategy.h b/searchcore/src/vespa/searchcore/proton/common/alloc_strategy.h
index 517c5af8cb4..74bcc1772ee 100644
--- a/searchcore/src/vespa/searchcore/proton/common/alloc_strategy.h
+++ b/searchcore/src/vespa/searchcore/proton/common/alloc_strategy.h
@@ -9,7 +9,8 @@
namespace proton {
/*
- * Class representing allocation strategy
+ * Class representing allocation strategy for large data structures
+ * owned by a document sub db (e.g. attribute vectors, document meta store).
*/
class AllocStrategy
{