Faabric
Topics
Developing Faabric
Code
Namespace list
Class list
Faabric
File delta.h
View page source
File delta.h
namespace
faabric
namespace
util
Enums
enum
DeltaCommand
Values:
enumerator
DELTACMD_TOTAL_SIZE
enumerator
DELTACMD_ZSTD_COMPRESSED_COMMANDS
enumerator
DELTACMD_DELTA_OVERWRITE
enumerator
DELTACMD_DELTA_XOR
enumerator
DELTACMD_END
Variables
constexpr
uint8_t
DELTA_PROTOCOL_VERSION
=
1
constexpr
int
DELTA_ZSTD_COMPRESS_LEVEL
=
1
struct
DeltaSettings
Public Functions
explicit
DeltaSettings
(
const
std
::
string
&
definition
)
std
::
string
toString
(
)
const
Public Members
bool
usePages
=
true
size_t
pageSize
=
4096
bool
xorWithOld
=
true
bool
useZstd
=
true
int
zstdLevel
=
1