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