Class SimpleRollingPartitioner<T>

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

public class SimpleRollingPartitioner<T> extends Object implements IDataPartitioner<T>
use normal int to rolling.
  • Constructor Details

    • SimpleRollingPartitioner

      public SimpleRollingPartitioner()
  • Method Details