mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
[doc] Fix inconsistent doc about ObjectID bytes (#15072)
This commit is contained in:
parent
4fba05ae4d
commit
6ad379864e
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ The following table shows the layouts of all kinds of task id.
|
|||
Note: Dummy actor id is an `ActorID` whose unique part is nil.
|
||||
```
|
||||
|
||||
#### ObjectID (20 bytes)
|
||||
#### ObjectID (28 bytes)
|
||||
An `ObjectID` contains 2 parts:
|
||||
- `index bytes`: 4 bytes to indicate the index of the object within its creator task.
|
||||
1 <= idx <= num_return_objects is reserved for the task's return objects, while
|
||||
idx > num_return_objects is available for the task's put objects.
|
||||
- `TaskID`: 16 bytes to indicate the ID of the task to which this object belongs.
|
||||
- `TaskID`: 24 bytes to indicate the ID of the task to which this object belongs.
|
||||
|
|
Loading…
Add table
Reference in a new issue