Class GridRestBaselineRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.request.GridRestRequest
-
- org.apache.ignite.internal.processors.rest.request.GridRestBaselineRequest
-
public class GridRestBaselineRequest extends GridRestRequest
Grid command topology request.
-
-
Constructor Summary
Constructors Constructor Description GridRestBaselineRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>consistentIds()voidconsistentIds(List<Object> consistentIds)LongtopologyVersion()voidtopologyVersion(Long topVer)StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.rest.request.GridRestRequest
address, address, certificates, certificates, clientId, clientId, command, command, credentials, credentials, destinationId, destinationId, sessionToken, sessionToken, userAttributes, userAttributes
-
-
-
-
Method Detail
-
topologyVersion
public Long topologyVersion()
- Returns:
- Topology version to set.
-
topologyVersion
public void topologyVersion(Long topVer)
- Parameters:
topVer- New topology version to set.
-
consistentIds
public void consistentIds(List<Object> consistentIds)
- Parameters:
consistentIds- New collection of consistent IDs to set.
-
toString
public String toString()
- Overrides:
toStringin classGridRestRequest
-
-