public static class AggregationReply.Cursor extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getCursorId()
Return the server-assigned cursor id for continued reads/deletes.
|
Optional<String> |
getNodeId()
Return the node id that created this cursor, if known (cluster routing).
|
static AggregationReply.Cursor |
of(long cursorId,
String nodeId)
Create a new cursor handle with the given cursor id and optional creating node id.
|
void |
setNodeId(String nodeId)
Set the node id for this cursor (used for cluster-sticky routing).
|
public static AggregationReply.Cursor of(long cursorId, String nodeId)
public long getCursorId()
public Optional<String> getNodeId()
public void setNodeId(String nodeId)
Copyright © 2025 lettuce.io. All rights reserved.