Interface | Description |
---|---|
ProcessingMode |
Interface defining the final element of a table processing pipeline -
the one which disposes of the generated table in some way.
|
Class | Description |
---|---|
CgiMode |
Output mode for writing the table as a stream with CGI headers.
|
ChecksumMode |
Processing mode for calculating a checksum of table data.
|
ClientRegWatcher |
Callable client implementation which can watch for registration of a
given named application.
|
ColStats |
Accumulates statistics for the values in a given column.
|
CopyMode |
Processing mode which writes out a table.
|
CountMode |
Processing mode which just counts the number of rows and columns and
writes a summary to the output stream.
|
CubeMode |
Output mode for generating an N-dimensional histogram of data points
from a selection of N columns of the input table.
|
CubeWriter |
TableConsumer implementation which constructs and outputs a histogram
data cube for an input table.
|
ExtAppMode |
Debugging mode for testing TOPCAT's ExtApp functionality.
|
JdbcConsumer |
Table consumer which disposes of a table by writing it as a new
table in a SQL database using JDBC.
|
JdbcMode |
Mode for writing a table as a new table in a JDBC-connected database.
|
MetadataMode |
Processing mode which summarises table metadata.
|
MocMode |
Turns a table into a Multi-Order Coverage map.
|
MocShapeMode |
Turns a table into a multi-order coverage map by interpreting a
given quantity (column or expression) as an Area specification.
|
NullMode |
Processing mode which reads all data and disposes of it.
|
PlasticMode |
Processing mode for broadcasting the table for loading using the
PLASTIC tool interop protocol.
|
SampMode |
Processing mode for sending the table to other subscribed clients
using the SAMP tool interop protocol.
|
StatsMode |
Processing mode for calculating statistics on a table.
|
SwingMode |
Processing mode for displaying the table in a scrollable Swing window.
|
TopcatMode |
Processing mode for displaying the streamed table in TOPCAT.
|
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.