| Package | Description | 
|---|---|
| ome.io.nio | 
 New Input/Output handling for the OMERO server
    
  This includes interfaces/classes for the input and output handling of data within
  the OMERO server. 
 | 
| ome.services.eventlogs | |
| ome.services.fulltext | 
 All necessary classes for background indexing of metadata and attached binary 
files. 
 | 
| ome.services.pixeldata | |
| ome.system.metrics | 
 General metrics registry for use by all server-side components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PixelsService.setMetrics(Metrics metrics)  | 
| Constructor and Description | 
|---|
EventLogQueue(Metrics metrics,
             int max,
             String[] types,
             String[] actions)  | 
| Constructor and Description | 
|---|
FullTextIndexer(EventLogLoader ll,
               Metrics metrics)  | 
| Constructor and Description | 
|---|
PixelDataThread(boolean performProcessing,
               SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads,
               Metrics metrics)
Main constructor. 
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               String uuid,
               int numThreads,
               Metrics metrics)
Calculates  
PixelDataThread.performProcessing based on the existence of the
 "pixelDataTrigger" and passes all parameters to
 the main ctor. | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               String uuid,
               int numThreads,
               Metrics metrics)
Calculates  
PixelDataThread.performProcessing based on the existence of the
 "pixelDataTrigger" and passes all parameters to
 the main ctor. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultMetrics
Spring bean for configuring metrics in this JVM. 
 | 
class  | 
NullMetrics
No-op version of  
Metrics | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.