Get desktop application:
View/edit binary Protocol Buffers messages
ServingStore defines a set of methods to interface with a user-defined Store.
Get gets the GetRequest from the Store.
GetRequest is the call to get the result stored in the Store.
ID is the unique id as provided by the user in the original request. If not provided, it will be a system generated uuid.
GetResponse is the result stored in the Store.
Payloads are one or more results generated (could be more than one due to flat-map).
IsReady checks the health of the container interfacing the Store.
* ReadyResponse is the health check result.
Put is to put the PutRequest into the Store.
PutRequest is the request sent to the Store.
ID is the unique id as provided by the user in the original request. If not provided, it will be a system generated uuid.
Payloads are one or more results generated (could be more than one due to flat-map).
PutResponse is the result of the Put call.
Payload that represent the output that is to be written into to the store.
Used in: ,
Origin is the Vertex that generated this result.
Value is the result of the computation.