Default package

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

message ClusterMembership

metadata.proto:65

A message to track which physical servers are a part of which Anna membership (memory, disk) tier.

message ClusterMembership.TierMembership

metadata.proto:67

The representation the servers comprising an individual tier.

Used in: ClusterMembership

message ClusterMembership.TierMembership.Server

metadata.proto:70

The IP addresses for an individual server -- the private/public IP distinction is specific to EC2-based deployments.

Used in: TierMembership

message KeyAccessData

metadata.proto:35

A message to capture the access frequencies of individual keys for a particular server thread.

message KeyAccessData.KeyCount

metadata.proto:37

A mapping from an individual key to its access count.

Used in: KeyAccessData

message KeySizeData

metadata.proto:90

A message to track metadata about how large each key in the system is.

message KeySizeData.KeySize

metadata.proto:92

The size metadata for an individual key.

Used in: KeySizeData

message ReplicationFactor

metadata.proto:105

A message that captures the replication factor for an individual key.

Used in: ReplicationFactorUpdate

message ReplicationFactor.ReplicationValue

metadata.proto:108

A message representing the replication level for a single key at a single tier.

Used in: ReplicationFactor

message ReplicationFactorUpdate

metadata.proto:129

A message to propagate changes to a set of keys' replication factors.

message ServerThreadStatistics

metadata.proto:19

A message to capture the periodic reporting of each server thread's local statistics; these are aggregated by the monioring system.

enum Tier

metadata.proto:50

An enum representing all the tiers the system supports -- currently, a memory tier and a disk-based tier.

Used in: ClusterMembership.TierMembership, ReplicationFactor.ReplicationValue

message UserFeedback

benchmark.proto:18

Client-generated feedback used for system monitoring and planning.

message UserFeedback.KeyLatency

benchmark.proto:20

Observed latency measurements for individual keys.

Used in: UserFeedback