| 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,
             java.lang.String[] types,
             java.lang.String[] actions)  | 
| Constructor and Description | 
|---|
FullTextIndexer(EventLogLoader ll,
               Metrics metrics)
Deprecated.  
  | 
| Constructor and Description | 
|---|
PixelDataThread(boolean performProcessing,
               SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics)
Calls main constructor with read-only status being all read-write. 
 | 
PixelDataThread(boolean performProcessing,
               SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics,
               ReadOnlyStatus readOnly)
Main constructor. 
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics)
Deprecated.  
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               Principal principal,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics,
               ReadOnlyStatus readOnly)
Deprecated.  
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics)
Deprecated.  
 | 
PixelDataThread(SessionManager manager,
               Executor executor,
               PixelDataHandler handler,
               java.lang.String uuid,
               int numThreads,
               Metrics metrics,
               ReadOnlyStatus readOnly)
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.4.8-ice35-b99
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.