Uses of Interface
org.apache.skywalking.oap.server.library.datacarrier.consumer.IConsumer
Packages that use IConsumer
Package
Description
-
Uses of IConsumer in org.apache.skywalking.oap.server.library.datacarrier
Methods in org.apache.skywalking.oap.server.library.datacarrier with parameters of type IConsumerModifier and TypeMethodDescriptionDataCarrier.consume(ConsumerPool consumerPool, IConsumer<T> consumer) Set a consumer pool to manage the channels of this DataCarrier.set consumeDriver to this Carrier.set consumeDriver to this Carrier.Method parameters in org.apache.skywalking.oap.server.library.datacarrier with type arguments of type IConsumerModifier and TypeMethodDescriptionset consumeDriver to this Carrier.DataCarrier.consume(Class<? extends IConsumer<T>> consumerClass, int num, long consumeCycle, Properties properties) set consumeDriver to this Carrier. -
Uses of IConsumer in org.apache.skywalking.oap.server.library.datacarrier.consumer
Methods in org.apache.skywalking.oap.server.library.datacarrier.consumer with parameters of type IConsumerModifier and TypeMethodDescriptionvoidvoidvoidMultipleChannelsConsumer.addNewTarget(Channels channels, IConsumer consumer) Add a new target channels.Constructors in org.apache.skywalking.oap.server.library.datacarrier.consumer with parameters of type IConsumerModifierConstructorDescriptionConsumeDriver(String name, Channels<T> channels, IConsumer<T> prototype, int num, long consumeCycle) Constructor parameters in org.apache.skywalking.oap.server.library.datacarrier.consumer with type arguments of type IConsumerModifierConstructorDescriptionConsumeDriver(String name, Channels<T> channels, Class<? extends IConsumer<T>> consumerClass, int num, long consumeCycle, Properties properties)