public class Request<T> extends Object implements ComparableByContent<Request<T>>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<Request<?>> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
Request(RemoteCommand<T> command,
Version backwardCompatibilityVersion,
Long clientSideTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsByContent(Request<T> other) |
Version |
getBackwardCompatibilityVersion() |
Long |
getClientSideTime() |
RemoteCommand<T> |
getCommand() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static SerializationHandle<Request<?>> SERIALIZATION_HANDLE
public Request(RemoteCommand<T> command, Version backwardCompatibilityVersion, Long clientSideTime)
public RemoteCommand<T> getCommand()
public Version getBackwardCompatibilityVersion()
public Long getClientSideTime()
public boolean equalsByContent(Request<T> other)
equalsByContent in interface ComparableByContent<Request<T>>Copyright © 2022. All rights reserved.