Expand description
Nested message and enum types in CommitDataRequest
.
Modules§
- chunk_
to_ patch - Nested message and enum types in
ChunkToPatch
.
Structs§
- Chunk
ToPatch - Used to patch chunks that have already been sent to the service. The chunk might not be in the shared memory buffer anymore as it could have been moved by the service in response to a prior CommitDataRequest. It is perfectly valid to patch a chunk that is being notified in the same message (a chunk can show up both in the |changed_pages| and |patches| field within the same CommitDataRequest message). In other words, |chunks_to_patch| is always processed after |chunks_to_move|.
- Chunks
ToMove - When |chunks_to_move| is present, the producer is requesting the service to move the given chunks form the share memory buffer into the central trace buffer(s).