aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/CMakeLists.txt
blob: 2f2fb1ded97f5f0a15821af39b3699064f8bf917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_server STATIC
    SOURCES
    blockable_maintenance_job.cpp
    bootstrapconfig.cpp
    bootstrapconfigmanager.cpp
    buckethandler.cpp
    bucketmovejob.cpp
    clusterstatehandler.cpp
    combiningfeedview.cpp
    ddbstate.cpp
    disk_mem_usage_filter.cpp
    disk_mem_usage_forwarder.cpp
    disk_mem_usage_metrics.cpp
    disk_mem_usage_sampler.cpp
    docstorevalidator.cpp
    document_db_config_owner.cpp
    document_db_directory_holder.cpp
    document_db_explorer.cpp
    document_db_flush_config.cpp
    document_db_maintenance_config.cpp
    document_db_reconfig.cpp
    document_meta_store_read_guards.cpp
    document_scan_iterator.cpp
    document_subdb_collection_explorer.cpp
    document_subdb_collection_initializer.cpp
    document_subdb_explorer.cpp
    document_subdb_initializer.cpp
    document_subdb_initializer_result.cpp
    document_subdb_reconfig.cpp
    documentbucketmover.cpp
    documentdb.cpp
    documentdb_metrics_updater.cpp
    documentdbconfig.cpp
    documentdbconfigmanager.cpp
    documentdbconfigscout.cpp
    documentretriever.cpp
    documentretrieverbase.cpp
    documentsubdbcollection.cpp
    emptysearchview.cpp
    executor_explorer_utils.cpp
    executor_thread_service.cpp
    executor_threading_service_explorer.cpp
    executorthreadingservice.cpp
    fast_access_doc_subdb.cpp
    fast_access_doc_subdb_configurer.cpp
    fast_access_document_retriever.cpp
    fast_access_feed_view.cpp
    feed_handler_stats.cpp
    feedhandler.cpp
    feedstate.cpp
    feedstates.cpp
    fileconfigmanager.cpp
    flushhandlerproxy.cpp
    forcecommitcontext.cpp
    forcecommitdonetask.cpp
    health_adapter.cpp
    heart_beat_job.cpp
    hw_info_explorer.cpp
    idocumentdbowner.cpp
    ifeedview.cpp
    initialize_threads_calculator.cpp
    ireplayconfig.cpp
    job_tracked_maintenance_job.cpp
    lid_space_compaction_handler.cpp
    lid_space_compaction_job.cpp
    maintenance_controller_explorer.cpp
    maintenance_jobs_injector.cpp
    maintenancecontroller.cpp
    maintenancedocumentsubdb.cpp
    maintenancejobrunner.cpp
    matchers.cpp
    matchview.cpp
    memory_flush_config_updater.cpp
    memoryconfigstore.cpp
    memoryflush.cpp
    minimal_document_retriever.cpp
    move_operation_limiter.cpp
    operationdonecontext.cpp
    persistencehandlerproxy.cpp
    prepare_restart_handler.cpp
    proton.cpp
    proton_config_fetcher.cpp
    proton_config_snapshot.cpp
    proton_configurer.cpp
    proton_disk_layout.cpp
    proton_thread_pools_explorer.cpp
    pruneremoveddocumentsjob.cpp
    putdonecontext.cpp
    reconfig_params.cpp
    remove_operations_rate_tracker.cpp
    removedonecontext.cpp
    replaypacketdispatcher.cpp
    resource_usage_explorer.cpp
    rpc_hooks.cpp
    sample_attribute_usage_job.cpp
    searchable_doc_subdb_configurer.cpp
    searchable_feed_view.cpp
    searchabledocsubdb.cpp
    searchcontext.cpp
    searchhandlerproxy.cpp
    searchview.cpp
    sequenced_task_executor_explorer.cpp
    shared_threading_service.cpp
    shared_threading_service_config.cpp
    simpleflush.cpp
    storeonlydocsubdb.cpp
    storeonlyfeedview.cpp
    summaryadapter.cpp
    threading_service_config.cpp
    tlssyncer.cpp
    transactionlogmanager.cpp
    transactionlogmanagerbase.cpp
    updatedonecontext.cpp
    DEPENDS
    searchcore_attribute
    searchcore_bucketdb
    searchcore_docsummary
    searchcore_documentmetastore
    searchcore_flushengine
    searchcore_index
    searchcore_initializer
    searchcore_matchengine
    searchcore_matching
    searchcore_persistenceengine
    searchcore_reprocessing
    searchcore_summaryengine
    searchcore_reference
    configdefinitions
)