aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/CMakeLists.txt
blob: 195410cbe03b1ad1bf708b5d3c7a22a060083c17 (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
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributor OBJECT
    SOURCES
    activecopy.cpp
    blockingoperationstarter.cpp
    bucket_db_prune_elision.cpp
    bucket_ownership_calculator.cpp
    bucket_space_distribution_configs.cpp
    bucket_space_distribution_context.cpp
    bucket_space_state_map.cpp
    bucket_spaces_stats_provider.cpp
    bucketgctimecalculator.cpp
    bucketlistmerger.cpp
    cancelled_replicas_pruner.cpp
    clusterinformation.cpp
    crypto_uuid_generator.cpp
    distributor_bucket_space.cpp
    distributor_bucket_space_repo.cpp
    distributor_component.cpp
    distributor_host_info_reporter.cpp
    distributor_status.cpp
    distributor_stripe.cpp
    distributor_stripe_component.cpp
    distributor_stripe_pool.cpp
    distributor_stripe_thread.cpp
    distributor_total_metrics.cpp
    distributormessagesender.cpp
    distributormetricsset.cpp
    externaloperationhandler.cpp
    ideal_service_layer_nodes_bundle.cpp
    ideal_state_total_metrics.cpp
    idealstatemanager.cpp
    idealstatemetricsset.cpp
    messagetracker.cpp
    min_replica_provider.cpp
    multi_threaded_stripe_access_guard.cpp
    node_supported_features_repo.cpp
    nodeinfo.cpp
    operation_routing_snapshot.cpp
    operation_sequencer.cpp
    operationowner.cpp
    operationtargetresolver.cpp
    operationtargetresolverimpl.cpp
    ownership_transfer_safe_time_point_calculator.cpp
    pending_bucket_space_db_transition.cpp
    pendingclusterstate.cpp
    pendingmessagetracker.cpp
    persistence_operation_metric_set.cpp
    persistencemessagetracker.cpp
    sentmessagemap.cpp
    statechecker.cpp
    statecheckers.cpp
    statusreporterdelegate.cpp
    stripe_bucket_db_updater.cpp
    throttlingoperationstarter.cpp
    top_level_bucket_db_updater.cpp
    top_level_distributor.cpp
    update_metric_set.cpp
    visitormetricsset.cpp
    DEPENDS
)