package kudu

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlockBloomFilterPB

block_bloom_filter.proto:25

enum CompressionType

compression.proto:22

message ContainerSupHeaderPB

pb_util.proto:30

Supplemental protobuf container header, after the main header (see pb_util.h for details).

enum HashAlgorithm

hash.proto:23

Implemented hash algorithms.

Used in: BlockBloomFilterPB

message HistogramSnapshotPB

histogram.proto:23

Captures the state of an Histogram.

Used in: HistogramSnapshotsListPB

message HistogramSnapshotsListPB

histogram.proto:46

message MaintenanceManagerStatusPB

maintenance_manager.proto:23

Used to present the maintenance manager's internal state.

message MaintenanceManagerStatusPB.MaintenanceOpPB

maintenance_manager.proto:24

Used in: MaintenanceManagerStatusPB

message MaintenanceManagerStatusPB.OpInstancePB

maintenance_manager.proto:35

Used in: MaintenanceManagerStatusPB

message MemTrackerPB

mem_tracker.proto:32

A snapshot of a Kudu server mem_tracker tree. Note that recursive messages are not a good idea in general because serializing a message requires knowing the size of its sub-messages. However, the mem_tracker tree is a wide and shallow tree, with a maximum depth of 3 realized by, e.g., the path root -> server -> tablet-<id> -> DeltaMemStores This could change in the future, however.

message ProtoContainerTest2PB

proto_container_test2.proto:27

Arbitrary protobuf that has one PB dependency.

Used in: ProtoContainerTest3PB

message ProtoContainerTest3PB

proto_container_test3.proto:30

Arbitrary protobuf has two PB dependencies. dependency.

message ProtoContainerTestPB

proto_container_test.proto:21

Arbitrary protobuf to test writing a containerized protobuf.

Used in: ProtoContainerTest2PB, ProtoContainerTest3PB

message TestSecurePrintingPB

pb_util_test.proto:22

message VersionInfoPB

version_info.proto:23

Information about the build environment, configuration, etc.