Package com.google.enterprise.connector.traversal

Examples of com.google.enterprise.connector.traversal.BatchSize


    // However, if there is less that 100ms left, just let it go.
    if ((batchReq.delay == 0) ||
        (lastBatchResult.getEndTime() + batchReq.delay <
         clock.getTimeMillis() + 100)) {
      lastBatchSize = batchReq.batchSize;
      return new BatchSize(batchReq.batchSize);
    }
    return new BatchSize();
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.traversal.BatchSize

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.