Class ProducerThreadPartitioner<T>

java.lang.Object
org.apache.skywalking.oap.server.library.datacarrier.partition.ProducerThreadPartitioner<T>
All Implemented Interfaces:
IDataPartitioner<T>

public class ProducerThreadPartitioner<T> extends Object implements IDataPartitioner<T>
use threadid % total to partition
  • Constructor Details

    • ProducerThreadPartitioner

      public ProducerThreadPartitioner()
  • Method Details