rippled
Loading...
Searching...
No Matches
nodestore/Types.h
1#pragma once
2
3#include <xrpl/nodestore/NodeObject.h>
4
5#include <vector>
6
7namespace xrpl {
8namespace NodeStore {
9
10enum {
11 // This is only used to pre-allocate the array for
12 // batch objects and does not affect the amount written.
13 //
15
16 // This sets a limit on the maximum number of writes
17 // in a batch. Actual usage can be twice this since
18 // we have a new batch growing as we write the old.
19 //
21};
22
33
36
37} // namespace NodeStore
38
39} // namespace xrpl
Status
Return codes from Backend operations.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5