Searched refs:MAX_POLICIES_PER_TRANSACTION (Results 1 – 1 of 1) sorted by relevance
55 private static final int MAX_POLICIES_PER_TRANSACTION = field in ApplicationQosPolicyRequestHandler491 int endIndex = Math.min(request.size(), MAX_POLICIES_PER_TRANSACTION); in divideRequestIntoBatches()494 startIndex += MAX_POLICIES_PER_TRANSACTION; in divideRequestIntoBatches()495 endIndex = Math.min(request.size(), endIndex + MAX_POLICIES_PER_TRANSACTION); in divideRequestIntoBatches()