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.
    • Method Detail

      • getCursorHandle

        java.lang.String getCursorHandle()
        Returns the handle String representing the cursor.
        Returns:
        the handle String representing the cursor.
      • getCursorId

        java.lang.String getCursorId()
        Returns the cursor ID for the bridge.
        Returns:
        the cursor ID string.