RecordReadRequest

public final class RecordReadRequest<I> implements ReadRequest<I>

A request to read a particular record from RecordStorage.

A result of this request is a record with the specified ID.

Two requests are considered equal if they have the same record ID.

Parameters

<I>

the type of the target ID

Constructors

Link copied to clipboard
public void RecordReadRequest(I recordId)

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public I recordId()
Obtains the ID of the requested record.