Searched defs:size (Results 76 - 100 of 448) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java117 for (int i = waitingQueue.size()-1; i >= 0; i--) {
173 int waitingSize = waitingQueue.size();
228 public int size() { method in class:NodeSearcherQueue
229 return waitingQueue.size() + workingList.size();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java51 private int size; field in class:LabelFieldDescriptor
97 * @param size the size of the field.
100 LabelType labelType, int size)
106 this.size = size;
119 * Returns the size of the field.
120 * @return the size of the field.
124 return size;
99 LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, LabelType labelType, int size) argument
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/handlers/amhandler/
H A DContextHolderCache.java50 * The determination of cache size is also encapsulated so that the cache behaviour can be more easily tested, but
51 * also so the strategy for deciding cache size can be simply modified.
59 * - provides the ContextHolderCache with it's desired max size.
129 public synchronized int size() { method in class:ContextHolderCache
130 return cache.size();
134 * Get the bounded size of the cache. This is the maximum number of entries that may be held. When the number of
135 * entries in the cache equals this max size, then adding more entries will result in the least recently used number
138 * @return the bounded size of the cache.
145 * Updates the maximum cache size. *** Warning - the least recently used cache entries may be lost if the size o
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DChainedBindings.java113 public int size() { method in class:ChainedBindings
114 return current.size() + parent.size();
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java25 * This class maintains the rate of an event for a sample rate over a window of a particular size.
27 * The window is constructed with a given size and sample rate and the window will move continuously at interval
37 private final int size; field in class:RateWindow
54 * @param size The size of the window.
57 public RateWindow(final RateTimer timer, final int size, final long sampleRate) { argument
59 this.size = size;
80 window.headMap(window.lastKey() - size, true).clear();
102 window.headMap(window.lastKey() - size, tru
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DAgentCache.java41 public AgentCache(String name, int size) { argument
43 setCache(new Cache(size));
165 * Method size
169 public int size() { method in class:AgentCache
170 return getCache().size();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java104 public int size() { method in class:IDFFAuthContexts
105 return collections.size();
H A DSAMLv2AuthContexts.java105 public int size() { method in class:SAMLv2AuthContexts
106 return collections.size();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DPendingChanges.java95 int size() method in class:PendingChanges
97 return pendingChanges.size();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DModifyMsg.java157 " size: " + encodedMods.length
166 public int size() method in class:ModifyMsg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DCollectiveVirtualAttribute.java121 public int size() { method in class:CollectiveVirtualAttribute
122 return attribute.size();
H A DSmallMap.java190 public int size() method in class:SmallMap
194 return entries.size();
250 public int size()
/forgerock/web-agents-v4/zlib/
H A Dgzwrite.c14 state->size to non-zero. Return -1 on failure or 0 on success. */
53 state->size = state->want;
57 strm->avail_out = state->size;
79 if (state->size == 0 && gz_init(state) == -1)
107 strm->avail_out = state->size;
148 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
149 (unsigned)len : state->size;
196 if (state->size == 0 && gz_init(state) == -1)
207 if (len < state->size) {
312 int size, len; local
393 int size, len; local
[all...]
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/handlers/amhandler/
H A DContextHolderCache.java50 * The determination of cache size is also encapsulated so that the cache behaviour can be more easily tested, but
51 * also so the strategy for deciding cache size can be simply modified.
59 * - provides the ContextHolderCache with it's desired max size.
129 public synchronized int size() { method in class:ContextHolderCache
130 return cache.size();
134 * Get the bounded size of the cache. This is the maximum number of entries that may be held. When the number of
135 * entries in the cache equals this max size, then adding more entries will result in the least recently used number
138 * @return the bounded size of the cache.
145 * Updates the maximum cache size. *** Warning - the least recently used cache entries may be lost if the size o
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DChainedBindings.java113 public int size() { method in class:ChainedBindings
114 return current.size() + parent.size();
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java25 * This class maintains the rate of an event for a sample rate over a window of a particular size.
27 * The window is constructed with a given size and sample rate and the window will move continuously at interval
37 private final int size; field in class:RateWindow
54 * @param size The size of the window.
57 public RateWindow(final RateTimer timer, final int size, final long sampleRate) { argument
59 this.size = size;
80 window.headMap(window.lastKey() - size, true).clear();
102 window.headMap(window.lastKey() - size, tru
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java104 public int size() { method in class:IDFFAuthContexts
105 return collections.size();
H A DSAMLv2AuthContexts.java105 public int size() { method in class:SAMLv2AuthContexts
106 return collections.size();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DModSet.java95 for (int i = 0; i < attrSet.size(); i++) {
106 public int size() { method in class:ModSet
107 return modifications.size();
157 for (int i = 0; i < modifications.size(); i++) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java49 private int size = 1000000; field in class:IndexCache
60 * @param size Size of cache.
62 public IndexCache(int size) { argument
63 this.size = size;
64 initCapacity = (int) (size * 0.01d);
101 if (setDNs.size() >= CACHE_BUCKET_LIMIT) {
146 subjectIndexCache = new Cache(SUBJECT_ID, initCapacity, size);
147 hostIndexCache = new Cache(HOST_ID, initCapacity, size);
148 pathIndexCache = new Cache(PATH_ID, initCapacity, size);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DParallelWorkQueue.java347 int currentThreads = workerThreads.size();
408 int currentThreads = workerThreads.size();
499 public int size() method in class:ParallelWorkQueue
501 return opQueue.size();
531 int currentThreads = workerThreads.size();
578 if (opQueue.size() > 0) {
H A DTraditionalWorkQueue.java587 int currentThreads = workerThreads.size();
660 public int size() method in class:TraditionalWorkQueue
665 return opQueue.size();
700 int currentThreads = workerThreads.size();
824 if (opQueue.size() > 0)
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java335 builder.setInitialCapacity(objectClasses.size());
581 public int size() method in class:AddMsg
H A DDeleteMsg.java280 public int size() method in class:DeleteMsg
H A DUpdateMsg.java238 public int size() method in class:UpdateMsg

Completed in 96 milliseconds

1234567891011>>