Skip to main content

◆ adminShowShards() [1/2]

AdminShowShardsResponse kinetica.Kinetica.adminShowShards (AdminShowShardsRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 2867 of file KineticaFunctions.cs.

◆ adminShowShards() [2/2]

AdminShowShardsResponse kinetica.Kinetica.adminShowShards (IDictionary< string, string >options = null)
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.

Parameters
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2904 of file KineticaFunctions.cs.

◆ AdminShowShardsAsync() [1/2]

async System.Threading.Tasks.Task< AdminShowShardsResponse > kinetica.Kinetica.AdminShowShardsAsync (AdminShowShardsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2886 of file KineticaFunctions.cs.

◆ AdminShowShardsAsync() [2/2]

async System.Threading.Tasks.Task< AdminShowShardsResponse > kinetica.Kinetica.AdminShowShardsAsync (IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2921 of file KineticaFunctions.cs.