aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/init.h
blob: af2fc80e55213dfb03a7ff96aba3be341e6f0339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include <yt/cpp/mapreduce/interface/init.h>

namespace NYT {
namespace NDetail {

////////////////////////////////////////////////////////////////////////////////

enum class EInitStatus : int
{
    NotInitialized,
    JoblessInitialization,
    FullInitialization,
};

EInitStatus& GetInitStatus();

////////////////////////////////////////////////////////////////////////////////

} // namespace NDetail
} // namespace NYT