public boolean isMeetSendCondition()

in src/main/java/com/aliyun/openservices/aliyun/log/producer/internals/ProducerBatch.java [96:98]


  public boolean isMeetSendCondition() {
    return curBatchSizeInBytes >= batchSizeThresholdInBytes || curBatchCount >= batchCountThreshold;
  }