Uses of Class
org.apache.skywalking.oap.server.library.datacarrier.buffer.Channels
Packages that use Channels
-
Uses of Channels in org.apache.skywalking.oap.server.library.datacarrier.consumer
Methods in org.apache.skywalking.oap.server.library.datacarrier.consumer with parameters of type ChannelsModifier and TypeMethodDescriptionvoidvoidvoidMultipleChannelsConsumer.addNewTarget(Channels channels, IConsumer consumer) Add a new target channels.voidvoidvoidvoidvoidvoidbooleanbooleanbooleanConstructors in org.apache.skywalking.oap.server.library.datacarrier.consumer with parameters of type ChannelsModifierConstructorDescriptionConsumeDriver(String name, Channels<T> channels, Class<? extends IConsumer<T>> consumerClass, int num, long consumeCycle, Properties properties) ConsumeDriver(String name, Channels<T> channels, IConsumer<T> prototype, int num, long consumeCycle)