Generated: 2025-06-18 Scope:
/system/directory TotalcreateObject("java", ...)calls: 99 Unique Java classes used: 37
| Class | Files |
|---|---|
java.util.concurrent.ConcurrentHashMap |
Injector.cfc, Singleton.cfc, ConcurrentStore.cfc, ConcurrentSoftReferenceStore.cfc, ObjectPopulator.cfc, Mixer.cfc |
java.util.Collections |
EventPool.cfc, ConcurrentStore.cfc |
java.util.LinkedHashMap |
EventPool.cfc |
java.util.UUID |
DBAppender.cfc, ScopeAppender.cfc, CacheBoxProvider.cfc, InterceptorState.cfc |
java.util.TreeMap |
EventURLFacade.cfc |
java.util.concurrent.Executors |
ExecutorBuilder.cfc |
java.util.concurrent.ForkJoinPool |
ExecutorBuilder.cfc |
java.util.concurrent.LinkedBlockingQueue |
Executor.cfc |
java.util.concurrent.TimeUnit |
TimeUnit.cfc |
java.util.concurrent.CompletableFuture |
Future.cfc |
java.util.concurrent.FutureTask |
FutureTask.cfc |
java.util.stream.IntStream |
AsyncManager.cfc |
| Class | Files |
|---|---|
java.time.ZoneOffset |
DateTimeHelper.cfc |
java.time.ZoneId |
DateTimeHelper.cfc, Scheduler.cfc, ScheduledTask.cfc |
java.time.temporal.ChronoField |
DateTimeHelper.cfc |
java.time.temporal.ChronoUnit |
DateTimeHelper.cfc |
java.time.temporal.TemporalAdjusters |
DateTimeHelper.cfc |
java.time.DayOfWeek |
DateTimeHelper.cfc |
java.time.LocalDateTime |
DateTimeHelper.cfc |
java.time.Duration |
Duration.cfc |
java.time.Period |
Period.cfc |
| Class | Files |
|---|---|
java.net.InetAddress |
BugReport.cfm, Whoops.cfm, Util.cfc |
java.net.Socket |
SocketAppender.cfc |
java.net.URI |
RequestContext.cfc |
| Class | Files |
|---|---|
java.io.ByteArrayOutputStream |
ObjectMarshaller.cfc |
java.io.ObjectOutputStream |
ObjectMarshaller.cfc |
java.io.ByteArrayInputStream |
ObjectMarshaller.cfc |
java.io.ObjectInputStream |
ObjectMarshaller.cfc |
java.io.PrintWriter |
SocketAppender.cfc |
| Class | Files |
|---|---|
java.lang.ref.ReferenceQueue |
ConcurrentSoftReferenceStore.cfc |
java.lang.ref.SoftReference |
ConcurrentSoftReferenceStore.cfc |
| Class | Files |
|---|---|
org.hibernate.Version |
Util.cfc |
java.lang.StringBuilderis the most-used class (20+ calls across 6 files) — used heavily for string concatenation in HTML helpers and converters.java.util.concurrent.ConcurrentHashMapis the most-used concurrent collection (6 files) — core to caching, DI scopes, and event pooling.java.lang.Systemis used for stdout/stderr access, property retrieval, and thread interruption (7 files).java.time.*classes (9 unique classes) are used extensively in the async/time subsystem for modern date/time handling.HTMLHelper.cfcis the single file with the most Java interop calls (18) — allStringBuilderfor HTML generation.- Serialization (
ObjectMarshaller.cfc) uses 4 distinctjava.ioclasses for binary serialization. - Caching stores (
ConcurrentStore,ConcurrentSoftReferenceStore) rely onConcurrentHashMapandSoftReferencefor eviction policies.
