package protos

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

message ChunkServer

chunk_server.proto:13

Used in: grpc.ReportChunkServerRequest

message ChunkServerLocation

chunk_server.proto:5

Used in: ChunkServer, FileChunkMetadata, grpc.WriteFileChunkReply.ReplicaStatus, grpc.WriteFileChunkRequest

message FileChunk

chunk_server.proto:26

The file chunk. Used for serializing/deserializing the data to/from binary for disk storage.

message FileChunkMetadata

metadata.proto:18

Metadata of a given file chunk

Used in: grpc.OpenFileReply, grpc.ReportChunkServerRequest

message FileMetadata

metadata.proto:10

Metadata of a given file. The reason that we define the file metadata in proto is that later we will use the protobuf to serialize / deserialize this data to checkpoint / log files