| Interface | Description |
|---|---|
| ElementOrListStackFunction.ElementStackFunction |
Interface defining the function to be generated which is applied to each element.
|
| WarpScriptAggregatorFunction |
Function which takes as input multiple measurements, possibly
from different GTS instances and produces a single one.
|
| WarpScriptAggregatorOnListsFunction |
Function which takes as input multiple measurements, possibly
from different GTS instances and produces a single one.
|
| WarpScriptBucketizerFunction | |
| WarpScriptFillerFunction | |
| WarpScriptFilterFunction |
Interface implemented by all WarpScript filters.
|
| WarpScriptMapperFunction | |
| WarpScriptNAryFunction |
Interface implemented by all functions which are applied to
partitioned GTS instances.
|
| WarpScriptReducerFunction | |
| WarpScriptStack |
The WarpScript Geo Time Serie manipulation environment
usually uses a stack to operate.
|
| WarpScriptStackFunction |
Interface implemented by all WarpScript functions that can be called
from the stack.
|
| Class | Description |
|---|---|
| ElementOrListStackFunction | Deprecated |
| GTSStackFunction | Deprecated |
| HyperLogLogPlus |
This class implements an HyperLogLog+ cardinality estimator.
|
| ListRecursiveStackFunction |
Abstract class to inherit when a function can be called on a single element or a nested list of elements.
|
| MacroHelper |
Class containing various methods related to macros.
|
| MemoryWarpScriptStack | |
| MemoryWarpScriptStack.StackContext | |
| NamedWarpScriptFunction | |
| SAXUtils |
Class contains methods related to SAX representation of time series.
|
| StackUtils | |
| WarpFleetMacroRepository | |
| WarpScriptAuditStatement |
Stores a statement, a type, and its position.
|
| WarpScriptBinaryOp | |
| WarpScriptExecutor | |
| WarpScriptFunctionReference | |
| WarpScriptLib |
Library of functions used to manipulate Geo Time Series
and more generally interact with a WarpScriptStack
|
| WarpScriptMacroLibrary |
Macro library built by adding macros from various files, loaded from a root directory
or from the classpath
TODO(hbs): add support for secure script (the keystore is not initialized)
|
| WarpScriptMacroRepository |
Class which manages file based WarpScript macros from a directory
|
| WarpScriptStack.Macro | |
| WarpScriptStack.Mark | |
| WarpScriptStack.StackContext | |
| WarpScriptStackRegistry | |
| WebAccessController |
| Enum | Description |
|---|---|
| WarpScriptAuditStatement.STATEMENT_TYPE | |
| WarpScriptExecutor.StackSemantics | |
| WarpScriptStack.Signal |
Signals that can be sent to a stack
The higher the ordinal of a signal, the higher its priority
|
| Exception | Description |
|---|---|
| InformativeEmptyStackException | |
| WarpScriptATCException |
Exceptions related to ATC (Asynchronous Transfer of Control)
|
| WarpScriptException | |
| WarpScriptKillException | |
| WarpScriptLoopBreakException | |
| WarpScriptLoopContinueException | |
| WarpScriptReturnException | |
| WarpScriptStopException |