Uses of Class
tech.skworks.tachyon.plugin.core.metric.scraper.TachyonMetrics
Packages that use TachyonMetrics
Package
Description
-
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.audit
Constructors in tech.skworks.tachyon.plugin.core.audit with parameters of type TachyonMetricsModifierConstructorDescriptionGrpcAuditService(@Nullable TachyonMetrics tachyonMetrics, @NotNull BackendStubProvider backendStubProvider, @NotNull TachyonConfig config) -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.grpc
Fields in tech.skworks.tachyon.plugin.core.grpc declared as TachyonMetricsModifier and TypeFieldDescriptionprotected final @Nullable TachyonMetricsAbstractGrpcService.tachyonMetricsConstructors in tech.skworks.tachyon.plugin.core.grpc with parameters of type TachyonMetricsModifierConstructorDescriptionAbstractGrpcService(@Nullable TachyonMetrics tachyonMetrics, @NotNull BackendStubProvider backendStubProvider) -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.metric
Methods in tech.skworks.tachyon.plugin.core.metric that return TachyonMetrics -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.playerdata
Constructors in tech.skworks.tachyon.plugin.core.playerdata with parameters of type TachyonMetricsModifierConstructorDescriptionGrpcPlayerDataService(BackendStubProvider backendStubProvider, File dataFolder, @Nullable TachyonMetrics tachyonMetrics) TachyonProfileRegistryImpl(@NotNull ComponentRegistryImpl componentRegistryImpl, @Nullable TachyonMetrics tachyonMetrics, @NotNull EventBus<org.bukkit.plugin.java.JavaPlugin> eventBus) -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.playersession
Constructors in tech.skworks.tachyon.plugin.core.playersession with parameters of type TachyonMetricsModifierConstructorDescriptionGrpcPlayerSessionService(@Nullable TachyonMetrics tachyonMetrics, BackendStubProvider backendStubProvider, TachyonCore plugin) -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.snapshots
Constructors in tech.skworks.tachyon.plugin.core.snapshots with parameters of type TachyonMetricsModifierConstructorDescriptionGrpcSnapshotService(@Nullable TachyonMetrics tachyonMetrics, BackendStubProvider backendStubProvider) -
Uses of TachyonMetrics in tech.skworks.tachyon.plugin.core.system
Constructors in tech.skworks.tachyon.plugin.core.system with parameters of type TachyonMetricsModifierConstructorDescriptionGrpcSystemService(@Nullable TachyonMetrics tachyonMetrics, @NotNull BackendStubProvider backendStubProvider, @NotNull String serverName)