Searched refs:setMaxSize (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DElasticsearchAuditEventHandlerFactory.java101 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "maxEvents", 10000, DEBUG));
H A DSplunkAuditEventHandlerFactory.java102 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "maxEvents", 10000, DEBUG));
H A DJdbcAuditEventHandlerFactory.java122 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "bufferingMaxSize", 100000, DEBUG));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java91 setMaxSize(cacheSize);
94 private static void setMaxSize(int newValue) { method in class:IdCachedServicesImpl
123 setMaxSize(maxCacheSize);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java93 setMaxSize(cacheSize);
96 private static void setMaxSize(int newValue) { method in class:IdCachedServicesImpl
125 setMaxSize(maxCacheSize);
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DJdbcAuditEventHandlerFactory.java122 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "bufferingMaxSize", 100000, DEBUG));

Completed in 34 milliseconds