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 |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
Modifier and Type | Field and Description |
---|---|
protected FilePathResolver |
PixelsService.resolver
Resolver of archived original file paths for pixels sets.
|
Modifier and Type | Method and Description |
---|---|
void |
PixelsService.setFilePathResolver(FilePathResolver resolver) |
Constructor and Description |
---|
PixelsService(java.lang.String path,
java.io.File memoizerDirectory,
FilePathResolver resolver,
BackOff backOff,
TileSizes sizes,
IQuery iQuery)
|
PixelsService(java.lang.String path,
java.io.File memoizerDirectory,
long memoizerWait,
FilePathResolver resolver,
BackOff backOff,
TileSizes sizes,
IQuery iQuery) |
PixelsService(java.lang.String path,
FilePathResolver resolver)
Constructor.
|
PixelsService(java.lang.String path,
FilePathResolver resolver,
BackOff backOff,
TileSizes sizes,
IQuery iQuery)
Constructor.
|
PixelsService(java.lang.String path,
long memoizerWait,
FilePathResolver resolver,
BackOff backOff,
TileSizes sizes,
IQuery iQuery)
|
Modifier and Type | Class and Description |
---|---|
class |
OmeroFilePathResolver
OMERO server based resolver for file paths.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.