pub type PbVnodeWatermark = VnodeWatermark;
Expand description
Alias for VnodeWatermark
.
Aliased Type§
struct PbVnodeWatermark {
pub watermark: Vec<u8>,
pub vnode_bitmap: Option<Buffer>,
}
Fields§
§watermark: Vec<u8>
The watermark shared by multiple vnodes
vnode_bitmap: Option<Buffer>
The set of vnodes that share the same watermark