package com.deno.kv.datapath

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

message AtomicWrite

datapath.proto:64

A request to write some data.

message AtomicWriteOutput

datapath.proto:73

enum AtomicWriteStatus

datapath.proto:170

The status of an atomic write.

Used in: AtomicWriteOutput

message Check

datapath.proto:85

A mutation to perform.

Used in: AtomicWrite

message Enqueue

datapath.proto:185

A request to enqueue a message.

Used in: AtomicWrite

message KvEntry

datapath.proto:128

A key-value entry.

Used in: ReadRangeOutput, WatchKeyOutput

message KvValue

datapath.proto:122

Used in: Mutation

message Mutation

datapath.proto:95

A mutation to perform.

Used in: AtomicWrite

enum MutationType

datapath.proto:140

The type of a mutation.

Used in: Mutation

message ReadRange

datapath.proto:44

A key range to read. The range is inclusive of the start and exclusive of the end.

Used in: SnapshotRead

message ReadRangeOutput

datapath.proto:58

The response to a read range request.

Used in: SnapshotReadOutput

message SnapshotRead

datapath.proto:8

A request to read some data.

message SnapshotReadOutput

datapath.proto:17

The response to a read request. The request is considered successful if the length of the ranges in the input and output match.

enum SnapshotReadStatus

datapath.proto:33

The status of a read request.

Used in: SnapshotReadOutput, WatchOutput

enum ValueEncoding

datapath.proto:158

The encoding of a value.

Used in: KvEntry, KvValue

message Watch

datapath.proto:203

A request to watch some keys for updates.

message WatchKey

datapath.proto:218

A key to watch.

Used in: Watch

message WatchKeyOutput

datapath.proto:224

The response to a watch request for a single key.

Used in: WatchOutput

message WatchOutput

datapath.proto:209

The response to a watch request.