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)
Main constructor.
|
PixelDataThread(SessionManager manager,
Executor executor,
PixelDataHandler handler,
Principal principal,
java.lang.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,
java.lang.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.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.