class ProjectsInstancesClustersHotTablets extends Resource (View source)

The "hotTablets" collection of methods.

Typical usage is:

 $bigtableadminService = new Google\Service\BigtableAdmin(...);
 $hotTablets = $bigtableadminService->projects_instances_clusters_hotTablets;

Methods

listProjectsInstancesClustersHotTablets(string $parent, array $optParams = [])

Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.

Details

ListHotTabletsResponse listProjectsInstancesClustersHotTablets(string $parent, array $optParams = [])

Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.

(hotTablets.listProjectsInstancesClustersHotTablets)

Parameters

string $parent

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

array $optParams

Optional parameters.

Return Value

ListHotTabletsResponse

Exceptions

Exception