- send(String, String, LogItem) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, List<LogItem>) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a list of logs asynchronously.
- send(String, String, String, String, LogItem) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, String, String, List<LogItem>) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a list of logs asynchronously.
- send(String, String, String, String, String, LogItem) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, String, String, String, List<LogItem>) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a list of logs asynchronously.
- send(String, String, LogItem, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, List<LogItem>, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a list of logs asynchronously.
- send(String, String, String, String, LogItem, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, String, String, List<LogItem>, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a list of logs asynchronously.
- send(String, String, String, String, String, LogItem, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Send a log asynchronously.
- send(String, String, String, String, String, List<LogItem>, Callback) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.LogProducer
-
Asynchronously send a list of logs and invoke the provided callback when the send has been
acknowledged.
- send(String, String, LogItem) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, List<LogItem>) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, LogItem) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, List<LogItem>) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, String, LogItem) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, String, List<LogItem>) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, LogItem, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, List<LogItem>, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, LogItem, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, List<LogItem>, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, String, LogItem, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- send(String, String, String, String, String, List<LogItem>, Callback) - 接口 中的方法com.aliyun.openservices.aliyun.log.producer.Producer
-
- SendProducerBatchTask - com.aliyun.openservices.aliyun.log.producer.internals中的类
-
- SendProducerBatchTask(ProducerBatch, ProducerConfig, Map<String, Client>, RetryQueue, BlockingQueue<ProducerBatch>, BlockingQueue<ProducerBatch>, AtomicInteger) - 类 的构造器com.aliyun.openservices.aliyun.log.producer.internals.SendProducerBatchTask
-
- SERVER_BUSY - 类 中的静态变量com.aliyun.openservices.aliyun.log.producer.errors.RetriableErrors
-
- setAdjustShardHash(boolean) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Specify whether to adjust shard hash.
- setBaseRetryBackoffMs(long) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the amount of time to wait before attempting to retry a failed request for the first time.
- setBatchCountThreshold(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the batch count threshold.
- setBatchSizeThresholdInBytes(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the batch size threshold.
- setBuckets(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the buckets of the shard hash.
- setIoThreadCount(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the thread count of the background I/O thread pool.
- setLingerMs(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the max linger time of a log.
- setLogFormat(ProducerConfig.LogFormat) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the content type of the request.
- setMaxBlockMs(long) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set how long LogProducer.send() will block.
- setMaxReservedAttempts(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
- setMaxRetryBackoffMs(long) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the upper limit of time to wait before attempting to retry a failed request.
- setNextRetryMs(long) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.internals.ProducerBatch
-
- setRemainingMs(long) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.internals.ExpiredBatches
-
- setRetries(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the retry times for transient error.
- setTotalSizeInBytes(int) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.ProducerConfig
-
Set the total bytes of memory the producer can use to buffer logs waiting to be sent to the
server.
- SHARD_WRITE_QUOTA_EXCEED - 类 中的静态变量com.aliyun.openservices.aliyun.log.producer.errors.RetriableErrors
-
- ShardHashAdjuster - com.aliyun.openservices.aliyun.log.producer中的类
-
- ShardHashAdjuster(int) - 类 的构造器com.aliyun.openservices.aliyun.log.producer.ShardHashAdjuster
-
- shutdown() - 类 中的方法com.aliyun.openservices.aliyun.log.producer.internals.IOThreadPool
-
- SIGNATURE_NOT_MATCH - 类 中的静态变量com.aliyun.openservices.aliyun.log.producer.errors.Errors
-
- submit(SendProducerBatchTask) - 类 中的方法com.aliyun.openservices.aliyun.log.producer.internals.IOThreadPool
-