Interface IDataPartitioner<T>
- All Known Implementing Classes:
ProducerThreadPartitioner,SimpleRollingPartitioner
public interface IDataPartitioner<T>
-
Method Summary
-
Method Details
-
partition
-
maxRetryCount
int maxRetryCount()- Returns:
- an integer represents how many times should retry when
BufferStrategy.IF_POSSIBLE.Less or equal 1, means not support retry.
-