Package glide.managers
Interface CommandManager.ClusterScanCursorDetail
-
- All Superinterfaces:
ClusterScanCursor
- Enclosing class:
- CommandManager
public static interface CommandManager.ClusterScanCursorDetail extends ClusterScanCursor
Internal interface for exposing implementation details about a ClusterScanCursor.
-
-
Field Summary
-
Fields inherited from interface glide.api.models.commands.scan.ClusterScanCursor
INITIAL_CURSOR_INSTANCE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCursorHandle()Returns the handle String representing the cursor.java.lang.StringgetCursorId()Returns the cursor ID for the bridge.-
Methods inherited from interface glide.api.models.commands.scan.ClusterScanCursor
isFinished, releaseCursorHandle
-
-