Searched defs:size (Results 176 - 200 of 448) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DLDIFReader.java155 * @param size The size of the buffer to read the LDIF bytes into.
162 int size)
173 this.buffer = new byte[size];
332 userAttrBuilders.size());
335 operationalAttrBuilders.size());
342 new ArrayList<Attribute>(attrBuilderList.size());
355 new ArrayList<Attribute>(attrBuilderList.size());
543 userAttrBuilders.size());
546 operationalAttrBuilders.size());
161 LDIFReader(LDIFImportConfig importConfig, RootContainer rootContainer, int size) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java877 if (elements.size() == 0) {
881 elements.get(elements.size() - 1).getName());
1212 return elements.get(elements.size() - 1).getName();
1313 if (offset > elements.size()) {
1324 if (elements.size() == offset) {
1329 elements.subList(0, elements.size() - offset));
1353 if (elements.size() == 0) {
1393 public int size() { method in class:ManagedObjectPath
1394 return elements.size();
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDITCacheMap.java126 // Map size reflecting only nodes
128 private int size = 0; field in class:DITCacheMap
156 public int size() method in class:DITCacheMap
158 return size;
249 size++;
315 size--;
412 // Collect all elements and update the size.
443 size--;
486 size = 0;
619 public int size() method in class:DITCacheMap.DITCacheEntrySet
843 public int size() method in class:DITCacheMap.DITSubtreeSet
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java64 //The entry limit size.
72 * Create an import ID set of the specified size, index limit and index
75 * @param size The size of the the underlying array, plus some extra space.
79 public ImportIDSet(int size, int limit, boolean doCount) argument
81 this.array = new long[size + 128];
136 * Return the undefined size of an import ID set.
138 * @return The undefined size of an import ID set.
181 undefinedSize += importIDSet.size();
189 undefinedSize = size()
464 public int size() method in class:ImportIDSet
520 resize(int size) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java234 builder.setInitialCapacity(objectClasses.size());
405 public int size() method in class:AddMsg
H A DLDAPUpdateMsg.java389 public abstract int size(); method in class:LDAPUpdateMsg
397 return 100; // 100 let's assume header size is 100
H A DModifyDNMsg.java454 public int size() method in class:ModifyDNMsg
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectPath.java878 if (elements.size() == 0) {
882 elements.get(elements.size() - 1).getName());
1213 return elements.get(elements.size() - 1).getName();
1314 if (offset > elements.size()) {
1325 if (elements.size() == offset) {
1330 elements.subList(0, elements.size() - offset));
1354 if (elements.size() == 0) {
1394 public int size() { method in class:ManagedObjectPath
1395 return elements.size();
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDITCacheMap.java127 // Map size reflecting only nodes
129 private int size = 0; field in class:DITCacheMap
157 public int size() method in class:DITCacheMap
159 return size;
250 size++;
316 size--;
413 // Collect all elements and update the size.
444 size--;
487 size = 0;
620 public int size() method in class:DITCacheMap.DITCacheEntrySet
844 public int size() method in class:DITCacheMap.DITSubtreeSet
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java65 //The entry limit size.
73 * Create an import ID set of the specified size, index limit and index
76 * @param size The size of the the underlying array, plus some extra space.
80 public ImportIDSet(int size, int limit, boolean doCount) argument
82 this.array = new long[size + 128];
137 * Return the undefined size of an import ID set.
139 * @return The undefined size of an import ID set.
182 undefinedSize += importIDSet.size();
190 undefinedSize = size()
465 public int size() method in class:ImportIDSet
521 resize(int size) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java69 * generates binary data larger than the TLS buffer size to make sure
219 public void sslIntegrity(int size)throws NamingException, IOException { argument
224 sslTest(size, integrity);
234 public void sslConfidentiality(int size)throws NamingException, IOException { argument
239 sslTest(size, confidentiality);
246 * @param size The number of KBs to generate in the random bytes.
253 sslTest(int size, String qop) throws NamingException, IOException { argument
267 byte[] jpegBytes = getRandomBytes(size);
291 public void startTLS(int size) throws NamingException, IOException { argument
307 byte[] jpegBytes = getRandomBytes(size);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java68 * generates binary data larger than the TLS buffer size to make sure
218 public void sslIntegrity(int size)throws NamingException, IOException { argument
223 sslTest(size, integrity);
233 public void sslConfidentiality(int size)throws NamingException, IOException { argument
238 sslTest(size, confidentiality);
245 * @param size The number of KBs to generate in the random bytes.
252 sslTest(int size, String qop) throws NamingException, IOException { argument
266 byte[] jpegBytes = getRandomBytes(size);
290 public void startTLS(int size) throws NamingException, IOException { argument
306 byte[] jpegBytes = getRandomBytes(size);
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDB.java129 * by this db handler. This method is blocking if the size of the list of
380 * Set the window size for writing counter records in the DB.
384 * @param size
385 * window size in number of records.
387 void setCounterRecordWindowSize(int size) argument
389 db.setCounterRecordWindowSize(size);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteStringBuilder.java906 * capacity to the specified size.
1038 * @param size
1042 public ByteStringBuilder ensureAdditionalCapacity(int size) argument
1044 int newCount = length + size;
1285 * The uncompressed size of the data if known or 0
1297 // Resize destination buffer if a uncompressed size was provided.
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java878 if (elements.size() == 0) {
882 elements.get(elements.size() - 1).getName());
1213 return elements.get(elements.size() - 1).getName();
1314 if (offset > elements.size()) {
1325 if (elements.size() == offset) {
1330 elements.subList(0, elements.size() - offset));
1354 if (elements.size() == 0) {
1394 public int size() { method in class:ManagedObjectPath
1395 return elements.size();
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDITCacheMap.java127 // Map size reflecting only nodes
129 private int size = 0; field in class:DITCacheMap
157 public int size() method in class:DITCacheMap
159 return size;
250 size++;
316 size--;
413 // Collect all elements and update the size.
444 size--;
487 size = 0;
620 public int size() method in class:DITCacheMap.DITCacheEntrySet
844 public int size() method in class:DITCacheMap.DITSubtreeSet
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java65 //The entry limit size.
73 * Create an import ID set of the specified size, index limit and index
76 * @param size The size of the the underlying array, plus some extra space.
80 public ImportIDSet(int size, int limit, boolean doCount) argument
82 this.array = new long[size + 128];
137 * Return the undefined size of an import ID set.
139 * @return The undefined size of an import ID set.
182 undefinedSize += importIDSet.size();
190 undefinedSize = size()
465 public int size() method in class:ImportIDSet
521 resize(int size) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java575 public abstract int size(); method in class:LDAPUpdateMsg
583 return 100; // 100 let's assume header size is 100
H A DModifyDNMsg.java762 public int size() method in class:ModifyDNMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java84 // The High and low water mark for the max size of the msgQueue.
85 // the threads calling add() method will be blocked if the size of
87 // only when the size of the msgQueue goes below queueLowmark.
163 * This method is blocking if the size of the list of message is larger
173 int size = msgQueue.size();
174 if ((size > queueHimark) || (queueByteSize > queueHimarkBytes))
177 while ((size > queueMaxSize) || (queueByteSize > queueMaxBytes))
186 size = msgQueue.size();
638 setCounterWindowSize(int size) argument
[all...]
H A DReplicationDB.java1106 * Set the counter writing window size (public method for unit tests only).
1107 * @param size Size in number of record.
1109 public void setCounterWindowSize(int size) argument
1111 this.counterWindowSize = size;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteStringBuilder.java878 * capacity to the specified size.
1010 * @param size
1014 public ByteStringBuilder ensureAdditionalCapacity(int size) argument
1016 int newCount = length + size;
1257 * The uncompressed size of the data if known or 0
1269 // Resize destination buffer if a uncompressed size was provided.
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DLDIFReader.java155 * @param size The size of the buffer to read the LDIF bytes into.
162 int size)
173 this.buffer = new byte[size];
332 userAttrBuilders.size());
335 operationalAttrBuilders.size());
342 new ArrayList<Attribute>(attrBuilderList.size());
355 new ArrayList<Attribute>(attrBuilderList.size());
543 userAttrBuilders.size());
546 operationalAttrBuilders.size());
161 LDIFReader(LDIFImportConfig importConfig, RootContainer rootContainer, int size) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java69 * generates binary data larger than the TLS buffer size to make sure
219 public void sslIntegrity(int size)throws NamingException, IOException { argument
224 sslTest(size, integrity);
234 public void sslConfidentiality(int size)throws NamingException, IOException { argument
239 sslTest(size, confidentiality);
246 * @param size The number of KBs to generate in the random bytes.
253 sslTest(int size, String qop) throws NamingException, IOException { argument
267 byte[] jpegBytes = getRandomBytes(size);
291 public void startTLS(int size) throws NamingException, IOException { argument
307 byte[] jpegBytes = getRandomBytes(size);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java68 * generates binary data larger than the TLS buffer size to make sure
218 public void sslIntegrity(int size)throws NamingException, IOException { argument
223 sslTest(size, integrity);
233 public void sslConfidentiality(int size)throws NamingException, IOException { argument
238 sslTest(size, confidentiality);
245 * @param size The number of KBs to generate in the random bytes.
252 sslTest(int size, String qop) throws NamingException, IOException { argument
266 byte[] jpegBytes = getRandomBytes(size);
290 public void startTLS(int size) throws NamingException, IOException { argument
306 byte[] jpegBytes = getRandomBytes(size);
[all...]

Completed in 115 milliseconds

1234567891011>>