C K L N S W 
All Classes All Packages

C

close() - Method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
 
close() - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
Deprecated.
 
com.linecorp.armeria.server.logging.kafka - package com.linecorp.armeria.server.logging.kafka
Kafka backend integration support for request/response logging.
com.linecorp.armeria.server.logging.structured.kafka - package com.linecorp.armeria.server.logging.structured.kafka
Kafka backend integration support for structured request/response logging.
configure(Map<String, ?>, boolean) - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
Deprecated.
 

K

KafkaAccessLogWriter<K,​V> - Class in com.linecorp.armeria.server.logging.kafka
An AccessLogWriter that sends access logs to a Kafka backend.
KafkaAccessLogWriter(Producer<K, V>, String, Function<? super RequestLog, ? extends K>, Function<? super RequestLog, ? extends V>) - Constructor for class com.linecorp.armeria.server.logging.kafka.KafkaAccessLogWriter
Creates a new instance.
KafkaAccessLogWriter(Producer<K, V>, String, Function<? super RequestLog, ? extends V>) - Constructor for class com.linecorp.armeria.server.logging.kafka.KafkaAccessLogWriter
Creates a new instance.
KafkaStructuredLoggingService<I extends com.linecorp.armeria.common.Request,​O extends com.linecorp.armeria.common.Response,​L> - Class in com.linecorp.armeria.server.logging.structured.kafka
Deprecated.
KafkaStructuredLoggingService.KeySelector<E> - Interface in com.linecorp.armeria.server.logging.structured.kafka
Deprecated.
Implements "key" selector of Kafka based service log writer.

L

log(RequestLog) - Method in class com.linecorp.armeria.server.logging.kafka.KafkaAccessLogWriter
 

N

newDecorator(String, String, StructuredLogBuilder<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
Creates a decorator which provides StructuredLoggingService with default Producer and defaulting key to null.
newDecorator(String, String, StructuredLogBuilder<L>, KafkaStructuredLoggingService.KeySelector<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
Creates a decorator which provides StructuredLoggingService with default Producer.
newDecorator(Producer<byte[], L>, String, StructuredLogBuilder<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
Creates a decorator which provides StructuredLoggingService with defaulting key to null.
newDecorator(Producer<byte[], L>, String, StructuredLogBuilder<L>, KafkaStructuredLoggingService.KeySelector<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
Creates a decorator which provides StructuredLoggingService with full set of arguments.

S

selectKey(RequestLog, E) - Method in interface com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService.KeySelector
Deprecated.
Selects a key which should be associated toe the record given as structuredLog.
serialize(String, L) - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
Deprecated.
 
shutdown() - Method in class com.linecorp.armeria.server.logging.kafka.KafkaAccessLogWriter
 
StructuredLogJsonKafkaSerializer<L> - Class in com.linecorp.armeria.server.logging.structured.kafka
StructuredLogJsonKafkaSerializer(ObjectMapper) - Constructor for class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
Deprecated.

W

writeLog(RequestLog, L) - Method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Deprecated.
 
C K L N S W 
All Classes All Packages