Uses of Enum
org.apache.skywalking.oap.server.library.datacarrier.buffer.BufferStrategy
Packages that use BufferStrategy
Package
Description
-
Uses of BufferStrategy in org.apache.skywalking.oap.server.library.datacarrier
Constructors in org.apache.skywalking.oap.server.library.datacarrier with parameters of type BufferStrategyModifierConstructorDescriptionDataCarrier(int channelSize, int bufferSize, BufferStrategy strategy) DataCarrier(String name, String envPrefix, int channelSize, int bufferSize, BufferStrategy strategy) -
Uses of BufferStrategy in org.apache.skywalking.oap.server.library.datacarrier.buffer
Methods in org.apache.skywalking.oap.server.library.datacarrier.buffer that return BufferStrategyModifier and TypeMethodDescriptionstatic BufferStrategyReturns the enum constant of this type with the specified name.static BufferStrategy[]BufferStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.skywalking.oap.server.library.datacarrier.buffer with parameters of type BufferStrategyModifier and TypeMethodDescriptionvoidArrayBlockingQueueBuffer.setStrategy(BufferStrategy strategy) voidBuffer.setStrategy(BufferStrategy strategy) voidChannels.setStrategy(BufferStrategy strategy) override the strategy at runtime.voidQueueBuffer.setStrategy(BufferStrategy strategy) Set different strategy when queue is full.Constructors in org.apache.skywalking.oap.server.library.datacarrier.buffer with parameters of type BufferStrategyModifierConstructorDescriptionChannels(int channelSize, int bufferSize, IDataPartitioner<T> partitioner, BufferStrategy strategy)