| Package | Description |
|---|---|
| com.slack.api |
The root package of all the libraries in this SDK.
|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.metrics | |
| com.slack.api.methods.metrics.impl |
| Modifier and Type | Method and Description |
|---|---|
MethodsStats |
Slack.methodsStats(String teamId) |
MethodsStats |
Slack.methodsStats(String executorName,
String teamId) |
| Modifier and Type | Method and Description |
|---|---|
MethodsStats |
MethodsStats.MethodsStatsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
default MethodsStats |
MetricsDatastore.getStats(String teamId) |
MethodsStats |
MetricsDatastore.getStats(String executorName,
String teamId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,MethodsStats>> |
MetricsDatastore.getAllStats() |
| Modifier and Type | Method and Description |
|---|---|
MethodsStats |
MemoryMetricsDatastore.getStats(String executorName,
String teamId) |
MethodsStats |
RedisMetricsDatastore.getStats(String executorName,
String teamId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,MethodsStats>> |
MemoryMetricsDatastore.getAllStats() |
Map<String,Map<String,MethodsStats>> |
RedisMetricsDatastore.getAllStats() |
Copyright © 2020. All rights reserved.