Version: Beta4.2.1-r8614-Beta4.2-b41
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::grid
Overview
module grid
Interfaces and types running the backend facilities.
Module Index
monitors
Class Index
BoolColumn
Column
Base type for dealing working with tabular data.
Data
DoubleColumn
FileColumn
FileSet
ImageColumn
JobParams
Complete job description with all input and output Params.
LongColumn
MaskColumn
Column requiring special handling.
Param
A single parameter to a Job.
RepositoryListConfig
RoiColumn
StringColumn
WellColumn
Interface Index
ClusterNode
Interface implemented by each server instance.
InteractiveProcessor
Client facing interface to the background processing framework.
InternalRepository
Internal portion of the API used for management.
Process
Thin wrapper around a system-level process.
ProcessCallback
Callback which can be attached to a Process with notification of any of the possible ends-of-life that a Process might experience
Processor
Simple controller for Processes.
ProcessorCallback
Internal callback interface which is passed to the
Processor::accepts
method to query whether or not a processor will accept a certain operation.
Repository
Client-accessible interface representing a single mount point on the server-side.
ScriptProcess
Extension of the
Process
interface which is returned by
IScript
when an
model::ScriptJob
is launched.
SharedResources
Resource manager provided by each Blitz session for acquiring shared resources in the OmeroGrid.
Table
Tables
Structure Index
RepositoryMap
Return value for
SharedResources
.acquireRepositories()
Sequence Index
ColumnArray
FileSetList
InteractiveProcessorList
RepositoryProxyList
Dictionary Index
ParamMap
Sequences
sequence<
Column
>
ColumnArray
Used By
Data::columns
Table::addData
Table::getHeaders
Table::initialize
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
FileSet
>
FileSetList
Used By
Repository::listFileSets
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
InteractiveProcessor
*>
InteractiveProcessorList
Used By
api::MetadataStore::postProcess
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
Repository
*>
RepositoryProxyList
Used By
RepositoryMap::proxies
Dictionaries
dictionary<string,
Param
>
ParamMap
Used By
JobParams::inputs
JobParams::outputs
Home
Previous
Up
Next
Index