ProjectsInstancesClustersHotTablets
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)