Uses of Interface
org.apache.skywalking.oap.server.library.datacarrier.consumer.ConsumerPool
Packages that use ConsumerPool
Package
Description
-
Uses of ConsumerPool in org.apache.skywalking.oap.server.library.datacarrier
Methods in org.apache.skywalking.oap.server.library.datacarrier with parameters of type ConsumerPoolModifier and TypeMethodDescriptionDataCarrier.consume(ConsumerPool consumerPool, IConsumer<T> consumer) Set a consumer pool to manage the channels of this DataCarrier. -
Uses of ConsumerPool in org.apache.skywalking.oap.server.library.datacarrier.consumer
Classes in org.apache.skywalking.oap.server.library.datacarrier.consumer that implement ConsumerPoolModifier and TypeClassDescriptionclassBulkConsumePool works for consuming data from multiple channels(DataCarrier instances), with multipleMultipleChannelsConsumers.Methods in org.apache.skywalking.oap.server.library.datacarrier.consumer that return ConsumerPoolMethod parameters in org.apache.skywalking.oap.server.library.datacarrier.consumer with type arguments of type ConsumerPoolModifier and TypeMethodDescriptionbooleanConsumerPoolFactory.createIfAbsent(String poolName, Callable<ConsumerPool> creator)