LeviLamina
Loading...
Searching...
No Matches
DBStorageConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/level/storage/LevelStorageEventing.h"
5
6// auto generated inclusion list
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
9
10// auto generated forward declare list
11// clang-format off
12class ContentIdentity;
16class Scheduler;
17namespace Core { class FileStorageArea; }
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 8, ::Scheduler&> scheduler;
25 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> fullPath;
26 ::ll::TypedStorage<8, 32, ::std::string> levelId;
27 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> dbSubfolder;
28 ::ll::TypedStorage<8, 8, ::ContentIdentity const*> contentIdentity;
29 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::IContentKeyProvider const>> keyProvider;
30 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::SaveTransactionManager>> saveTransactionManager;
31 ::ll::TypedStorage<8, 8, ::std::chrono::nanoseconds> compactionInterval;
32 ::ll::TypedStorage<8, 8, ::std::chrono::nanoseconds> writeFlushInterval;
33 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Core::FileStorageArea>> storageArea;
34 ::ll::TypedStorage<1, 1, bool> enableCompactionListener;
35 ::ll::TypedStorage<1, 1, bool> enableStorage;
36 ::ll::TypedStorage<1, 1, bool> enableSnapshots;
37 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::LevelStorageEventing>> levelStorageEventing;
38 // NOLINTEND
39
40public:
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ~DBStorageConfig();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition ContentIdentity.h:8
Definition IContentKeyProvider.h:13
Definition LevelStorageEventing.h:15
Definition SaveTransactionManager.h:14
Definition Scheduler.h:13
Definition DBStorageConfig.h:20