Package | Description |
---|---|
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
static Statistics.Statistic |
Statistics.Statistic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics.Statistic[] |
Statistics.Statistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
Statistics.getClientStatistic(Statistics.Statistic statistic)
Get the statistic count of the whole client.
|
long |
Statistics.getTableStatistic(String tableName,
Statistics.Statistic statistic)
Get the statistic count of this table.
|
long |
Statistics.getTabletStatistic(String tabletId,
Statistics.Statistic statistic)
Get the statistic count of this tablet.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.