Uses of Interface
com.slack.api.methods.metrics.MetricsDatastore
-
Packages that use MetricsDatastore Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.metrics.impl -
-
Uses of MetricsDatastore in com.slack.api.methods
Methods in com.slack.api.methods that return MetricsDatastore Modifier and Type Method Description MetricsDatastoreMethodsConfig. getMetricsDatastore()The metrics datastore to track the traffic associated to this executor name.Methods in com.slack.api.methods with parameters of type MetricsDatastore Modifier and Type Method Description MethodsConfig.MethodsConfigBuilderMethodsConfig.MethodsConfigBuilder. metricsDatastore(MetricsDatastore metricsDatastore)The metrics datastore to track the traffic associated to this executor name.voidMethodsConfig. setMetricsDatastore(MetricsDatastore metricsDatastore)The metrics datastore to track the traffic associated to this executor name.Constructors in com.slack.api.methods with parameters of type MetricsDatastore Constructor Description MethodsConfig(boolean statsEnabled, String executorName, int maxIdleMills, int defaultThreadPoolSize, Map<String,Integer> customThreadPoolSizes, MetricsDatastore metricsDatastore) -
Uses of MetricsDatastore in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return MetricsDatastore Modifier and Type Method Description MetricsDatastoreAsyncMethodsRateLimiter. getMetricsDatastore() -
Uses of MetricsDatastore in com.slack.api.methods.metrics.impl
Classes in com.slack.api.methods.metrics.impl that implement MetricsDatastore Modifier and Type Class Description classMemoryMetricsDatastoreclassRedisMetricsDatastore
-