summaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/CMakeLists.txt
blob: 1712d1729a96e74eb6dce041cd27a7456c6d3bd5 (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
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributor
    SOURCES
    distributor.cpp
    distributormetricsset.cpp
    visitormetricsset.cpp
    persistence_operation_metric_set.cpp
    idealstatemetricsset.cpp
    operationowner.cpp
    distributorcomponent.cpp
    statechecker.cpp
    persistencemessagetracker.cpp
    messagetracker.cpp
    externaloperationhandler.cpp
    bucketlistmerger.cpp
    idealstatemanager.cpp
    statecheckers.cpp
    bucketdbupdater.cpp
    pendingmessagetracker.cpp
    pendingclusterstate.cpp
    nodeinfo.cpp
    sentmessagemap.cpp
    operationtargetresolver.cpp
    operationtargetresolverimpl.cpp
    throttlingoperationstarter.cpp
    blockingoperationstarter.cpp
    distributormessagesender.cpp
    clusterinformation.cpp
    activecopy.cpp
    statusreporterdelegate.cpp
    bucketgctimecalculator.cpp
    distributor_host_info_reporter.cpp
    latency_statistics_provider.cpp
    ownership_transfer_safe_time_point_calculator.cpp
    managed_bucket_space.cpp
    managed_bucket_space_component.cpp
    managed_bucket_space_repo.cpp
    operation_sequencer.cpp
    $<TARGET_OBJECTS:storage_distributoroperation>
    $<TARGET_OBJECTS:storage_distributoroperationexternal>
    $<TARGET_OBJECTS:storage_distributoroperationidealstate>
    $<TARGET_OBJECTS:storage_distributormaintenance>
    $<TARGET_OBJECTS:storage_distributor_bucketdb>
    INSTALL lib64
    DEPENDS
    storage
    AFTER
    storage_storageconfig
)