◆ adminShowShards() [1/2]
| inline |
Show the mapping of shards to the corresponding rank and tom.
The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
| request_ | Request object containing the parameters for the operation. |
Definition at line 2867 of file KineticaFunctions.cs.
◆ adminShowShards() [2/2]
| inline |
Show the mapping of shards to the corresponding rank and tom.
The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 2904 of file KineticaFunctions.cs.
◆ AdminShowShardsAsync() [1/2]
| inline |
Show the mapping of shards to the corresponding rank and tom.
(async)
The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2886 of file KineticaFunctions.cs.
◆ AdminShowShardsAsync() [2/2]
| inline |
Show the mapping of shards to the corresponding rank and tom.
(async)
The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2921 of file KineticaFunctions.cs.