Uses of Package
org.apache.uima.util.impl

Packages that use org.apache.uima.util.impl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
 
  • Class
    Description
    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
  • Class
    Description
    JMX MBean interface for monitoring CASPool state.
    UIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4) JUL Ignores Markers and MDC (not supported in the JUL)
    UIMA Logging interface implementation for Log4j This version is for Log4j version 2, from Apache Built using version 2.8
    UIMA Logging interface common implementation Specific loggers extend this class
    UIMA Logging interface implementation without using an logging toolkit Logger names are not used The call getInstance() returns a common shared instance.
    Reference implementation of ProcessTraceEvent.
    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
    each instance of this class remembers a set of statDetail instances to do bulk operations against that set of the statistics
    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.
    UIMA Logging interface implementation for SLF4j This design gets a logger in static initialization, in order to see what the back end is.