文件名称: wavefront-sdk-java-3.0.4.jar中文-英文对照文档.zip
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-sdk-java</artifactId>
<version>3.0.4</version>
</dependency>Gradle:
implementation group: 'com.wavefront', name: 'wavefront-sdk-java', version: '3.0.4'
Gradle (Short):
implementation 'com.wavefront:wavefront-sdk-java:3.0.4'
Gradle (Kotlin):
implementation("com.wavefront:wavefront-sdk-java:3.0.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.wavefront.sdk
com.wavefront.sdk.common
com.wavefront.sdk.common.annotation
com.wavefront.sdk.common.application
com.wavefront.sdk.common.clients
com.wavefront.sdk.common.clients.exceptions
com.wavefront.sdk.common.clients.service
com.wavefront.sdk.common.logging
com.wavefront.sdk.common.metrics
com.wavefront.sdk.direct.ingestion
com.wavefront.sdk.entities.events
com.wavefront.sdk.entities.histograms
com.wavefront.sdk.entities.logs
com.wavefront.sdk.entities.metrics
com.wavefront.sdk.entities.tracing
com.wavefront.sdk.entities.tracing.sampling
com.wavefront.sdk.proxycom.wavefront.sdk.Main
com.wavefront.sdk.common.BufferFlusher
com.wavefront.sdk.common.Constants
com.wavefront.sdk.common.NamedThreadFactory
com.wavefront.sdk.common.Pair
com.wavefront.sdk.common.ReconnectingSocket
com.wavefront.sdk.common.Utils
com.wavefront.sdk.common.WavefrontSender
com.wavefront.sdk.common.annotation.NonNull
com.wavefront.sdk.common.annotation.NonNullApi
com.wavefront.sdk.common.annotation.Nullable
com.wavefront.sdk.common.application.ApplicationTags
com.wavefront.sdk.common.application.ApplicationTags.Builder
com.wavefront.sdk.common.application.HeartbeaterService
com.wavefront.sdk.common.clients.WavefrontClient
com.wavefront.sdk.common.clients.WavefrontClient.Builder
com.wavefront.sdk.common.clients.WavefrontClientFactory
com.wavefront.sdk.common.clients.WavefrontMultiClient
com.wavefront.sdk.common.clients.WavefrontMultiClient.Builder
com.wavefront.sdk.common.clients.WavefrontNoOpClient
com.wavefront.sdk.common.clients.exceptions.CompositeIOException
com.wavefront.sdk.common.clients.exceptions.MultiClientIOException
com.wavefront.sdk.common.clients.service.ReportAPI
com.wavefront.sdk.common.clients.service.ReportingService
com.wavefront.sdk.common.logging.DelegatingLogger
com.wavefront.sdk.common.logging.MessageDedupingLogger
com.wavefront.sdk.common.logging.MessageSuppressingLogger
com.wavefront.sdk.common.metrics.WavefrontSdkCounter
com.wavefront.sdk.common.metrics.WavefrontSdkDeltaCounter
com.wavefront.sdk.common.metrics.WavefrontSdkGauge
com.wavefront.sdk.common.metrics.WavefrontSdkMetric
com.wavefront.sdk.common.metrics.WavefrontSdkMetricsRegistry
com.wavefront.sdk.common.metrics.WavefrontSdkMetricsRegistry.Builder
com.wavefront.sdk.direct.ingestion.DataIngesterAPI
com.wavefront.sdk.direct.ingestion.DataIngesterService
com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient
com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient.Builder
com.wavefront.sdk.entities.events.EventDTO
com.wavefront.sdk.entities.events.WavefrontEventSender
com.wavefront.sdk.entities.histograms.HistogramGranularity
com.wavefront.sdk.entities.histograms.WavefrontHistogramImpl
com.wavefront.sdk.entities.histograms.WavefrontHistogramImpl.Distribution
com.wavefront.sdk.entities.histograms.WavefrontHistogramImpl.Snapshot
com.wavefront.sdk.entities.histograms.WavefrontHistogramSender
com.wavefront.sdk.entities.logs.WavefrontLogSender
com.wavefront.sdk.entities.metrics.WavefrontMetricSender
com.wavefront.sdk.entities.tracing.SpanLog
com.wavefront.sdk.entities.tracing.SpanLogsDTO
com.wavefront.sdk.entities.tracing.WavefrontTracingSpanSender
com.wavefront.sdk.entities.tracing.sampling.CompositeSampler
com.wavefront.sdk.entities.tracing.sampling.ConstantSampler
com.wavefront.sdk.entities.tracing.sampling.DurationSampler
com.wavefront.sdk.entities.tracing.sampling.MinConditionalSampler
com.wavefront.sdk.entities.tracing.sampling.RateSampler
com.wavefront.sdk.entities.tracing.sampling.Sampler
com.wavefront.sdk.proxy.ProxyConnectionHandler
com.wavefront.sdk.proxy.WavefrontProxyClient
com.wavefront.sdk.proxy.WavefrontProxyClient.Builder