Package org.apache.uima.util.impl


package org.apache.uima.util.impl
  • Class
    Description
    Implements Monitoring/Management interface to a CasPool.
    JMX MBean interface for monitoring CASPool state.
    Methods for working with Data during I/O
    UIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4)
    UIMA Logging interface implementation for Log4j
    UIMA Logging interface implementation without using an logging toolkit
    Share common underlying char[] among strings: Optimize sets of strings for efficient storage Apply it to a set of strings.
    Reference implementation of ProcessTrace.
    Reference implementation of ProcessTraceEvent.
    Reference implementation of SaxDeserializer.
    Structure: StatDetail str has neh for offset, length, dictionary hits/misses indexedFs has neh for diffs modHeap named, has neh for diffs, heap for values
    Statistical details There's instances of this class for - the main heap - the aux heaps - the string offsets, the string lengths Heap: xxxx [name-of-delta: [Total: <TotalBytes>(negative%) Histo: a(neg%) b(neg%) c(neg%) d(neg%) e(neg%)]] 2 styles: one uses only one counter, no delta - used for byte, short, and long heaps other is for main heap, uses 4 deltas.
    Class that reads properties files containing external parameter overrides used by the ExternalOverrideSettings_impl class.
    Reference implementation of XMLParser.