Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::grid

Overview

module grid

Types using the "Internal" infrastructure to allow storing useful types in the input/output environments of scripts.

Module Index

monitors

Class Index

BoolColumn
Column
Base type for dealing working with tabular data.
Data
DoubleColumn
FileColumn
ImageColumn
JobParams
Complete job description with all input and output Params.
LongColumn
MaskColumn
Column requiring special handling.
Param
A single parameter to a Job.
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.
Repository
Client-accessible interface representing a single mount point on the server-side.
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
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<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