- ABS - Static variable in class io.warp10.script.WarpScriptLib
-
- ABSENT_LABEL_SUPPORT - Static variable in class io.warp10.continuum.store.Constants
-
Does Directory support missing label selectors (using an empty STRING as exact match)
- AbstractWarp10Plugin - Class in io.warp10.warp.sdk
-
Generic interface for Warp 10 plugins
- AbstractWarp10Plugin() - Constructor for class io.warp10.warp.sdk.AbstractWarp10Plugin
-
- ACCEL_CACHE - Static variable in class io.warp10.script.WarpScriptLib
-
- ACCEL_NOCACHE - Static variable in class io.warp10.script.WarpScriptLib
-
- ACCEL_NOPERSIST - Static variable in class io.warp10.script.WarpScriptLib
-
- ACCEL_PERSIST - Static variable in class io.warp10.script.WarpScriptLib
-
- ACCEL_REPORT - Static variable in class io.warp10.script.WarpScriptLib
-
- ACCELCACHE - Class in io.warp10.script.functions
-
- ACCELCACHE(String, boolean) - Constructor for class io.warp10.script.functions.ACCELCACHE
-
- accelerated() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- ACCELERATOR - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to have an in-memory cache ahead of the persistent store.
- ACCELERATOR_CHUNK_COUNT - Static variable in class io.warp10.continuum.Configuration
-
Number of chunks per GTS to handle in memory
- ACCELERATOR_CHUNK_LENGTH - Static variable in class io.warp10.continuum.Configuration
-
Length of each chunk (in time units)
- ACCELERATOR_DEFAULT_DELETE - Static variable in class io.warp10.continuum.Configuration
-
Default accelerator strategy for deletes.
- ACCELERATOR_DEFAULT_READ - Static variable in class io.warp10.continuum.Configuration
-
Default accelerator strategy for reads.
- ACCELERATOR_DEFAULT_WRITE - Static variable in class io.warp10.continuum.Configuration
-
Default accelerator strategy for writes.
- ACCELERATOR_EPHEMERAL - Static variable in class io.warp10.continuum.Configuration
-
If set to true, then only the last recorded value of a GTS is kept
- ACCELERATOR_GC_MAXALLOC - Static variable in class io.warp10.continuum.Configuration
-
Maximum size (in bytes) of re-allocations performed during a gc cycle of the Warp 10 accelerator
- ACCELERATOR_GC_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often (in ms) to perform a gc of the Warp 10 accelerator.
- ACCELERATOR_HEADER - Static variable in class io.warp10.standalone.AcceleratorConfig
-
- ACCELERATOR_PRELOAD - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to preload the accelerator with the persisted data spanning the accelerator time range.
- ACCELERATOR_PRELOAD_ACTIVITY - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to preload the accelerator with data based on the lastactivity
- ACCELERATOR_PRELOAD_BATCHSIZE - Static variable in class io.warp10.continuum.Configuration
-
Batch size to use for preloading the accelerator
- ACCELERATOR_PRELOAD_POOLSIZE - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to use for preloading the accelerator
- AcceleratorConfig - Class in io.warp10.standalone
-
- AcceleratorConfig() - Constructor for class io.warp10.standalone.AcceleratorConfig
-
- ACCELPERSIST - Class in io.warp10.script.functions
-
- ACCELPERSIST(String, boolean) - Constructor for class io.warp10.script.functions.ACCELPERSIST
-
- ACCELREPORT - Class in io.warp10.script.functions
-
- ACCELREPORT(String) - Constructor for class io.warp10.script.functions.ACCELREPORT
-
- ACOS - Static variable in class io.warp10.script.WarpScriptLib
-
- add(Object) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- add(int, Object) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- add(Object) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- add(int, Object) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- ADD - Class in io.warp10.script.binary
-
Adds the two operands on top of the stack
- ADD(String) - Constructor for class io.warp10.script.binary.ADD
-
- ADD - Static variable in class io.warp10.script.WarpScriptLib
-
- add(Object) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- add(WarpScriptStack, String) - Static method in class io.warp10.warp.sdk.Capabilities
-
Add the capabilities from a token to a stack
- addAll(Collection) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- addAll(int, Collection) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- addAll(Collection) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- addAll(int, Collection) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- addAll(WarpScriptStack.Macro) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- ADDDAYS - Class in io.warp10.script.functions
-
Adds days to a timestamp
- ADDDAYS(String) - Constructor for class io.warp10.script.functions.ADDDAYS
-
- ADDDAYS - Static variable in class io.warp10.script.WarpScriptLib
-
- ADDDURATION - Class in io.warp10.script.functions
-
- ADDDURATION(String) - Constructor for class io.warp10.script.functions.ADDDURATION
-
- ADDDURATION - Static variable in class io.warp10.script.WarpScriptLib
-
- ADDDURATION.ReadWritablePeriodWithSubSecondOffset - Class in io.warp10.script.functions
-
A joda time period with sub second precision (the long offset).
- addElement(StringBuilder, Object) - Static method in class io.warp10.script.functions.SNAPSHOT
-
- addElement(StringBuilder, Object, boolean) - Static method in class io.warp10.script.functions.SNAPSHOT
-
- addElement(SNAPSHOT, StringBuilder, Object) - Static method in class io.warp10.script.functions.SNAPSHOT
-
- addElement(SNAPSHOT, StringBuilder, Object, boolean) - Static method in class io.warp10.script.functions.SNAPSHOT
-
- addElement(SNAPSHOT, StringBuilder, Object, boolean) - Method in interface io.warp10.script.functions.SNAPSHOT.SnapshotEncoder
-
- addEncoder(SNAPSHOT.SnapshotEncoder) - Static method in class io.warp10.script.functions.SNAPSHOT
-
- addEntry(String, String) - Method in class io.warp10.hadoop.Warp10InputSplit
-
- ADDEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- addFetcher(String) - Method in class io.warp10.hadoop.Warp10InputSplit
-
- addFirst(int, int) - Method in class io.warp10.script.fastdtw.WarpPath
-
- addJar(String) - Static method in class io.warp10.script.WarpScriptMacroLibrary
-
- addLast(int, int) - Method in class io.warp10.script.fastdtw.WarpPath
-
- addMAC(long[], byte[]) - Static method in class io.warp10.crypto.CryptoUtils
-
Add mac byte [ ].
- addMAC(byte[], byte[]) - Static method in class io.warp10.crypto.CryptoUtils
-
Add mac byte [ ].
- ADDMONTHS - Class in io.warp10.script.functions
-
Adds a month to a timestamp
- ADDMONTHS(String) - Constructor for class io.warp10.script.functions.ADDMONTHS
-
- ADDMONTHS - Static variable in class io.warp10.script.WarpScriptLib
-
- addNamedWarpScriptFunction(NamedWarpScriptFunction) - Static method in class io.warp10.script.WarpScriptLib
-
- addNonNegativePeriod(long, ADDDURATION.ReadWritablePeriodWithSubSecondOffset, DateTimeZone, long) - Static method in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- addPeriod(long, ReadWritablePeriod, DateTimeZone) - Static method in class io.warp10.script.functions.ADDDURATION
-
- addPeriod(long, ReadWritablePeriod, DateTimeZone, long) - Static method in class io.warp10.script.functions.ADDDURATION
-
- addPeriod(long, ADDDURATION.ReadWritablePeriodWithSubSecondOffset, DateTimeZone) - Static method in class io.warp10.script.functions.ADDDURATION
-
- addPeriod(long, ADDDURATION.ReadWritablePeriodWithSubSecondOffset, DateTimeZone, long) - Static method in class io.warp10.script.functions.ADDDURATION
-
Add a duration in ISO8601 duration format to a timestamp
- addPlasmaHandler(StandalonePlasmaHandlerInterface) - Method in interface io.warp10.continuum.store.StoreClient
-
- addResolver(TYPEOF.TypeResolver) - Static method in class io.warp10.script.functions.TYPEOF
-
- addToApps(String) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- addToClassNames(String) - Method in class io.warp10.script.thrift.data.StackTrace
-
- addToClassSelector(String) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- addToClassSelectors(String) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- addToExcluded(String) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- addToFileNames(String) - Method in class io.warp10.script.thrift.data.StackTrace
-
- addToIndices(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- addToIndices(long) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- addToLabelsSelectors(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- addToLabelsSelectors(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- addToLineNumbers(int) - Method in class io.warp10.script.thrift.data.StackTrace
-
- addToMetadatas(Metadata) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- addToMetadatas(Metadata) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- addToMetadatas(Metadata) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- addToMethodNames(String) - Method in class io.warp10.script.thrift.data.StackTrace
-
- addToOwners(ByteBuffer) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- addToProducers(ByteBuffer) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- addToScriptLines(String) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- addToScriptTimes(long) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- addToShards(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- addToTokens(String) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- addTransformer(JsonUtils.JsonTransformer) - Static method in class io.warp10.json.JsonUtils
-
Add a transformer to convert un-serializable objects to serializable ones or raw Strings included in the JSON.
- addValue(long, long, long, Object) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- ADDVALUE - Class in io.warp10.script.functions
-
Add a value to a GTS.
- ADDVALUE(String, boolean) - Constructor for class io.warp10.script.functions.ADDVALUE
-
- ADDVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- ADDYEARS - Class in io.warp10.script.functions
-
Adds a year to a timestamp
- ADDYEARS(String) - Constructor for class io.warp10.script.functions.ADDYEARS
-
- ADDYEARS - Static variable in class io.warp10.script.WarpScriptLib
-
- ADMIN - Static variable in class io.warp10.script.functions.LOGINIT
-
- AES_FDB_DATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping data (readings)
- AES_FDB_METADATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping metadata
- AES_FETCHER - Static variable in interface io.warp10.crypto.KeyStore
-
Key for wrapping GTSSplit instances
- AES_KAFKA_DATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping kafka data messages
- AES_KAFKA_METADATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping kafka medata messages
- AES_KAFKA_PLASMA_BACKEND_IN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping kafka messages consumed by plasma backends
- AES_KAFKA_PLASMA_BACKEND_OUT - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping kafka messages produced by plasma backends
- AES_KAFKA_PLASMA_FRONTEND_IN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping kafka messages consumed by plasma frontends
- AES_LEVELDB_DATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping data (readings)
- AES_LEVELDB_METADATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping metadata
- AES_LOGGING - Static variable in interface io.warp10.crypto.KeyStore
-
AES key to use for wrapping sensitive logging messages
- AES_METASETS - Static variable in interface io.warp10.crypto.KeyStore
-
Key for wrapping MetaSets
- AES_RUNNER_PSK - Static variable in interface io.warp10.crypto.KeyStore
-
PreShared key for Runner so scripts coming from runners can be identified
- AES_SECURESCRIPTS - Static variable in interface io.warp10.crypto.KeyStore
-
Key for wrapping secure scripts
- AES_TOKEN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for wrapping Tokens
- AESUNWRAP - Class in io.warp10.script.functions
-
Unwraps a byte array which was AESWRAPed
- AESUNWRAP(String) - Constructor for class io.warp10.script.functions.AESUNWRAP
-
- AESUNWRAP - Static variable in class io.warp10.script.WarpScriptLib
-
- AESWRAP - Class in io.warp10.script.functions
-
AES wraps a byte array
- AESWRAP(String) - Constructor for class io.warp10.script.functions.AESWRAP
-
- AESWRAP - Static variable in class io.warp10.script.WarpScriptLib
-
- aggregate(long) - Method in class io.warp10.script.HyperLogLogPlus
-
- AGO - Class in io.warp10.script.functions
-
Computes a timestamp which is N timeunits away from now.
- AGO(String) - Constructor for class io.warp10.script.functions.AGO
-
- AGO - Static variable in class io.warp10.script.WarpScriptLib
-
- ALL_INPUT_GEOMETRY_KEYS - Static variable in class io.warp10.script.functions.GEOBUFFER
-
- ALMOSTEQ - Class in io.warp10.script.functions
-
Checks the two operands on top of the stack for equality, accepting a difference under a configurable lambda value
ALMOSTEQ expects the following parameters on the stack:
3: lambda The tolerance of the comparison
2: op2
1: op1
lambda, op1 and op2 need to be instances of Number.
- ALMOSTEQ(String) - Constructor for class io.warp10.script.functions.ALMOSTEQ
-
- ALPHABET - Static variable in class io.warp10.script.functions.TOB58
-
- ANALYTICS_ENGINE_ONLY - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to only run the analytics engine, i.e.
- And - Class in io.warp10.script.aggregator
-
Return the operation and of the values on the interval.
- And(String, boolean) - Constructor for class io.warp10.script.aggregator.And
-
- AND - Static variable in class io.warp10.script.WarpScriptLib
-
- API_ENDPOINT_CHECK - Static variable in class io.warp10.continuum.store.Constants
-
Endpoint for checks
- API_ENDPOINT_DELETE - Static variable in class io.warp10.continuum.store.Constants
-
Delete endpoint for the API
- API_ENDPOINT_DIRECTORY_STATS_INTERNAL - Static variable in class io.warp10.continuum.store.Constants
-
Endpoint for internal stats requests
- API_ENDPOINT_DIRECTORY_STREAMING_INTERNAL - Static variable in class io.warp10.continuum.store.Constants
-
Endpoint for internal directory streaming requests
- API_ENDPOINT_EXEC - Static variable in class io.warp10.continuum.store.Constants
-
Endpoint for script submission
- API_ENDPOINT_FETCH - Static variable in class io.warp10.continuum.store.Constants
-
Fetch endpoint for the API
- API_ENDPOINT_FIND - Static variable in class io.warp10.continuum.store.Constants
-
Find endpoint for the API
- API_ENDPOINT_INTERACTIVE - Static variable in class io.warp10.continuum.store.Constants
-
Read Execute Loop endpoint
- API_ENDPOINT_META - Static variable in class io.warp10.continuum.store.Constants
-
Meta endpoint
- API_ENDPOINT_MOBIUS - Static variable in class io.warp10.continuum.store.Constants
-
Mobius server endpoint
- API_ENDPOINT_PLASMA_SERVER - Static variable in class io.warp10.continuum.store.Constants
-
Plasma server endpoint
- API_ENDPOINT_PLASMA_UPDATE - Static variable in class io.warp10.continuum.store.Constants
-
Plasma update endpoint
- API_ENDPOINT_SFETCH - Static variable in class io.warp10.continuum.store.Constants
-
Split fetch endpoint
- API_ENDPOINT_SPLITS - Static variable in class io.warp10.continuum.store.Constants
-
Endpoint for splits generation
- API_ENDPOINT_UPDATE - Static variable in class io.warp10.continuum.store.Constants
-
Update endpoint for the API
- APPEND - Class in io.warp10.script.functions
-
Append a list to another list or a map to another map
- APPEND(String) - Constructor for class io.warp10.script.functions.APPEND
-
- APPEND - Static variable in class io.warp10.script.WarpScriptLib
-
- appendProcessedString(StringBuilder, String) - Static method in class io.warp10.script.functions.SNAPSHOT
-
Process a string to make it readable and compatible in WarpScript code.
- APPLICATION_LABEL - Static variable in class io.warp10.continuum.store.Constants
-
Name of the 'application' label
- ApplicationByUUID - Static variable in class io.warp10.continuum.Tokens
-
- apply(WarpScriptStack) - Method in class io.warp10.continuum.gts.CORRELATE.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.continuum.gts.FFT.Builder
-
- apply(WarpScriptBinaryOp, Collection<GeoTimeSerie>, Collection<GeoTimeSerie>, Collection<String>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Deprecated.
- apply(WarpScriptStack) - Method in class io.warp10.continuum.gts.IFFT.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.continuum.gts.ZIP
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.And
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Argminmax
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.Argminmax.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.CircularMean
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.CircularMean.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.CompareTo
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Count
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Delta
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.First
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.HDist
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Highest
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.HSpeed
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Join
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.Join.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Last
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Lowest
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.MAD
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Max
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Mean
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Median
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Min
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Or
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Percentile
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.Percentile.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Rate
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.ResetCounter
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.RMS
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.ShannonEntropy
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.StandardDeviation
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.StandardDeviation.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Sum
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.TrueCourse
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.Variance
-
- apply(WarpScriptStack) - Method in class io.warp10.script.aggregator.Variance.Builder
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.VarianceWelford
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.VDist
-
- apply(Object[]) - Method in class io.warp10.script.aggregator.VSpeed
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.ADD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.BitwiseOperation
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.ComparisonOperation
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.CondShortCircuit
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.DIV
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.EQ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.INPLACEADD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.MOD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.MUL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.NE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.binary.SUB
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ElementOrListStackFunction
-
Deprecated.
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.concurrent.CEVAL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.concurrent.SYNC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.http.HTTP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.logging.LOGEVENTTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.rexec.REXEC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONDUMP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONDUMPEVENTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONEVENT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONGET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sensision.SENSISIONUPDATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.shadow.ShadowWarpScriptExtension.ShadowFunction
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.sharding.DEVAL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.shm.MUTEX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.shm.SHMDEFINED
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.shm.SHMLOAD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.shm.SHMSTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.stackps.WSINFO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.stackps.WSKILL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.stackps.WSKILLSESSION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.stackps.WSNAME
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.stackps.WSPS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.token.TOKENDUMP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.token.TOKENGEN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.warprun.FLOAD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.warprun.FREAD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.warprun.FSTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.ext.warprun.STDIN
-
- apply(Object[]) - Method in class io.warp10.script.filler.FillerInterpolate
-
- apply(Object[]) - Method in class io.warp10.script.filler.FillerNext
-
- apply(Object[]) - Method in class io.warp10.script.filler.FillerPrevious
-
- apply(Object[]) - Method in class io.warp10.script.filler.FillerTrend
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterAny.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterByClass.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterByLabels.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterByMetadata.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterBySelector.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterBySize.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastEQ.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastGE.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastGT.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastLE.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastLT.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.FilterLastNE.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.filter.LatencyFilter.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ACCELCACHE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ACCELPERSIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ACCELREPORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ADDDAYS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ADDDURATION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ADDMONTHS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ADDVALUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ADDYEARS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.AESUNWRAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.AESWRAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.AGO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ALMOSTEQ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.APPEND
-
- APPLY - Class in io.warp10.script.functions
-
Apply an operation on GTS instances.
- APPLY(String, boolean) - Constructor for class io.warp10.script.functions.APPLY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.APPLY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ASREGS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ASSERT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ASSERTMSG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ATBUCKET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ATTRIBUTES
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.B58TO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.B64TO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.B64TOHEX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.B64URLTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BINTOx
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BITCOUNT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BITGET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BITSTOBYTES
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BREAK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BUCKETCOUNT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BUCKETIZE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BUCKETSPAN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BYTESTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.BYTESTOBITS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CALL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CAPADD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CAPCHECK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CAPDEL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CAPEXPORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CAPGET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CHECKREV
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CHRONOEND
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CHRONOSTART
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CHRONOSTATS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLEAR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLEARDEFS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLEARREGS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLEARSYMBOLS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLEARTOMARK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CLONE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COMMONTICKS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COMPACT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CONTAINS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CONTAINSKEY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CONTAINSVALUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CONTINUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COUNTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COUNTERDELTA
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COUNTERSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COUNTERVALUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.COUNTTOMARK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CROP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.CSTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEBUGOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEBUGON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEFINED
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEFINEDMACRO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEFLATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DELETE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEPTH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DEREF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DIFFERENCE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DIGEST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DROP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DROPN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DTW
-
- apply(Object[]) - Method in class io.warp10.script.functions.DummyMapper
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DUP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DUPN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.DURATION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.E
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECDH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECGEN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECHOOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECHOON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECPRIVATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECPUBLIC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECRECOVER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECSIGN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ECVERIFY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ELAPSED
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EMPTY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EMPTYLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EMPTYMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EMPTYSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EMPTYVECTOR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ENCODERTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ENDLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ENDMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ENDSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ENDVECTOR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ERROR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EVAL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EVALSECURE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EVERY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EXPORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.EXTLOADED
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FAIL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FETCH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILLNEXT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILLPREVIOUS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILLVALUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FILTERBY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FIND
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FINDSTATS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FIRSTTICK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FLATTEN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FOR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FOREACH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FORGET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FORSTEP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FROMTSELEMENTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FUNCREF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FUNCTIONS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.FUSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOBUFFER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOCELLTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOHASHTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GeoImporter
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GeoIntersection
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOINTERSECTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEONORMALIZE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOOPTIMIZE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOPACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOREGEXP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOSHAPETO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOSHIFT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOSPLIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GeoSubtraction
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GeoUnion
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GEOUNPACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GETHOOK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GETSECTION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GROUPBY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GUARD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.GZIP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HASH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HAVERSINE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HEADER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HEXTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HEXTOB64
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HEXTOBIN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HHCODEFUNC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HHCODETO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HIDE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HMAC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.HUMANDURATION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.IDENT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.IFT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.IFTE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.IMMUTABLE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.IMPORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INCLUDE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INDEXOF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INFLATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INFO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INFOMODE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INTERSECTION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.INV
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ISNaN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ISNULL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ISO8601
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ISODURATION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JOIN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONCOMPACT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONLOOSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONPRETTY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONSTACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONSTRICT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.JSONTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.KEYLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LABELS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LASTACTIVITY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LASTBUCKET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LASTSORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LASTTICK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LBOUNDS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LFILTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LIMIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LINEOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LINEON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LISTTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LOAD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LOCATIONS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LOCSTRINGS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LOGINIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LOGMSG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LSORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.LSTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROCONFIG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROFILLER
-
- apply(Object[]) - Method in class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROFILTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROMAPPER
-
- apply(Object[]) - Method in class io.warp10.script.functions.MACROMAPPER.MacroMapperWrapper
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MACROTTL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAKEGTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MANAGERONOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAPID
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAPTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MARK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MATCH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MATCHER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.math.GETEXPONENT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.math.RANDOM
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.math.ROUND
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.math.SCALB
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MATTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXBUCKETS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXDEPTH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXGEOCELLS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXGTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXJSON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXLONG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXLOOP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXOPS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXPIXELS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXRECURSION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MAXSYMBOLS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MaxTickSlidingWindow
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MaxTimeSlidingWindow
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MDETACH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MERGE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.META
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.METAMATCH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.METASORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MFILTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MINLONG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSEC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSGFAIL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSIG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSIGCOUNT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSIGINFO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSIGN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MSTU
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MUSIGMA
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MVERIFY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.MVSPLIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NAME
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NaN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NBOUNDS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NDEBUGON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NEWENCODER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NEWGTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOLOG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NONEMPTY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NONNULL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOOP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOTAFTER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOTBEFORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOTIMINGS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NOW
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NPDF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NPDF.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NPEEK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NSUMSUMSQ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NULL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.NumericalBinaryFunction
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.OPB64TO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.OPB64TOHEX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.OPS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.OPTDTW
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PARSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PARSESELECTOR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PARSEVALUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PARTITION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PATTERNDETECTION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PATTERNS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PEEK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PEEKN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPDECRYPT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPENCRYPT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPINFO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPPRIVATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPPUBLIC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPRING
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPSIGN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PGPVERIFY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.Pi
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PICK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PICKLETO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PIGSCHEMA
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PIVOT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.POLYFIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.POLYFUNC
-
- apply(Object[]) - Method in class io.warp10.script.functions.POLYFUNC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.POLYFUNC.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.POPR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PRNG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PROBABILITY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PROBABILITY.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PSTACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PUSHR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.PUT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QCONJUGATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QDIVIDE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QMULTIPLY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QROTATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QROTATION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.QUATERNIONTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RAND
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RANDPDF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RANDPDF.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RANGE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RANGECOMPACT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REDEFS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REDUCE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REMOVE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REMOVETICK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REOPTALT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REPLACE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REPORT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RESET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RESETS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RESTORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RETHROW
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RETURN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REV
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.REVERSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RLPTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ROLL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ROLLD
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ROT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ROTATIONQ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSADECRYPT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSAENCRYPT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSAGEN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSAPRIVATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSAPUBLIC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSASIGN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RSAVERIFY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RTFM
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RUN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RUNNERAT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RUNNERIN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RUNNERNONCE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.RUNR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SAVE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SECTION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SECURE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SECUREKEY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SETMACROCONFIG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SETTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.shape.CHECKSHAPE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.shape.HULLSHAPE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.shape.PERMUTE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.shape.RESHAPE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.shape.SHAPE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SHOW
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SHUFFLE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SIZE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SLEEP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SMARTPARSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SNAPSHOT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SORTBY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SORTWITH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SPLIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SRAND
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SSSSTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STACKATTRIBUTE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STACKTOLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STDERR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STDOUT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STOP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STORE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STRICTREDUCER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STRINGFORMAT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.STU
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SUBLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SUBMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SUBSTRING
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SWAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SWITCH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.SYMBOLS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TDESCRIBE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TEMPLATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TICKS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TIMEBOX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TIMED
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TIMEOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TIMEON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TIMINGS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOB58
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOB64
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOB64URL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOBIN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOBYTES
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOENCODER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOENCODERS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGEOCELL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGEOHASH
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGEOJSON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGEOSHAPE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGML
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOGTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOHEX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOHHCODE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOJSON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOKENINFO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOKML
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOLONGBYTES
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOLOWER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOMACRO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOMAT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOMVSTRING
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOOPB64
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOPICKLE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOQUATERNION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TORLP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOSSSS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOUPPER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOVARINT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOVEC
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOVECTOR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOWKB
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOWKT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TOZ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TR
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TRANSPOSE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TRIM
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TRY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TSELEMENTS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.TYPEOF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNGZIP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNION
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNIQUE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNLIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNMAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNPACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNSECURE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNSET
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNTIL
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNWRAP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNWRAPENCODER
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UNWRAPSIZE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UPDATE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.URLDECODE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.URLENCODE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.UUID
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VALUEHISTOGRAM
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VALUELIST
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VARINTTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VARS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VECTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.VECTORTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WFADDREPO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WFGETREPOS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WFOFF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WFON
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WFSETREPOS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WHILE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WSAUDIT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WSAUDITMODE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.WSSTACK
-
- apply(WarpScriptStack) - Method in class io.warp10.script.functions.ZTO
-
- apply(WarpScriptStack) - Method in class io.warp10.script.GTSStackFunction
-
Deprecated.
- apply(WarpScriptStack) - Method in class io.warp10.script.ListRecursiveStackFunction
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperAbs
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperAdd
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperAdd.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperbSAX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperbSAX.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperCeil
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperCompareTo
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperDateTime
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDayOfMonth.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDayOfWeek.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperDotProduct
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDotProduct.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperDotProductPositive
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDotProductPositive.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperDotProductSigmoid
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDotProductSigmoid.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperDotProductTanh
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperDotProductTanh.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperExp
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperExp.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperFinite
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperFloor
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoApproximate
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperGeoApproximate.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoClearPosition
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoElevation
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoFence
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperGeoFence.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoLatitude
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoLongitude
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoOutside
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperGeoOutside.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperGeoWithin
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperGeoWithin.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperHourOfDay.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperKernel
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperKernelSmoother
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperLog
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperLog.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperMaxX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMaxX.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMinuteOfHour.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperMinX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMinX.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperMod
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMod.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMonthOfYear.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperMul
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperMul.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperNPDF
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperNPDF.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperParseDouble
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperParseDouble.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperPow
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperPow.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperProduct
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperRegExpMatch
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperRegExpMatch.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperRegExpReplace
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperRegExpReplace.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperReplace
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperReplace.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperRound
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperSAX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperSAX.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperSecondOfMinute.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperSigmoid
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperTanh
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperTick
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperTick.Builder
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperToBoolean
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperToDouble
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperToLong
-
- apply(Object[]) - Method in class io.warp10.script.mapper.MapperToString
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.MapperYear.Builder
-
- apply(WarpScriptStack) - Method in class io.warp10.script.mapper.STRICTMAPPER
-
- apply(Object[]) - Method in class io.warp10.script.op.OpAdd
-
- apply(Object[]) - Method in class io.warp10.script.op.OpBoolean
-
- apply(Object[]) - Method in class io.warp10.script.op.OpDiv
-
- apply(Object[]) - Method in class io.warp10.script.op.OpEQ
-
- apply(Object[]) - Method in class io.warp10.script.op.OpGE
-
- apply(Object[]) - Method in class io.warp10.script.op.OpGT
-
- apply(Object[]) - Method in class io.warp10.script.op.OpLE
-
- apply(Object[]) - Method in class io.warp10.script.op.OpLT
-
- apply(Object[]) - Method in class io.warp10.script.op.OpMask
-
- apply(Object[]) - Method in class io.warp10.script.op.OpMul
-
- apply(Object[]) - Method in class io.warp10.script.op.OpNE
-
- apply(Object[]) - Method in class io.warp10.script.op.OpSub
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Palpha
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pbackground
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pblue
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pbrightness
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pclear
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pcolor
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.PcolorMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pfill
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pgreen
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Phue
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.PlerpColor
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.PnoFill
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.PnoStroke
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pred
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Psaturation
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.color.Pstroke
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pblend
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pcopy
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pdecode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pfilter
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pget
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pimage
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.PimageMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pmask
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.PnoTint
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Ppixels
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Presize
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Pset
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Psize
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.Ptint
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.PtoImage
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.image.PupdatePixels
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Pconstrain
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Pdist
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Plerp
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Pmag
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Pmap
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.math.Pnorm
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.Pencode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.rendering.PblendMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.rendering.Pclip
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.rendering.PGraphics
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.rendering.PnoClip
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Parc
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbeginContour
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbeginShape
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pbezier
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbezierDetail
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbezierPoint
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbezierTangent
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PbezierVertex
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pbox
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pcurve
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PcurveDetail
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PcurvePoint
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PcurveTangent
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PcurveTightness
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PcurveVertex
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pellipse
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PellipseMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PendContour
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PendShape
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pline
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PloadShape
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Ppoint
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pquad
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PquadraticVertex
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Prect
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PrectMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pshape
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PshapeMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Psphere
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PsphereDetail
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PstrokeCap
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PstrokeJoin
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.PstrokeWeight
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Ptriangle
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.shape.Pvertex
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.structure.PpopStyle
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.structure.PpushStyle
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.PpopMatrix
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.PpushMatrix
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.PresetMatrix
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.Protate
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.ProtateX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.ProtateY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.ProtateZ
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.Pscale
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.PshearX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.PshearY
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.transform.Ptranslate
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PcreateFont
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.Ptext
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextAlign
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextAscent
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextDescent
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextFont
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextLeading
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextMode
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextSize
-
- apply(WarpScriptStack) - Method in class io.warp10.script.processing.typography.PtextWidth
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.COMPLEMENT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.FROMBIN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.FROMBITS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.FROMHEX
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.NOT
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.REVERSEBITS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOBIN
-
Deprecated.
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOBITS
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOBOOLEAN
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TODOUBLE
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOHEX
-
Deprecated.
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOLONG
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOSTRING
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.TOTIMESTAMP
-
- apply(WarpScriptStack) - Method in class io.warp10.script.unary.UNIT
-
- apply(Object[]) - Method in interface io.warp10.script.WarpScriptAggregatorFunction
-
- apply(WarpScriptStack) - Method in class io.warp10.script.WarpScriptAuditStatement
-
- apply(Object[]) - Method in interface io.warp10.script.WarpScriptFillerFunction
-
This method will determine the tick,loc,elev,value to fill
with.
- APPLY - Static variable in class io.warp10.script.WarpScriptLib
-
- apply(WarpScriptStack) - Method in interface io.warp10.script.WarpScriptStackFunction
-
- applyBinaryOp(GeoTimeSerie, GeoTimeSerie, GeoTimeSerie, GTSOpsHelper.GTSBinaryOp) - Static method in class io.warp10.continuum.gts.GTSOpsHelper
-
- applyBinaryOp(GeoTimeSerie, GeoTimeSerie, GeoTimeSerie, GTSOpsHelper.GTSBinaryOp, boolean) - Static method in class io.warp10.continuum.gts.GTSOpsHelper
-
Apply a binary operator to the values of two GTSs, resulting in a single GTS.
- applyNAryFunction(WarpScriptNAryFunction, Map<String, String>, List<GeoTimeSerie>...) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- applyOnElement(Object) - Method in interface io.warp10.script.ElementOrListStackFunction.ElementStackFunction
-
Deprecated.
- applyOnElement(Object) - Method in class io.warp10.script.functions.MVEXTRACT
-
- applyOnElement(Object) - Method in class io.warp10.script.ListRecursiveStackFunction.ElementStackFunction
-
Apply the function on a single element (not a List).
- applyOnSubLists(Object[]) - Method in class io.warp10.script.functions.MACROMAPPER.MacroMapperWrapper
-
- applyOnSubLists(Object[]) - Method in interface io.warp10.script.WarpScriptAggregatorOnListsFunction
-
- applyUnaryOp(GeoTimeSerie, GeoTimeSerie, GTSOpsHelper.GTSUnaryOp) - Static method in class io.warp10.continuum.gts.GTSOpsHelper
-
Apply a unary operator to the values of a GTS, resulting in another GTS.
- Argminmax - Class in io.warp10.script.aggregator
-
For each tick return the tick and the concatenation of the values of the labels
for which the value is the maximum or minimum of Geo Time Series which are in the same equivalence class.
- Argminmax(String, String, int, boolean) - Constructor for class io.warp10.script.aggregator.Argminmax
-
- Argminmax.Builder - Class in io.warp10.script.aggregator
-
- asByteBuffer() - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- asByteBuffer() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- ASENCODERS - Class in io.warp10.script.functions
-
Create a GTSEncoder for each instance of GTS, wrapped GTS or raw wrapped GTS.
- ASENCODERS(String) - Constructor for class io.warp10.script.functions.ASENCODERS
-
- ASENCODERS - Static variable in class io.warp10.script.WarpScriptLib
-
- ASIN - Static variable in class io.warp10.script.WarpScriptLib
-
- ASREGS - Class in io.warp10.script.functions
-
Modifies a Macro so the LOAD/STORE/RUN operations for the given variables are
replaced by use of registers.
- ASREGS(String) - Constructor for class io.warp10.script.functions.ASREGS
-
- ASREGS - Static variable in class io.warp10.script.WarpScriptLib
-
- ASSERT - Class in io.warp10.script.functions
-
- ASSERT(String) - Constructor for class io.warp10.script.functions.ASSERT
-
- ASSERT - Static variable in class io.warp10.script.WarpScriptLib
-
- ASSERTMSG - Class in io.warp10.script.functions
-
- ASSERTMSG(String) - Constructor for class io.warp10.script.functions.ASSERTMSG
-
- ASSERTMSG - Static variable in class io.warp10.script.WarpScriptLib
-
- ATAN - Static variable in class io.warp10.script.WarpScriptLib
-
- ATAN2 - Static variable in class io.warp10.script.WarpScriptLib
-
- ATBUCKET - Class in io.warp10.script.functions
-
Extract the value/location/elevation at the Nth bucket of the GTS on top of the stack
- ATBUCKET(String) - Constructor for class io.warp10.script.functions.ATBUCKET
-
- ATBUCKET - Static variable in class io.warp10.script.WarpScriptLib
-
- ATINDEX - Class in io.warp10.script.functions
-
Extract the value/location/elevation at 'index' of the GTS on top of the stack
- ATINDEX(String) - Constructor for class io.warp10.script.functions.ATINDEX
-
- ATINDEX - Static variable in class io.warp10.script.WarpScriptLib
-
- ATTICK - Class in io.warp10.script.functions
-
Extract the value/location/elevation at 'tick' of the GTS on top of the stack
- ATTICK(String) - Constructor for class io.warp10.script.functions.ATTICK
-
- ATTICK - Static variable in class io.warp10.script.WarpScriptLib
-
- ATTR_GEOBUFFER - Static variable in class io.warp10.script.functions.GEOBUFFER
-
- ATTR_NOCACHE - Static variable in class io.warp10.standalone.AcceleratorConfig
-
- ATTR_NOPERSIST - Static variable in class io.warp10.standalone.AcceleratorConfig
-
- ATTRIBUTE_ALLOW_REDEFINED - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating whether or not redefined functions are allowed
- ATTRIBUTE_CHUNK_SIZE - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
Cap name for raising max chunk size
- ATTRIBUTE_CREATION_TIME - Static variable in interface io.warp10.script.WarpScriptStack
-
Creation timestamp for the stack
- ATTRIBUTE_DEBUG_DEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
Debug depth of the stack.
- ATTRIBUTE_ELAPSED - Static variable in interface io.warp10.script.WarpScriptStack
-
List of elapsed times (in ns) per line
- ATTRIBUTE_EXPORTED_SYMBOLS - Static variable in interface io.warp10.script.WarpScriptStack
-
List of symbols to export upon script termination as a map of symbol name
to symbol value pushed onto the stack.
- ATTRIBUTE_FETCH_COUNT - Static variable in interface io.warp10.script.WarpScriptStack
-
Number of datapoints fetched so far in the session
- ATTRIBUTE_FETCH_LIMIT - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of datapoints that can be fetched in a session
- ATTRIBUTE_FETCH_LIMIT_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_GTS_COUNT - Static variable in interface io.warp10.script.WarpScriptStack
-
Number of GTS retrieved so far in the session
- ATTRIBUTE_GTS_LIMIT - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of GTS which can be retrieved from directory in a session
- ATTRIBUTE_GTS_LIMIT_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_HADOOP_PROGRESSABLE - Static variable in interface io.warp10.script.WarpScriptStack
-
Key for storing an instance of Hadoop's Progressable to report progress to the Hadoop framework
- ATTRIBUTE_HEADERS - Static variable in interface io.warp10.script.WarpScriptStack
-
Map of headers to return with the response
- ATTRIBUTE_HTTP_REQUESTS - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
Number of calls to HTTP so far in the sessions and cap name for raising related limit
- ATTRIBUTE_HTTP_SIZE - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
Current HTTP so far in the sessions and cap name for raising related limit
- ATTRIBUTE_IMPORT_RULES - Static variable in interface io.warp10.script.WarpScriptStack
-
Name of attribute for storing macro import rules
- ATTRIBUTE_IN_SECURE_MACRO - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating if we are currently in a secure macro execution
- ATTRIBUTE_IN_XEVAL - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating if we are currently executing an XEVAL call, in which
case generated macros should not be flagged secure.
- ATTRIBUTE_INFOMODE - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating whether or not the stack is currently in info mode
- ATTRIBUTE_INTERACTIVE_ECHO - Static variable in interface io.warp10.script.WarpScriptStack
-
Should the interactive mode display the top of the stack after each command?
- ATTRIBUTE_INTERACTIVE_JSON - Static variable in interface io.warp10.script.WarpScriptStack
-
Should the REL display the stack levels as JSON?
- ATTRIBUTE_INTERACTIVE_TIME - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating whether or not to display timing information after each command.
- ATTRIBUTE_INTERACTIVE_WRITER - Static variable in interface io.warp10.script.WarpScriptStack
-
PrintWriter instance for the REL (Read Execute Loop)
- ATTRIBUTE_JSON_MAXSIZE - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum size of a JSON created and pushed on the stack, in number of characters.
- ATTRIBUTE_JSON_MAXSIZE_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_JSON_PRETTY - Static variable in interface io.warp10.script.WarpScriptStack
-
Is the stack configured to output pretty JSON (i.e with ident)?
- ATTRIBUTE_JSON_STRICT - Static variable in interface io.warp10.script.WarpScriptStack
-
Is the stack configured to output strict JSON (i.e with no NaN/Infinity)?
- ATTRIBUTE_LAST_ERROR - Static variable in interface io.warp10.script.WarpScriptStack
-
Last error encountered in a TRY block
- ATTRIBUTE_LINENO - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating whether or not to set section with the current line number
- ATTRIBUTE_LOOP_MAXDURATION - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum duration of loops in ms and its hard limit
- ATTRIBUTE_LOOP_MAXDURATION_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MACRO_NAME - Static variable in interface io.warp10.script.WarpScriptStack
-
Name of the current macro, or null if not in a macro or in an anonymous one
- ATTRIBUTE_MACRO_TTL - Static variable in interface io.warp10.script.WarpScriptStack
-
TTL (in ms since the epoch) of a macro
- ATTRIBUTE_MAX_BUCKETS - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of buckets in bucketized GTS
- ATTRIBUTE_MAX_BUCKETS_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MAX_DEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum depth of the stack
- ATTRIBUTE_MAX_DEPTH_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MAX_GEOCELLS - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of cells if GeoXPShapes
- ATTRIBUTE_MAX_GEOCELLS_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MAX_OPS - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of operations for the stack
- ATTRIBUTE_MAX_OPS_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MAX_PIXELS - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of pixels for images created on the stack
- ATTRIBUTE_MAX_PIXELS_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_MAX_SYMBOLS - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum number of symbols for the stack
- ATTRIBUTE_MAX_SYMBOLS_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_NAME - Static variable in interface io.warp10.script.WarpScriptStack
-
Name given to the stack
- ATTRIBUTE_OPS - Static variable in interface io.warp10.script.WarpScriptStack
-
Current number of operations performed on this stack
- ATTRIBUTE_PARSING_ERRORS - Static variable in interface io.warp10.script.WarpScriptStack
-
List of parsing errors or unknown function errors generated in WarpScript audit mode.
- ATTRIBUTE_RECURSION_MAXDEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
Maximum recursion depth
- ATTRIBUTE_RECURSION_MAXDEPTH_HARD - Static variable in interface io.warp10.script.WarpScriptStack
-
- ATTRIBUTE_RUNNER_RESCHEDULE_PERIOD - Static variable in interface io.warp10.script.WarpScriptStack
-
Stack attribute for runner rescheduling period in millisecond
- ATTRIBUTE_RUNNER_RESCHEDULE_TIMESTAMP - Static variable in interface io.warp10.script.WarpScriptStack
-
Stack attribute for runner rescheduling absolute timestamp in millisecond
- ATTRIBUTE_SECTION_NAME - Static variable in interface io.warp10.script.WarpScriptStack
-
Name of current code section, null is unnamed
- ATTRIBUTE_SECURE_KEY - Static variable in interface io.warp10.script.WarpScriptStack
-
Key for securing scripts
- ATTRIBUTE_SEEDED_PRNG - Static variable in class io.warp10.script.functions.PRNG
-
- ATTRIBUTE_SESSION - Static variable in class io.warp10.script.ext.stackps.StackPSWarpScriptExtension
-
- ATTRIBUTE_TIMEBOXED - Static variable in interface io.warp10.script.WarpScriptStack
-
Stack attribute used to indicate the execution is currently timeboxed
- ATTRIBUTE_TIMINGS - Static variable in interface io.warp10.script.WarpScriptStack
-
Flag indicating whether or not to track elapsed times per script line
- ATTRIBUTE_WARPFLEET_DISABLE - Static variable in class io.warp10.script.WarpFleetMacroRepository
-
Stack attribute to disable WarpFleet resolution
- ATTRIBUTES - Class in io.warp10.script.functions
-
Extract the attributes of the GTS on top of the stack
- ATTRIBUTES(String) - Constructor for class io.warp10.script.functions.ATTRIBUTES
-
- ATTRIBUTES - Static variable in class io.warp10.script.WarpScriptLib
-
- auditMode(boolean) - Method in class io.warp10.script.MemoryWarpScriptStack
-
Turn on/off auditMode.
- auditMode(boolean) - Method in interface io.warp10.script.WarpScriptStack
-
Turn on/off auditMode.
- AuthenticationPlugin - Interface in io.warp10.continuum
-
Interface for authentication plugins to support alternate token types.
- available() - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- CACHE - Static variable in class io.warp10.standalone.AcceleratorConfig
-
- cache() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- calcDistance(GeoTimeSerie, int, GeoTimeSerie, int) - Method in interface io.warp10.script.fastdtw.DistanceFunction
-
- calcWarpCost(WarpPath, GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- CALL - Class in io.warp10.script.functions
-
Call a subprogram
- CALL(String) - Constructor for class io.warp10.script.functions.CALL
-
- CALL - Static variable in class io.warp10.script.WarpScriptLib
-
- Capabilities - Class in io.warp10.warp.sdk
-
This class is there only to prevent the capabilities map from being accessible
on the stack after a STACKATTRIBUTE call so capabilities cannot be added manually.
- Capabilities() - Constructor for class io.warp10.warp.sdk.Capabilities
-
- capabilities - Variable in class io.warp10.warp.sdk.Capabilities
-
- CAPABILITIES_ATTR - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITIES_PREFIX - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY - Static variable in class io.warp10.script.ext.rexec.RexecWarpScriptExtension
-
- CAPABILITY - Static variable in class io.warp10.script.ext.stackps.StackPSWarpScriptExtension
-
- CAPABILITY_DEBUG - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_HTTP - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_HTTP_TIMEOUT - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
Capability name for maximum allowed timeout (capability value in milliseconds)
- CAPABILITY_INVENTORY - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_ADMIN - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_CLOSE - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_COMPACT - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_FIND - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_INFO - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_OPEN - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_PURGE - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_REPAIR - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_REPORT - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_SNAPSHOT - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LEVELDB_TIMESTAMP - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LIMIT - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_LIMITS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MANAGER - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXBUCKETS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXDEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXGEOCELLS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXGTS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXJSON - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXLOOP - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXOPS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXPIXELS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXRECURSION - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MAXSYMBOLS - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_MUTEX - Static variable in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- CAPABILITY_MUTEX_MAXWAIT - Static variable in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- CAPABILITY_REPORT - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_SETMACROCONFIG - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_SHMLOAD - Static variable in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- CAPABILITY_SHMSTORE - Static variable in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- CAPABILITY_SLEEP_MAXTIME - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_TIMEBOX_MAXTIME - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_TOKENDUMP - Static variable in class io.warp10.script.ext.token.TokenWarpScriptExtension
-
- CAPABILITY_TOKENGEN - Static variable in class io.warp10.script.ext.token.TokenWarpScriptExtension
-
- CAPABILITY_WFGET - Static variable in interface io.warp10.script.WarpScriptStack
-
- CAPABILITY_WFSET - Static variable in interface io.warp10.script.WarpScriptStack
-
- CapacityExtractorOutputStream - Class in io.warp10
-
- CapacityExtractorOutputStream() - Constructor for class io.warp10.CapacityExtractorOutputStream
-
- CAPADD - Class in io.warp10.script.functions
-
- CAPADD(String) - Constructor for class io.warp10.script.functions.CAPADD
-
- CAPADD - Static variable in class io.warp10.script.WarpScriptLib
-
- CAPCHECK - Class in io.warp10.script.functions
-
- CAPCHECK(String) - Constructor for class io.warp10.script.functions.CAPCHECK
-
- CAPCHECK - Static variable in class io.warp10.script.WarpScriptLib
-
- CAPDEL - Class in io.warp10.script.functions
-
- CAPDEL(String) - Constructor for class io.warp10.script.functions.CAPDEL
-
- CAPDEL - Static variable in class io.warp10.script.WarpScriptLib
-
- CAPEXPORT - Class in io.warp10.script.functions
-
- CAPEXPORT(String) - Constructor for class io.warp10.script.functions.CAPEXPORT
-
- CAPEXPORT - Static variable in class io.warp10.script.WarpScriptLib
-
- CAPGET - Class in io.warp10.script.functions
-
- CAPGET(String) - Constructor for class io.warp10.script.functions.CAPGET
-
- CAPGET - Static variable in class io.warp10.script.WarpScriptLib
-
- CAPNAME_RUNNER_RESCHEDULE_MIN_PERIOD - Static variable in interface io.warp10.script.WarpScriptStack
-
Cap name for runner rescheduling minimum period in millisecond
- cardinality() - Method in class io.warp10.script.HyperLogLogPlus
-
Compute the estimated cardinality
- CBRT - Static variable in class io.warp10.script.WarpScriptLib
-
- CEIL - Static variable in class io.warp10.script.WarpScriptLib
-
- CEVAL - Class in io.warp10.script.ext.concurrent
-
Execute a list of macros in a concurrent manner
- CEVAL(String) - Constructor for class io.warp10.script.ext.concurrent.CEVAL
-
- checkAndSetKey(KeyStore, String, Properties, String, int...) - Static method in interface io.warp10.crypto.KeyStore
-
Get a key from the configuration, and, if it exists and if the number of bits of the key is in the given values,
add it to the keystore.
- checkAndSetKey(KeyStore, String, Properties, String, String, int...) - Static method in interface io.warp10.crypto.KeyStore
-
Get a key from the configuration, and, if it exists or has a non-null default and if the number of bits of the key
is in the given values, add it to the keystore.
- checkBalanced() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- checkBalanced() - Method in interface io.warp10.script.WarpScriptStack
-
Perform a final check to ensure balancing constructs are balanced.
- CHECKMACRO - Static variable in class io.warp10.script.WarpScriptLib
-
- checkOps() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- checkOutputSpecs(JobContext) - Method in class io.warp10.hadoop.Warp10OutputFormat
-
- CHECKREV - Class in io.warp10.script.functions
-
Return true if the current revision tag is newer or equal to the given revision tag.
- CHECKREV(String, boolean) - Constructor for class io.warp10.script.functions.CHECKREV
-
- checkRev(String) - Static method in class io.warp10.script.functions.CHECKREV
-
- CHECKSHAPE - Class in io.warp10.script.functions.shape
-
Return a BOOLEAN indicating whether an input list and its nested lists sizes are coherent together to form a tensor (or multidimensional array).
- CHECKSHAPE(String) - Constructor for class io.warp10.script.functions.shape.CHECKSHAPE
-
- CHECKSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- checkTokenExpired(long, long, long) - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- checkURL(URL) - Method in class io.warp10.script.WebAccessController
-
- CHRONOEND - Class in io.warp10.script.functions
-
- CHRONOEND(String) - Constructor for class io.warp10.script.functions.CHRONOEND
-
- CHRONOEND - Static variable in class io.warp10.script.WarpScriptLib
-
- CHRONOSTART - Class in io.warp10.script.functions
-
- CHRONOSTART(String) - Constructor for class io.warp10.script.functions.CHRONOSTART
-
- CHRONOSTART - Static variable in class io.warp10.script.WarpScriptLib
-
- CHRONOSTATS - Class in io.warp10.script.functions
-
- CHRONOSTATS(String) - Constructor for class io.warp10.script.functions.CHRONOSTATS
-
- CHRONOSTATS - Static variable in class io.warp10.script.WarpScriptLib
-
- chunk(GeoTimeSerie, long, long, long, String, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Splits a GTS in 'chunks' of equal time length.
- chunk(GeoTimeSerie, long, long, long, String, boolean, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- chunk(GTSEncoder, long, long, long, String, boolean, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- chunk(GTSDecoder, long, long, long, long, String, String, long, long, float) - Static method in class io.warp10.continuum.gts.GTSSplitter
-
Split a GTSDecoder into multiple GTSWrapper instances, spilling on disk if necessary.
- CHUNK - Class in io.warp10.script.functions
-
Apply chunk on GTS or GTSEncoder instances
- CHUNK(String, boolean) - Constructor for class io.warp10.script.functions.CHUNK
-
- CHUNK - Static variable in class io.warp10.script.WarpScriptLib
-
- CHUNK_MACRO - Static variable in class io.warp10.script.ext.http.HTTP
-
- CHUNK_NUMBER - Static variable in class io.warp10.script.ext.http.HTTP
-
- CHUNK_SIZE - Static variable in class io.warp10.script.ext.http.HTTP
-
- CircularMean - Class in io.warp10.script.aggregator
-
Compute the mean of circular quantities
- CircularMean(String, double, boolean) - Constructor for class io.warp10.script.aggregator.CircularMean
-
- CircularMean.Builder - Class in io.warp10.script.aggregator
-
- CLASS_WARP_DATALOG_FORWARDER_REQUESTS_FAILED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog requests which failed to be forwarded
- CLASS_WARP_DATALOG_FORWARDER_REQUESTS_FORWARDED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog requests which were forwarded successfully
- CLASS_WARP_DATALOG_FORWARDER_REQUESTS_IGNORED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog requests which were ignored
- CLASS_WARP_DATALOG_REQUESTS_LOGGED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog requests logged
- CLASS_WARP_DATALOG_REQUESTS_RECEIVED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog requests received
- CLASS_WARP_DIRECTORY_CLASS_COLLISIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of collisions detected for class Id
- CLASS_WARP_DIRECTORY_LABELS_COLLISIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of collisions detected for labels Id
- CLASS_WARP_DIRECTORY_METADATA_CACHE_HITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of hits in the serialized metadata cache
- CLASS_WARP_DIRECTORY_METADATA_CACHE_SIZE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of entries in the serialized metadata cache
- CLASS_WARP_FDB_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FoundationDB errors, labels are code and component
- CLASS_WARP_FDB_FORCEDVERSION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the read version was forced
- CLASS_WARP_FDB_MAXFORCEDVERSION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times we have reached the maximum number of version attempts
- CLASS_WARP_FETCH_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of errors encountered when fetching data, might be an indication of problem related to DB access
- CLASS_WARP_FIND_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of errors encountered when finding data, might be an indication of problem related to directory
- CLASS_WARP_INGRESS_DELETE_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of errors encountered when deleting data, might be an indication of problem related to directory
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of errors encountered while sending on the throttling topic
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_IN_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes consumed from the throttling topic
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_IN_INVALIDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid MACs encountered while consuming the throttling topic
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_IN_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages consumed from the throttling topic
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_OUT_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes sent on the throttling topic
- CLASS_WARP_INGRESS_KAFKA_THROTTLING_OUT_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages sent on the throttling topic
- CLASS_WARP_INGRESS_THROTLLING_FUSIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of successful throttling estimators fusions
- CLASS_WARP_INGRESS_THROTLLING_FUSIONS_FAILED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed throttling estimators fusions
- CLASS_WARP_MOBIUS_ACTIVE_SESSIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of sessions with macros currently scheduled by Mobius
- CLASS_WARP_MOBIUS_MACROS_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of failed macro executions
- CLASS_WARP_MOBIUS_MACROS_EXECUTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of macro executions
- CLASS_WARP_MOBIUS_MACROS_TIME_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total time of macro executions (in ns)
- CLASS_WARP_STORE_KAFKA_COMMITS_OVERDUE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times commits were overdue, probably due to a call to htable.batch having hang
- CLASS_WARP_STORE_THROTTLING_RATE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Rate at which we throttle the Kafka consumers.
- CLASS_WARP_TIMESOURCE_CALIBRATIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of TimeSource calibrations
- classId(byte[], String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute a class Id (metric name Id) using SipHash and the given key.
- classId(long[], String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- classId(long, long, String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- classId(byte[], GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute the class Id of a Geo Time Serie instance.
- clear() - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- clear(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Removes all values from a GTS instance by setting its value count to 0
and its type to UNDEFINED
- clear() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- clear() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- clear() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- clear() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- clear() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- clear() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- clear() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- clear() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- CLEAR - Class in io.warp10.script.functions
-
- CLEAR(String) - Constructor for class io.warp10.script.functions.CLEAR
-
- clear() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- clear() - Method in class io.warp10.script.thrift.data.SecureScript
-
- clear() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- clear() - Method in class io.warp10.script.thrift.data.StackTrace
-
- clear() - Method in class io.warp10.script.thrift.data.Throwable
-
- CLEAR - Static variable in class io.warp10.script.WarpScriptLib
-
- clear() - Method in interface io.warp10.script.WarpScriptStack
-
Empty the stack
- clear() - Method in class io.warp10.warp.sdk.Capabilities
-
- CLEARDEFS - Class in io.warp10.script.functions
-
- CLEARDEFS(String) - Constructor for class io.warp10.script.functions.CLEARDEFS
-
- CLEARDEFS - Static variable in class io.warp10.script.WarpScriptLib
-
- CLEARREGS - Class in io.warp10.script.functions
-
- CLEARREGS(String) - Constructor for class io.warp10.script.functions.CLEARREGS
-
- CLEARREGS - Static variable in class io.warp10.script.WarpScriptLib
-
- CLEARSYMBOLS - Class in io.warp10.script.functions
-
- CLEARSYMBOLS(String) - Constructor for class io.warp10.script.functions.CLEARSYMBOLS
-
- CLEARSYMBOLS - Static variable in class io.warp10.script.WarpScriptLib
-
- clearThreadProperties() - Static method in class io.warp10.WarpConfig
-
- CLEARTOMARK - Class in io.warp10.script.functions
-
Remove elements off the stack up to and including MARK
- CLEARTOMARK(String) - Constructor for class io.warp10.script.functions.CLEARTOMARK
-
- CLEARTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- clip(GTSWrapper, long, long) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
Produces a GTSWrapper whose values are those at ticks from the argument only clipped to [from,to].
- CLIP - Class in io.warp10.script.functions
-
Clip Geo Time Series, GTSEncoder or a list thereof according to a series of limits
- CLIP(String) - Constructor for class io.warp10.script.functions.CLIP
-
- CLIP - Static variable in class io.warp10.script.WarpScriptLib
-
- clone() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- clone() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- clone() - Method in class io.warp10.crypto.DummyKeyStore
-
- clone() - Method in interface io.warp10.crypto.KeyStore
-
- clone() - Method in class io.warp10.crypto.OSSKeyStore
-
- clone() - Method in class io.warp10.crypto.UnsecureKeyStore
-
- CLONE - Class in io.warp10.script.functions
-
Clone (deep copy) the GTS on top of the stack or performs a shallow copy of collections
- CLONE(String) - Constructor for class io.warp10.script.functions.CLONE
-
- CLONE - Static variable in class io.warp10.script.WarpScriptLib
-
- clone() - Method in class io.warp10.warp.sdk.Capabilities
-
- cloneEmpty(int) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
Clone everything except the type/values/locations/elevations.
- cloneEmpty() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- cloneEmpty() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- CLONEEMPTY - Class in io.warp10.script.functions
-
Produce an empty clone of the parameter GTS or Encoder instance or list thereof.
- CLONEEMPTY(String) - Constructor for class io.warp10.script.functions.CLONEEMPTY
-
- CLONEEMPTY - Static variable in class io.warp10.script.WarpScriptLib
-
- CLONEREVERSE - Static variable in class io.warp10.script.WarpScriptLib
-
- close() - Method in class io.warp10.continuum.gts.Dedupper
-
- close() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- close() - Method in class io.warp10.continuum.TextFileShuffler.CustomReader
-
- close(TaskAttemptContext) - Method in class io.warp10.hadoop.BytesOutputFormat.BytesRecordWriter
-
- close() - Method in class io.warp10.hadoop.Warp10RecordReader
-
- close(TaskAttemptContext) - Method in class io.warp10.hadoop.Warp10RecordWriter
-
- close() - Method in class io.warp10.hadoop.WarpScriptRecordReader
-
- close() - Method in class io.warp10.json.BoundedWriter
-
- ColMajorCell - Class in io.warp10.script.fastdtw
-
- ColMajorCell(int, int) - Constructor for class io.warp10.script.fastdtw.ColMajorCell
-
- COMMENT_END - Static variable in interface io.warp10.script.WarpScriptStack
-
- COMMENT_START - Static variable in interface io.warp10.script.WarpScriptStack
-
- commonAttributes(List<GeoTimeSerie>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Find common attributes, taking into account keys and values, in a list of GTSs.
- commonTicks(List<GeoTimeSerie>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return shrinked versions of the input GTS containing only the ticks which have
values in all input GTS.
- COMMONTICKS - Class in io.warp10.script.functions
-
Replace a list of GTS by a list of new GTS containing only the ticks which have
values in all input GTS
- COMMONTICKS(String) - Constructor for class io.warp10.script.functions.COMMONTICKS
-
- COMMONTICKS - Static variable in class io.warp10.script.WarpScriptLib
-
- compact(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compact a GeoTimeSerie instance by removing measurements which have the same
value/location/elevation as the previous one.
- COMPACT - Class in io.warp10.script.functions
-
Replace multiple contiguous identical value/location/elevation by a single one
- COMPACT(String) - Constructor for class io.warp10.script.functions.COMPACT
-
- COMPACT - Static variable in class io.warp10.script.WarpScriptLib
-
- COMPARATOR - Static variable in class io.warp10.continuum.gts.GTSIdComparator
-
- COMPARATOR - Static variable in class io.warp10.continuum.gts.MetadataIdComparator
-
- compare(GeoTimeSerie, GeoTimeSerie) - Method in class io.warp10.continuum.gts.GTSComparator
-
- compare(GeoTimeSerie, GeoTimeSerie) - Method in class io.warp10.continuum.gts.GTSIdComparator
-
- compare(Metadata, Metadata) - Method in class io.warp10.continuum.gts.MetadataIdComparator
-
- compare(Metadata, Metadata) - Method in class io.warp10.continuum.gts.MetadataTextComparator
-
- compare(Metadata, Metadata) - Static method in class io.warp10.continuum.MetadataUtils
-
Compare Metadata according to class/labels Ids
- compare(int, int) - Method in interface io.warp10.continuum.SortUtil.Sorter
-
Compare two indices
- compare(Number, Number) - Static method in class io.warp10.script.binary.EQ
-
- compareAllAtTick(GeoTimeSerie, int, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compare data in a GTS at given indexes.
- compareTo(DatalogMessage) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- compareTo(DatalogRecord) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- compareTo(DirectoryRequest) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- compareTo(DirectoryStatsRequest) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- compareTo(DirectoryStatsResponse) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- compareTo(FetchRequest) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- compareTo(GTSData) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- compareTo(GTSSplit) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- compareTo(GTSWrapper) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- compareTo(KafkaDataMessage) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- compareTo(Metadata) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- compareTo(MetaSet) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- compareTo(HyperLogLogPlusParameters) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- compareTo(LoggingEvent) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- compareTo(RunRequest) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- compareTo(ReadToken) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- compareTo(WriteToken) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- CompareTo - Class in io.warp10.script.aggregator
-
Keep the first element (tick, lat, lon, hhcode, elevation or value) which pass a comparison test (>, >=, ==, =<, < or !=) versus a given value.
- CompareTo(String, Object, CompareTo.Compared, CompareTo.Comparison) - Constructor for class io.warp10.script.aggregator.CompareTo
-
- compareTo(SecureScript) - Method in class io.warp10.script.thrift.data.SecureScript
-
- compareTo(StackInteractionReport) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- compareTo(StackTrace) - Method in class io.warp10.script.thrift.data.StackTrace
-
- compareTo(Throwable) - Method in class io.warp10.script.thrift.data.Throwable
-
- CompareTo.Compared - Enum in io.warp10.script.aggregator
-
- CompareTo.Comparison - Enum in io.warp10.script.aggregator
-
- comparison(WarpScriptStack, Object, Object) - Method in class io.warp10.script.binary.ComparisonOperation
-
- ComparisonOperation - Class in io.warp10.script.binary
-
- ComparisonOperation(String) - Constructor for class io.warp10.script.binary.ComparisonOperation
-
Default constructor with default behavior for > < operators.
- ComparisonOperation(String, boolean, boolean) - Constructor for class io.warp10.script.binary.ComparisonOperation
-
- compensateResets(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compensate resets by computing an offset each time a value decreased between two ticks.
- COMPILE - Static variable in class io.warp10.script.WarpScriptLib
-
- COMPILED - Static variable in class io.warp10.script.WarpScriptLib
-
- COMPLEMENT - Class in io.warp10.script.unary
-
Inverts the bits of the LONG on top of the stack
- COMPLEMENT(String) - Constructor for class io.warp10.script.unary.COMPLEMENT
-
- compute(GeoTimeSerie, GeoTimeSerie, int, double, int, DTW.DTWDistance) - Method in class io.warp10.script.functions.DTW
-
Compute the DTW pseudo-distance on two GTS.
- compute(double[][], int, int, double[][], int, int, int, double, DTW.DTWDistance) - Static method in class io.warp10.script.functions.DTW
-
Compute the DTW pseudo-distance on two multi-dimensional data.
- computeAndCheckIndex(int, int) - Static method in class io.warp10.script.functions.GET
-
- computeTimeRange(Object, String, Object, String, Object, String, Object, String) - Static method in class io.warp10.script.functions.FETCH
-
Compute the time range given start, end, timespan and count.
- CONCURRENT_LOCK_ATTRIBUTE - Static variable in class io.warp10.script.ext.concurrent.CEVAL
-
- ConcurrentWarpScriptExtension - Class in io.warp10.script.ext.concurrent
-
Extension which defines functions around concurrent execution
of WarpScript code.
- ConcurrentWarpScriptExtension() - Constructor for class io.warp10.script.ext.concurrent.ConcurrentWarpScriptExtension
-
- CondAND - Class in io.warp10.script.binary
-
Conditional AND taking either:
- two operands on top of the stack.
- CondAND(String) - Constructor for class io.warp10.script.binary.CondAND
-
- CondOR - Class in io.warp10.script.binary
-
Conditional OR taking either:
- two operands on top of the stack.
- CondOR(String) - Constructor for class io.warp10.script.binary.CondOR
-
- CondShortCircuit - Class in io.warp10.script.binary
-
Conditional boolean operation taking either:
- two operands on top of the stack.
- CondShortCircuit(String, boolean) - Constructor for class io.warp10.script.binary.CondShortCircuit
-
- CONFIG_DEBUG_CAPABILITY - Static variable in class io.warp10.continuum.Configuration
-
Flag (true/false) indicating whether or not to use capabilities for controlling access to debug functions.
- CONFIG_FETCH_PSK - Static variable in class io.warp10.continuum.Configuration
-
Pre-Shared key for signing fetch requests.
- CONFIG_PLUGIN_DEFAULTCL_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for loading a plugin using the default ClassLoader.
- CONFIG_WARP_CAPABILITIES_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Optional WarpScript map with default capabilities
- CONFIG_WARPSCRIPT_BOOTSTRAP_PATH - Static variable in class io.warp10.continuum.Configuration
-
Path of the 'bootstrap' WarpScript code for Egress
- CONFIG_WARPSCRIPT_BOOTSTRAP_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often to reload the bootstrap code (in ms) for Egress
- CONFIG_WARPSCRIPT_DEFAULTCL_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
- CONFIG_WARPSCRIPT_DELETE_ENDPOINT - Static variable in class io.warp10.continuum.Configuration
-
URL for the 'delete' endpoint accessed in DELETE
- CONFIG_WARPSCRIPT_EXTENSION_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for properties which define WarpScript extensions
- CONFIG_WARPSCRIPT_EXTENSIONS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of WarpScriptExtension classes to instantiate to modify
the defined WarpScript functions.
- CONFIG_WARPSCRIPT_HADOOP_RAWWRITABLES - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to return Writable instances as is in WarpScriptInputFormat
- CONFIG_WARPSCRIPT_HADOOP_STRICTWRITABLES - Static variable in class io.warp10.continuum.Configuration
-
Set to 'true' to throw an error when a Writable that the WritableUtils cannot convert is encountered.
- CONFIG_WARPSCRIPT_INTERACTIVE_BOOTSTRAP_PATH - Static variable in class io.warp10.continuum.Configuration
-
Path of the 'bootstrap' WarpScript code for the Read Execute Loop
- CONFIG_WARPSCRIPT_INTERACTIVE_BOOTSTRAP_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often to reload the bootstrap code (in ms) for REL
- CONFIG_WARPSCRIPT_INTERACTIVE_CAPACITY - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of parallel interactive sessions.
- CONFIG_WARPSCRIPT_INTERACTIVE_TCP_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port on which the REL will listen
- CONFIG_WARPSCRIPT_META_ENDPOINT - Static variable in class io.warp10.continuum.Configuration
-
URL for the 'meta' endpoint accessed in META
- CONFIG_WARPSCRIPT_MOBIUS_BOOTSTRAP_PATH - Static variable in class io.warp10.continuum.Configuration
-
Path of the 'bootstrap' WarpScript code for Mobius
- CONFIG_WARPSCRIPT_MOBIUS_BOOTSTRAP_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often to reload the bootstrap code (in ms) for Mobius
- CONFIG_WARPSCRIPT_MOBIUS_POOL - Static variable in class io.warp10.continuum.Configuration
-
Number of threads in the Mobius pool
- CONFIG_WARPSCRIPT_NAMESPACE_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for properties which define WarpScript extension namespaces.
- CONFIG_WARPSCRIPT_REGISTERS - Static variable in class io.warp10.continuum.Configuration
-
Number of registers to allocate in stacks.
- CONFIG_WARPSCRIPT_RUNNER_BOOTSTRAP_PATH - Static variable in class io.warp10.continuum.Configuration
-
Path of the 'bootstrap' WarpScript code for Runner
- CONFIG_WARPSCRIPT_RUNNER_BOOTSTRAP_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often to reload the bootstrap code (in ms) for Mobius
- CONFIG_WARPSCRIPT_TIMEBOX_MAXTIME - Static variable in class io.warp10.continuum.Configuration
-
Maximum time to allocate for timeboxed executions
It can be overridden with timebox.maxtime capability
- CONFIG_WARPSCRIPT_UPDATE_ENDPOINT - Static variable in class io.warp10.continuum.Configuration
-
URL for the 'update' endpoint accessed in UPDATE
- Configuration - Class in io.warp10.continuum
-
- Configuration() - Constructor for class io.warp10.continuum.Configuration
-
- CONNECT_TIMEOUT - Static variable in class io.warp10.script.ext.http.HTTP
-
- Constants - Class in io.warp10.continuum.store
-
- Constants() - Constructor for class io.warp10.continuum.store.Constants
-
- contains(Object) - Method in class io.warp10.continuum.gts.COWList
-
- contains(Object) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- CONTAINS - Class in io.warp10.script.functions
-
Checks if a list contains an element
- CONTAINS(String) - Constructor for class io.warp10.script.functions.CONTAINS
-
- CONTAINS - Static variable in class io.warp10.script.WarpScriptLib
-
- contains(Object) - Method in class io.warp10.WrapperList
-
- containsAll(Collection) - Method in class io.warp10.continuum.gts.COWList
-
- containsAll(Collection) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- CONTAINSKEY - Class in io.warp10.script.functions
-
Checks if a map contains an element as key
- CONTAINSKEY(String) - Constructor for class io.warp10.script.functions.CONTAINSKEY
-
- CONTAINSKEY - Static variable in class io.warp10.script.WarpScriptLib
-
- CONTAINSVALUE - Class in io.warp10.script.functions
-
Checks if a map contains an element as value
- CONTAINSVALUE(String) - Constructor for class io.warp10.script.functions.CONTAINSVALUE
-
- CONTAINSVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- CONTENT - Static variable in class io.warp10.script.ext.http.HTTP
-
- CONTINUE - Class in io.warp10.script.functions
-
- CONTINUE(String) - Constructor for class io.warp10.script.functions.CONTINUE
-
- CONTINUE - Static variable in class io.warp10.script.WarpScriptLib
-
- convert(Object) - Method in class io.warp10.script.functions.GeoGML
-
- convert(Object) - Method in class io.warp10.script.functions.GeoImporter
-
- convert(Object) - Method in class io.warp10.script.functions.GeoJSON
-
- convert(Object) - Method in class io.warp10.script.functions.GeoKML
-
- convert(Object) - Method in class io.warp10.script.functions.GeoWKB
-
- convert(Object) - Method in class io.warp10.script.functions.GeoWKT
-
- copy(GeoTimeSerie, int, GeoTimeSerie, int, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Copy the specified part of a GTS to an other specified part of GTS.
- copyGeo(GeoTimeSerie, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Copy geo infos (location + elevation) from GTS 'from' into GTS 'to'
Only infos for matching ticks with values in 'to' will be copied
- COPYGEO - Class in io.warp10.script.functions
-
Copy location/elevation from one GTS into others
- COPYGEO(String) - Constructor for class io.warp10.script.functions.COPYGEO
-
- COPYGEO - Static variable in class io.warp10.script.WarpScriptLib
-
- COPYSIGN - Static variable in class io.warp10.script.WarpScriptLib
-
- CORRELATE - Class in io.warp10.continuum.gts
-
Computes auto or cross correlation of GTS instances
- CORRELATE(String) - Constructor for class io.warp10.continuum.gts.CORRELATE
-
- correlate(GeoTimeSerie, List<GeoTimeSerie>, List<Long>) - Method in class io.warp10.continuum.gts.CORRELATE
-
- CORRELATE - Static variable in class io.warp10.script.WarpScriptLib
-
- CORRELATE.Builder - Class in io.warp10.continuum.gts
-
- CORS_HEADERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of headers to return in the Access-Allow-Control-Headers response header to preflight requests.
- COS - Static variable in class io.warp10.script.WarpScriptLib
-
- COSH - Static variable in class io.warp10.script.WarpScriptLib
-
- Count - Class in io.warp10.script.aggregator
-
Return the number of measures with elevation and location from
the latest measure.
- Count(String, boolean) - Constructor for class io.warp10.script.aggregator.Count
-
- COUNTER - Class in io.warp10.script.functions
-
Push a counter (AtomicLong) onto the stack.
- COUNTER(String) - Constructor for class io.warp10.script.functions.COUNTER
-
- COUNTER - Static variable in class io.warp10.script.WarpScriptLib
-
- COUNTER_RETURN_DEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
Index of RETURN_DEPTH counter
- COUNTERDELTA - Class in io.warp10.script.functions
-
Increment a counter
- COUNTERDELTA(String) - Constructor for class io.warp10.script.functions.COUNTERDELTA
-
- COUNTERDELTA - Static variable in class io.warp10.script.WarpScriptLib
-
- COUNTERSET - Class in io.warp10.script.functions
-
Set the value of a counter
- COUNTERSET(String) - Constructor for class io.warp10.script.functions.COUNTERSET
-
- COUNTERSET - Static variable in class io.warp10.script.WarpScriptLib
-
- COUNTERVALUE - Class in io.warp10.script.functions
-
Retrieve the value of a counter
- COUNTERVALUE(String) - Constructor for class io.warp10.script.functions.COUNTERVALUE
-
- COUNTERVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- COUNTTOMARK - Class in io.warp10.script.functions
-
Remove elements off the stack up to and including MARK
- COUNTTOMARK(String) - Constructor for class io.warp10.script.functions.COUNTTOMARK
-
- COUNTTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- COWList - Class in io.warp10.continuum.gts
-
Copy On Write List implementation backed by an existing array or bitset.
- COWList(long[], int, int) - Constructor for class io.warp10.continuum.gts.COWList
-
Wrap an array of long (primitive) into a Copy On Write SubList
- COWList(double[], int, int) - Constructor for class io.warp10.continuum.gts.COWList
-
Wrap an array of double (primitive) into a Copy On Write SubList
- COWList(BitSet, int, int) - Constructor for class io.warp10.continuum.gts.COWList
-
Wrap a BitSet into a Copy On Write SubList
- COWList(String[], int, int) - Constructor for class io.warp10.continuum.gts.COWList
-
Wrap an array of String into a Copy On Write SubList
- COWList.TYPE - Enum in io.warp10.continuum.gts
-
- COWListSerializer - Class in io.warp10.json
-
Copy On Write Lists
- COWListSerializer() - Constructor for class io.warp10.json.COWListSerializer
-
- CPOPR - Static variable in class io.warp10.script.WarpScriptLib
-
- cprob(GeoTimeSerie, String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute conditional probabilities given a GTS considering the values as the concatenation
of given events plus the event for which we want to compute the probability, separated by 'separator'.
- CPROB - Class in io.warp10.script.functions
-
Compute the probability of each value or its conditional probability.
- CPROB(String) - Constructor for class io.warp10.script.functions.CPROB
-
- CPROB - Static variable in class io.warp10.script.WarpScriptLib
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class io.warp10.hadoop.Warp10InputFormat
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- crop(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Crops a bucketized GTS so it spans the largest interval with actual values.
- CROP - Class in io.warp10.script.functions
-
Apply crop on GTS instances
- CROP(String) - Constructor for class io.warp10.script.functions.CROP
-
- CROP - Static variable in class io.warp10.script.WarpScriptLib
-
- CryptoUtils - Class in io.warp10.crypto
-
The type Crypto utils.
- CryptoUtils() - Constructor for class io.warp10.crypto.CryptoUtils
-
- CSTORE - Class in io.warp10.script.functions
-
Conditional STORE.
- CSTORE(String) - Constructor for class io.warp10.script.functions.CSTORE
-
- CSTORE - Static variable in class io.warp10.script.WarpScriptLib
-
- currentTimeMillisToNanoTime(long) - Static method in class io.warp10.continuum.TimeSource
-
Return nanoTime from absolute time in millisecond.
- currentWrittenChars - Variable in class io.warp10.json.BoundedWriter
-
- CustomBuffer - Interface in io.warp10.continuum.gts
-
- CustomReader(InputStream) - Constructor for class io.warp10.continuum.TextFileShuffler.CustomReader
-
- CustomSerializer() - Constructor for class io.warp10.json.JsonUtils.CustomSerializer
-
- CustomThreadFactory - Class in io.warp10
-
- CustomThreadFactory(String) - Constructor for class io.warp10.CustomThreadFactory
-
- CustomThreadFactory(String, ThreadGroup, boolean, int) - Constructor for class io.warp10.CustomThreadFactory
-
- D - Static variable in class io.warp10.script.WarpScriptLib
-
- DATALOG_CONSUMER_CLASS_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Class name of consumer.
- DATALOG_CONSUMERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of consumer names
- DATALOG_DELETE - Static variable in class io.warp10.continuum.store.Constants
-
- DATALOG_MANAGER - Static variable in class io.warp10.continuum.Configuration
-
Datalog Manager Fully Qualified Class Name
- DATALOG_META - Static variable in class io.warp10.continuum.store.Constants
-
- DATALOG_REGISTER_ALL - Static variable in class io.warp10.continuum.Configuration
-
Flag indicating whether register events should be transmitted systematically (true)
or simply when the local Directory actually stored the Metadata (false, the default).
- DATALOG_SHARDKEY_SHIFT - Static variable in class io.warp10.continuum.Configuration
-
Number of bits to shift the default shard key
- DATALOG_SHARDS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of shards this Warp 10 instance should store.
- DATALOG_UPDATE - Static variable in class io.warp10.continuum.store.Constants
-
- DatalogMessage - Class in io.warp10.continuum.store.thrift.data
-
- DatalogMessage() - Constructor for class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- DatalogMessage(DatalogMessageType) - Constructor for class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- DatalogMessage(DatalogMessage) - Constructor for class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Performs a deep copy on other.
- DatalogMessage._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- DatalogMessageType - Enum in io.warp10.continuum.store.thrift.data
-
- DatalogRecord - Class in io.warp10.continuum.store.thrift.data
-
- DatalogRecord() - Constructor for class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- DatalogRecord(DatalogRecordType, String, long, long, Metadata) - Constructor for class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- DatalogRecord(DatalogRecord) - Constructor for class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Performs a deep copy on other.
- DatalogRecord._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- DatalogRecordType - Enum in io.warp10.continuum.store.thrift.data
-
- DEBUGOFF - Class in io.warp10.script.functions
-
- DEBUGOFF(String) - Constructor for class io.warp10.script.functions.DEBUGOFF
-
- DEBUGOFF - Static variable in class io.warp10.script.WarpScriptLib
-
- DEBUGON - Class in io.warp10.script.functions
-
- DEBUGON(String) - Constructor for class io.warp10.script.functions.DEBUGON
-
- DEBUGON - Static variable in class io.warp10.script.WarpScriptLib
-
- decode(GeoTimeSerie.TYPE, boolean) - Method in class io.warp10.continuum.gts.GTSDecoder
-
Decode any remaining values into a GTS instance.
- decode(GeoTimeSerie.TYPE) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- decode() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- decode(byte[]) - Static method in class io.warp10.crypto.OrderPreservingBase64
-
Decode byte [ ].
- decode(byte[], int, int) - Static method in class io.warp10.crypto.OrderPreservingBase64
-
Decode byte [ ].
- decode(String) - Static method in class io.warp10.crypto.OrderPreservingBase64
-
- decode(String, int, int) - Static method in class io.warp10.crypto.OrderPreservingBase64
-
Decode byte [ ].
- decode(String) - Static method in class io.warp10.script.functions.B58TO
-
- decode(byte[]) - Static method in class io.warp10.script.functions.RLPTO
-
- decode(byte[], AtomicInteger, int) - Static method in class io.warp10.script.functions.RLPTO
-
- decode(String) - Static method in class io.warp10.WarpHexDecoder
-
- decode(String, Charset) - Static method in class io.warp10.WarpURLDecoder
-
- decodeKey(String) - Method in class io.warp10.crypto.DummyKeyStore
-
- decodeKey(String) - Method in interface io.warp10.crypto.KeyStore
-
Decode key byte [ ].
- decodeKey(String) - Method in class io.warp10.crypto.OSSKeyStore
-
- decodeKey(String) - Method in class io.warp10.crypto.UnsecureKeyStore
-
- decodeSignedLong(byte[]) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded signed long value
- decodeSignedLong(ByteBuffer) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded signed long value
- decodeSignedLong(CustomBuffer) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded signed long value
- decodeUnsignedLong(byte[]) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded unsigned long value.
- decodeUnsignedLong(ByteBuffer) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded unsigned long value stored in a ByteBuffer.
- decodeUnsignedLong(CustomBuffer) - Static method in class io.warp10.continuum.gts.Varint
-
Decode a varint encoded unsigned long value stored in a ByteBuffer.
- DECREMENTEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- dedup(String) - Method in class io.warp10.continuum.gts.Dedupper
-
- dedup() - Method in class io.warp10.continuum.gts.GTSDecoder
-
Returns a new instance of GTSDecoder with duplicates removed
WARNING: the duplicates removal is done in the order in which the values are found in the decoder.
- dedup(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Remove duplicate ticks from the GeoTimeSerie instance.
- DEDUP - Class in io.warp10.script.functions
-
Remove duplicates from GTS instances.
- DEDUP(String) - Constructor for class io.warp10.script.functions.DEDUP
-
- DEDUP - Static variable in class io.warp10.script.WarpScriptLib
-
- Dedupper - Class in io.warp10.continuum.gts
-
Ignores duplicates in a stream of measurements.
- Dedupper(OutputStream, long) - Constructor for class io.warp10.continuum.gts.Dedupper
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- deepCopy() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- deepCopy() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- deepCopy() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- deepCopy() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- deepCopy() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- deepCopy() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- deepCopy() - Method in class io.warp10.script.thrift.data.SecureScript
-
- deepCopy() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- deepCopy() - Method in class io.warp10.script.thrift.data.StackTrace
-
- deepCopy() - Method in class io.warp10.script.thrift.data.Throwable
-
- DEF - Class in io.warp10.script.functions
-
(re)define a statement 'Ã la PostScript'
- DEF(String) - Constructor for class io.warp10.script.functions.DEF
-
- DEF - Static variable in class io.warp10.script.WarpScriptLib
-
- DEFAULT_COMP_RATIO_THRESHOLD - Static variable in class io.warp10.continuum.gts.GTSWrapperHelper
-
Default compression ratio threshold
- DEFAULT_FDB_DATA_PENDINGMUTATIONS_MAXSIZE - Static variable in class io.warp10.continuum.store.Constants
-
Default max pending mutations size for FDB transactions - MUST be less than 10000000 which is the maximum transaction size in FDB
- DEFAULT_FETCH_LIMIT - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_FONT_SIZE - Static variable in class io.warp10.script.processing.typography.PcreateFont
-
- DEFAULT_GTS_LIMIT - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_HTTP_CHUNK_SIZE - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
- DEFAULT_HTTP_MAXSIZE - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
- DEFAULT_HTTP_REQUESTS - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
- DEFAULT_HTTP_TIMEOUT - Static variable in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
- DEFAULT_LABELS_PRIORITY - Static variable in class io.warp10.script.functions.FIND
-
- DEFAULT_MAX_BUCKETS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_DEPTH - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_GEOCELLS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_JSON - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_LOOP_DURATION - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_OPS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_PIXELS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_RECURSION_LEVEL - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MAX_SYMBOLS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_MODULUS - Static variable in class io.warp10.continuum.store.Constants
-
Row key time boundary in time units
- DEFAULT_PACKED_CLASS_SUFFIX - Static variable in class io.warp10.continuum.store.Constants
-
- DEFAULT_PACKED_MAXSIZE - Static variable in class io.warp10.continuum.store.Constants
-
- DEFAULT_REGISTERS - Static variable in interface io.warp10.script.WarpScriptStack
-
- DEFAULT_WARP10_FETCHER_PATH - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- DEFAULT_WARP10_FETCHER_PORT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- DEFAULT_WARP10_FETCHER_PROTOCOL - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- DEFAULT_WARP10_HTTP_CONNECT_TIMEOUT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- DEFAULT_WARP10_HTTP_READ_TIMEOUT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- define(String, WarpScriptStack.Macro) - Method in class io.warp10.script.MemoryWarpScriptStack
-
(re)define a statement
If 'macro' is null, clear the (re)definition of 'stmt'
- define(String, WarpScriptStack.Macro) - Method in interface io.warp10.script.WarpScriptStack
-
(re)define 'stmt' as a valid statement executing 'macro'
This allows for the overriding of built-in statements
- defined(String) - Static method in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- DEFINED - Class in io.warp10.script.functions
-
Checks if a symbol is defined and pushes true or false on the stack accordingly
- DEFINED(String) - Constructor for class io.warp10.script.functions.DEFINED
-
- defined - Variable in class io.warp10.script.MemoryWarpScriptStack.StackContext
-
- DEFINED - Static variable in class io.warp10.script.WarpScriptLib
-
- DEFINEDMACRO - Class in io.warp10.script.functions
-
Checks if a macro is defined and pushes true or false on the stack accordingly
- DEFINEDMACRO(String) - Constructor for class io.warp10.script.functions.DEFINEDMACRO
-
- DEFINEDMACRO(String, boolean) - Constructor for class io.warp10.script.functions.DEFINEDMACRO
-
- DEFINEDMACRO - Static variable in class io.warp10.script.WarpScriptLib
-
- DEFLATE - Class in io.warp10.script.functions
-
Compresses a byte array or String using ZLIB
- DEFLATE(String) - Constructor for class io.warp10.script.functions.DEFLATE
-
- DEFLATE - Static variable in class io.warp10.script.WarpScriptLib
-
- DEGREE_L_PARAM - Static variable in class io.warp10.script.functions.STL
-
- DEGREE_P_PARAM - Static variable in class io.warp10.script.functions.STL
-
- DEGREE_S_PARAM - Static variable in class io.warp10.script.functions.STL
-
- DEGREE_T_PARAM - Static variable in class io.warp10.script.functions.STL
-
- delete(WriteToken, Metadata, long, long) - Method in interface io.warp10.continuum.store.StoreClient
-
- DELETE - Class in io.warp10.script.functions
-
Delete a set of GTS.
- DELETE(String) - Constructor for class io.warp10.script.functions.DELETE
-
- DELETE - Static variable in class io.warp10.script.WarpScriptLib
-
- delete(DirectoryPlugin.GTS) - Method in class io.warp10.warp.sdk.DirectoryPlugin
-
Deletes a GTS from storage.
- delete(Object, WriteToken, Metadata) - Method in class io.warp10.warp.sdk.IngressPlugin
-
Called for each GTS identified as a deletion candidate
- delete(DirectoryPlugin.GTS) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- delete(Metadata) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- DELETE_ACTIVITY_SUPPORT - Static variable in class io.warp10.continuum.store.Constants
-
- DELETE_DISABLED - Static variable in class io.warp10.WarpManager
-
- DELETE_METAONLY_SUPPORT - Static variable in class io.warp10.continuum.store.Constants
-
Does the /delete endpoint allow the use of the 'nodata' parameter to only remove metadata
- DELETEOFF - Static variable in class io.warp10.script.WarpScriptLib
-
- DELETEON - Static variable in class io.warp10.script.WarpScriptLib
-
- Delta - Class in io.warp10.script.aggregator
-
Returns the delta between the first and last measures of the
interval.
- Delta(String) - Constructor for class io.warp10.script.aggregator.Delta
-
- DEPTH - Class in io.warp10.script.functions
-
- DEPTH(String) - Constructor for class io.warp10.script.functions.DEPTH
-
- depth() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DEPTH - Static variable in class io.warp10.script.WarpScriptLib
-
- depth() - Method in interface io.warp10.script.WarpScriptStack
-
Return the depth (i.e.
- DEREF - Class in io.warp10.script.functions
-
Modifies a Macro so LOAD/PUSHRx operations for the given symbols or registers
are replaced by a specific value
- DEREF(String) - Constructor for class io.warp10.script.functions.DEREF
-
- DEREF - Static variable in class io.warp10.script.WarpScriptLib
-
- DET - Class in io.warp10.script.functions
-
Computes the determinant of a matrix
- DET(String) - Constructor for class io.warp10.script.functions.DET
-
- DET - Static variable in class io.warp10.script.WarpScriptLib
-
- detect(GeoTimeSerie, int, int, int, Collection<String>, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Detect patterns in a Geo Time Serie instance.
- DEVAL - Class in io.warp10.script.ext.sharding
-
Distributed EVAL
- DEVAL(String) - Constructor for class io.warp10.script.ext.sharding.DEVAL
-
- DIFFERENCE - Class in io.warp10.script.functions
-
Computes the difference of two sets
- DIFFERENCE(String) - Constructor for class io.warp10.script.functions.DIFFERENCE
-
- DIFFERENCE - Static variable in class io.warp10.script.WarpScriptLib
-
- DIGEST - Class in io.warp10.script.functions
-
- DIGEST(String, Class<? extends Digest>) - Constructor for class io.warp10.script.functions.DIGEST
-
- DIGEST(String, Class<? extends Digest>, int) - Constructor for class io.warp10.script.functions.DIGEST
-
- DIRECTORY_ACTIVITY_WINDOW - Static variable in class io.warp10.continuum.Configuration
-
Activity window (in ms) to consider when deciding to store a Metadata we already know
- DIRECTORY_DELETE - Static variable in class io.warp10.continuum.Configuration
-
Boolean indicating whether or not we should do deletions in FoundationDB
- DIRECTORY_FDB_CLUSTERFILE - Static variable in class io.warp10.continuum.Configuration
-
Path to the FoundationDB cluster file to use for Directory data
- DIRECTORY_FDB_METADATA_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting metadata in FoundationDB (128/192/256 bits in hex or OSS reference)
- DIRECTORY_FDB_METADATA_PENDINGMUTATIONS_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of pending mutations, going above will trigger a FoundationDB transaction commit.
- DIRECTORY_FDB_RETRYLIMIT - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of retries for FoundationDB transactions
- DIRECTORY_FDB_TENANT - Static variable in class io.warp10.continuum.Configuration
-
FoundationDB tenant to use for Directory data
- DIRECTORY_HOST - Static variable in class io.warp10.continuum.Configuration
-
Address on which the DirectoryService will listen
- DIRECTORY_INIT - Static variable in class io.warp10.continuum.Configuration
-
Boolean indicating whether or not we should initialized Directory by reading FoundationDB
- DIRECTORY_INIT_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to use for the initial loading of Metadata
- DIRECTORY_KAFKA_METADATA_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- DIRECTORY_KAFKA_METADATA_COMMITPERIOD - Static variable in class io.warp10.continuum.Configuration
-
Delay between synchronization for offset commit
- DIRECTORY_KAFKA_METADATA_CONSUMER_AUTO_OFFSET_RESET - Static variable in class io.warp10.continuum.Configuration
-
Strategy to adopt if consuming for the first time or if the last committed offset is past Kafka history
- DIRECTORY_KAFKA_METADATA_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for Kafka ('metadata' topic)
- DIRECTORY_KAFKA_METADATA_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client.id to use for the metadata topic consumer
- DIRECTORY_KAFKA_METADATA_CONSUMER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Directory Kafka Metadata Consumer configuration keys
- DIRECTORY_KAFKA_METADATA_CONSUMER_PARTITION_ASSIGNMENT_STRATEGY - Static variable in class io.warp10.continuum.Configuration
-
Name of partition assignment strategy to use
- DIRECTORY_KAFKA_METADATA_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Kafka group id with which to consume the metadata topic
- DIRECTORY_KAFKA_METADATA_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- DIRECTORY_KAFKA_METADATA_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Actual 'metadata' topic
- DIRECTORY_KAFKA_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to run for ingesting metadata from Kafka
- DIRECTORY_MAXAGE - Static variable in class io.warp10.continuum.Configuration
-
Max age of Find requests
- DIRECTORY_METADATA_CACHE_SIZE - Static variable in class io.warp10.continuum.Configuration
-
Size of metadata cache in number of entries
- DIRECTORY_PARTITION - Static variable in class io.warp10.continuum.Configuration
-
Partition of metadatas we focus on, format is MODULUS:REMAINDER
- DIRECTORY_PLUGIN_CLASS - Static variable in class io.warp10.continuum.Configuration
-
Class name of directory plugin to use
- DIRECTORY_PLUGIN_SOURCEATTR - Static variable in class io.warp10.continuum.Configuration
-
Attribute which will contain the source of the Metadata processed by the plugin
- DIRECTORY_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port on which the DirectoryService will listen
- DIRECTORY_PSK - Static variable in class io.warp10.continuum.Configuration
-
Pre-Shared Key for request fingerprinting
- DIRECTORY_REGISTER - Static variable in class io.warp10.continuum.Configuration
-
Boolean indicting whether or not we should register in ZK
- DIRECTORY_SERVICE_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to run for serving directory requests
- DIRECTORY_STATS_CLASS_MAXCARDINALITY - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of classes for which to report detailed stats in 'stats'
- DIRECTORY_STATS_LABELS_MAXCARDINALITY - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of labels for which to report detailed stats in 'stats'
- DIRECTORY_STORE - Static variable in class io.warp10.continuum.Configuration
-
Boolean indicating whether or not we should store in FoundationDB metadata we get from Kafka
- DIRECTORY_STREAMING_ACCEPTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of Jetty acceptors for the streaming server
- DIRECTORY_STREAMING_IDLE_TIMEOUT - Static variable in class io.warp10.continuum.Configuration
-
Idle timeout for the streaming directory endpoint
- DIRECTORY_STREAMING_JETTY_ATTRIBUTE_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix used for setting Jetty attributes
- DIRECTORY_STREAMING_MAXQUEUESIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of Jetty ThreadPool queue size (unbounded by default)
- DIRECTORY_STREAMING_NOPROXY - Static variable in class io.warp10.continuum.Configuration
-
Should we ignore the proxy settings when doing a streaming request?
- DIRECTORY_STREAMING_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port the streaming directory service listens to
- DIRECTORY_STREAMING_SELECTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of Jetty selectors for the streaming server
- DIRECTORY_STREAMING_TCP_BACKLOG - Static variable in class io.warp10.continuum.Configuration
-
TCP Backlog applied to the streaming directory service listener
- DIRECTORY_STREAMING_THREADPOOL - Static variable in class io.warp10.continuum.Configuration
-
Number of threads in Jetty's Thread Pool
- DIRECTORY_TCP_BACKLOG - Static variable in class io.warp10.continuum.Configuration
-
TCP Backlog applied to the DirectoryService listener
- DIRECTORY_ZK_QUORUM - Static variable in class io.warp10.continuum.Configuration
-
ZooKeeper server list for registering
- DIRECTORY_ZK_ZNODE - Static variable in class io.warp10.continuum.Configuration
-
ZooKeeper znode under which to register
- DirectoryClient - Interface in io.warp10.continuum.store
-
- DirectoryPlugin - Class in io.warp10.warp.sdk
-
- DirectoryPlugin() - Constructor for class io.warp10.warp.sdk.DirectoryPlugin
-
- DirectoryPlugin.GTS - Class in io.warp10.warp.sdk
-
- DirectoryPlugin.GTSIterator - Class in io.warp10.warp.sdk
-
- DirectoryRequest - Class in io.warp10.continuum.store.thrift.data
-
Generic DirectoryRequest, container for all selection criteria.
- DirectoryRequest() - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- DirectoryRequest(DirectoryRequest) - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Performs a deep copy on other.
- DirectoryRequest._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- DirectoryStatsRequest - Class in io.warp10.continuum.store.thrift.data
-
StatsRequest
- DirectoryStatsRequest() - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- DirectoryStatsRequest(List<String>, List<Map<String, String>>, long, long) - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- DirectoryStatsRequest(DirectoryStatsRequest) - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Performs a deep copy on other.
- DirectoryStatsRequest._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- DirectoryStatsResponse - Class in io.warp10.continuum.store.thrift.data
-
- DirectoryStatsResponse() - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- DirectoryStatsResponse(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- DirectoryStatsResponse(DirectoryStatsResponse) - Constructor for class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Performs a deep copy on other.
- DirectoryStatsResponse._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- disable() - Static method in class io.warp10.script.WarpScriptStackRegistry
-
- disableCheckAttributes() - Static method in class io.warp10.continuum.Tokens
-
- DISCORDS - Class in io.warp10.continuum.gts
-
Detects discords in a GTS instance.
- DISCORDS(String, boolean) - Constructor for class io.warp10.continuum.gts.DISCORDS
-
- discords(GeoTimeSerie, int, int, int, int, boolean, double, boolean) - Static method in class io.warp10.continuum.gts.DISCORDS
-
- DISCORDS - Static variable in class io.warp10.script.WarpScriptLib
-
- DistanceFunction - Interface in io.warp10.script.fastdtw
-
- DIV - Class in io.warp10.script.binary
-
Divide the two operands on top of the stack
- DIV(String) - Constructor for class io.warp10.script.binary.DIV
-
- DNAUtils - Class in io.warp10.continuum.gts
-
Utility class to convert back and forth between DNA sequences
and Time Series.
- DNAUtils() - Constructor for class io.warp10.continuum.gts.DNAUtils
-
- doGtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.STL
-
- doubleArrayToByteArray(double[]) - Static method in class io.warp10.script.fastdtw.TypeConversions
-
- DOUBLEBITSTO - Static variable in class io.warp10.script.WarpScriptLib
-
- doubleCheck(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- doubleExponentialSmoothing(GeoTimeSerie, double, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Perform a double exponential smoothing on the input GTS.
- DOUBLEEXPONENTIALSMOOTHING - Class in io.warp10.script.functions
-
- DOUBLEEXPONENTIALSMOOTHING(String) - Constructor for class io.warp10.script.functions.DOUBLEEXPONENTIALSMOOTHING
-
- DOUBLEEXPONENTIALSMOOTHING - Static variable in class io.warp10.script.WarpScriptLib
-
- doubleToByteArray(double) - Static method in class io.warp10.script.fastdtw.TypeConversions
-
- DoubleUtils - Class in io.warp10
-
- DoubleUtils() - Constructor for class io.warp10.DoubleUtils
-
- doubleValues(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- DROP - Class in io.warp10.script.functions
-
- DROP(String) - Constructor for class io.warp10.script.functions.DROP
-
- drop() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DROP - Static variable in class io.warp10.script.WarpScriptLib
-
- drop() - Method in interface io.warp10.script.WarpScriptStack
-
Remove the top of the stack.
- DROPN - Class in io.warp10.script.functions
-
- DROPN(String) - Constructor for class io.warp10.script.functions.DROPN
-
- dropn() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DROPN - Static variable in class io.warp10.script.WarpScriptLib
-
- dropn() - Method in interface io.warp10.script.WarpScriptStack
-
Remove the top 'N' objects of the stack.
- DTW - Class in io.warp10.script.fastdtw
-
- DTW() - Constructor for class io.warp10.script.fastdtw.DTW
-
- DTW - Class in io.warp10.script.functions
-
Perform Dynamic Time Warping pseudo-distance computation between two GTSs.
- DTW(String, boolean, boolean) - Constructor for class io.warp10.script.functions.DTW
-
- DTW - Static variable in class io.warp10.script.WarpScriptLib
-
- DTW.DTWDistance - Interface in io.warp10.script.functions
-
- DummyKeyStore - Class in io.warp10.crypto
-
Class used as a repository of keys in memory.
- DummyKeyStore() - Constructor for class io.warp10.crypto.DummyKeyStore
-
Instantiates a new Dummy key store.
- DummyMapper - Class in io.warp10.script.functions
-
- DummyMapper(String) - Constructor for class io.warp10.script.functions.DummyMapper
-
- dump(PrintWriter) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- dump(PrintWriter) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- dump(GTSEncoder, PrintWriter) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- DUMP - Class in io.warp10.script.functions
-
Dump a GTS as a string
- DUMP(String) - Constructor for class io.warp10.script.functions.DUMP
-
- dump(int) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DUMP - Static variable in class io.warp10.script.WarpScriptLib
-
- dump(int) - Method in interface io.warp10.script.WarpScriptStack
-
Produces a String representation of the top 'n' levels of the stack
- DUP - Class in io.warp10.script.functions
-
- DUP(String) - Constructor for class io.warp10.script.functions.DUP
-
- dup() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DUP - Static variable in class io.warp10.script.WarpScriptLib
-
- dup() - Method in interface io.warp10.script.WarpScriptStack
-
Duplicate the object on top of the stack.
- duplicate() - Method in class io.warp10.continuum.gts.GTSDecoder
-
Duplicate the current GTSDecoder.
- DUPN - Class in io.warp10.script.functions
-
- DUPN(String) - Constructor for class io.warp10.script.functions.DUPN
-
- dupn() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- DUPN - Static variable in class io.warp10.script.WarpScriptLib
-
- dupn() - Method in interface io.warp10.script.WarpScriptStack
-
Duplicate the top 'N' objects of the stack.
- DURATION - Class in io.warp10.script.functions
-
Pushes onto the stack the number of time units described by the ISO8601 duration
on top of the stack (String).
- DURATION(String) - Constructor for class io.warp10.script.functions.DURATION
-
- DURATION - Static variable in class io.warp10.script.WarpScriptLib
-
- DURATION_ATTRIBUTE_KEY - Static variable in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- durationBucketize(GeoTimeSerie, ADDDURATION.ReadWritablePeriodWithSubSecondOffset, DateTimeZone, long, long, long, Object, long, WarpScriptStack) - Static method in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- durationToPeriod(String) - Static method in class io.warp10.script.functions.ADDDURATION
-
Convert an ISO8601 duration to a Period.
- DWTSPLIT - Class in io.warp10.script.functions
-
Split a GTS representing a wavelet transform into separate wavelets per level
- DWTSPLIT(String) - Constructor for class io.warp10.script.functions.DWTSPLIT
-
- DWTSPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- FAIL - Class in io.warp10.script.functions
-
Forces a failure
- FAIL(String) - Constructor for class io.warp10.script.functions.FAIL
-
- FAIL(String, String) - Constructor for class io.warp10.script.functions.FAIL
-
- FAIL - Static variable in class io.warp10.script.WarpScriptLib
-
- FastDTW - Class in io.warp10.script.fastdtw
-
This class implements the FastDTW algorithm.
- FastDTW() - Constructor for class io.warp10.script.fastdtw.FastDTW
-
- FDB_API_VERSION - Static variable in class io.warp10.continuum.Configuration
-
API Version to use, defaults to 710
- FDB_METADATA_KEY_PREFIX - Static variable in class io.warp10.continuum.store.Constants
-
row key prefix for metadata
- FDB_RAW_DATA_KEY_PREFIX - Static variable in class io.warp10.continuum.store.Constants
-
Prefix for 'raw' (individual datapoints) data
- FDB_USE_TENANT_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
If set to true then tokens MUST contain a tenant prefix and Store and Egress CANNOT specify their own tenant.
- FDBGET - Static variable in class io.warp10.script.WarpScriptLib
-
- FDBSIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- FDBSTATUS - Static variable in class io.warp10.script.WarpScriptLib
-
- FDBTENANT - Static variable in class io.warp10.script.WarpScriptLib
-
- FDWT - Class in io.warp10.script.functions
-
Apply Forward Discrete Wavelet Transform
- FDWT(String) - Constructor for class io.warp10.script.functions.FDWT
-
- FDWT - Static variable in class io.warp10.script.WarpScriptLib
-
- fetch(FetchRequest) - Method in interface io.warp10.continuum.store.StoreClient
-
- FETCH - Class in io.warp10.script.functions
-
Fetch GeoTimeSeries from the Warp 10 Storage Engine
The top of the stack must contain a list of the following parameters
- FETCH(String, GeoTimeSerie.TYPE) - Constructor for class io.warp10.script.functions.FETCH
-
- FETCH - Static variable in class io.warp10.script.WarpScriptLib
-
- FETCHBOOLEAN - Static variable in class io.warp10.script.WarpScriptLib
-
- FETCHDOUBLE - Static variable in class io.warp10.script.WarpScriptLib
-
- FETCHLONG - Static variable in class io.warp10.script.WarpScriptLib
-
- FetchRequest - Class in io.warp10.continuum.store.thrift.data
-
- FetchRequest() - Constructor for class io.warp10.continuum.store.thrift.data.FetchRequest
-
- FetchRequest(FetchRequest) - Constructor for class io.warp10.continuum.store.thrift.data.FetchRequest
-
Performs a deep copy on other.
- FetchRequest._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FETCHSTRING - Static variable in class io.warp10.script.WarpScriptLib
-
- FFT - Class in io.warp10.continuum.gts
-
Computes a FFT of a numeric GTS
Code implements Cooley-Tuckey radix-2, inspired by the following:
- FFT() - Constructor for class io.warp10.continuum.gts.FFT
-
- fft(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.FFT
-
- FFT - Static variable in class io.warp10.script.WarpScriptLib
-
- FFT.Builder - Class in io.warp10.continuum.gts
-
- FFTAP - Static variable in class io.warp10.script.WarpScriptLib
-
- FFTWINDOW - Class in io.warp10.script.functions
-
Apply a windowing function to a GTS or list of GTS, typically prior to applying an FFT
- FFTWINDOW(String) - Constructor for class io.warp10.script.functions.FFTWINDOW
-
- FFTWINDOW - Static variable in class io.warp10.script.WarpScriptLib
-
- FIELD_ATTRIBUTES - Static variable in class io.warp10.json.MetadataSerializer
-
- FIELD_LABELS - Static variable in class io.warp10.json.MetadataSerializer
-
- FIELD_LASTACTIVITY - Static variable in class io.warp10.json.MetadataSerializer
-
- FIELD_NAME - Static variable in class io.warp10.json.MetadataSerializer
-
- FIELD_VALUES - Static variable in class io.warp10.json.GeoTimeSerieSerializer
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- fieldForId(int) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- fieldForId(int) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- fieldForId(int) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- fieldForId(int) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- fieldForId(int) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- fieldForId(int) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- fieldForId(int) - Method in class io.warp10.script.thrift.data.SecureScript
-
- fieldForId(int) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- fieldForId(int) - Method in class io.warp10.script.thrift.data.StackTrace
-
- fieldForId(int) - Method in class io.warp10.script.thrift.data.Throwable
-
- FIFTY_EIGHT - Static variable in class io.warp10.script.functions.TOB58
-
- FileBasedCustomBuffer - Class in io.warp10.continuum.gts
-
ByteBuffer implementation with data backed by a file
- FileBasedCustomBuffer(String, int) - Constructor for class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- fill(GeoTimeSerie, GeoTimeSerie, WarpScriptFillerFunction) - Static method in class io.warp10.continuum.gts.GTSHelper
-
This function fills the gaps in two GTS so they end up with identical ticks
- FILL - Class in io.warp10.script.functions
-
- FILL(String) - Constructor for class io.warp10.script.functions.FILL
-
- FILL - Static variable in class io.warp10.script.WarpScriptLib
-
- FillerInterpolate - Class in io.warp10.script.filler
-
- FillerInterpolate(String) - Constructor for class io.warp10.script.filler.FillerInterpolate
-
- FillerNext - Class in io.warp10.script.filler
-
- FillerNext(String) - Constructor for class io.warp10.script.filler.FillerNext
-
- FillerPrevious - Class in io.warp10.script.filler
-
- FillerPrevious(String) - Constructor for class io.warp10.script.filler.FillerPrevious
-
- FillerTrend - Class in io.warp10.script.filler
-
Fills the gaps by interpolating using both pre and post trends
- FillerTrend(String) - Constructor for class io.warp10.script.filler.FillerTrend
-
- fillGTSIds(byte[], int, long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- fillInStackTrace() - Method in exception io.warp10.script.WarpScriptLoopBreakException
-
- fillInStackTrace() - Method in exception io.warp10.script.WarpScriptLoopContinueException
-
- fillnext(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Fill missing values/locations/elevations in a bucketized GTS with the next
encountered one.
- FILLNEXT - Class in io.warp10.script.functions
-
Apply fillnext on GTS instances
- FILLNEXT(String) - Constructor for class io.warp10.script.functions.FILLNEXT
-
- FILLNEXT - Static variable in class io.warp10.script.WarpScriptLib
-
- fillprevious(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Fill missing values/locations/elevations in a bucketized GTS with the previously
encountered one.
- FILLPREVIOUS - Class in io.warp10.script.functions
-
Apply fillprevious on GTS instances
- FILLPREVIOUS(String) - Constructor for class io.warp10.script.functions.FILLPREVIOUS
-
- FILLPREVIOUS - Static variable in class io.warp10.script.WarpScriptLib
-
- fillticks(GeoTimeSerie, long, long, Object, long[]) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Fill the given ticks in a GTS with the elements provided.
- FILLTICKS - Class in io.warp10.script.functions
-
Add values to the GTS for ticks in the given list for which it does not yet have values
FILLTICKS expects the following parameters on the stack:
1: a list of five parameters: lat, lon, elevation, value, ticks
where ticks is a list of ticks for which to add the data point (tick, lat, lon, elevation and value) *
- FILLTICKS(String) - Constructor for class io.warp10.script.functions.FILLTICKS
-
- FILLTICKS - Static variable in class io.warp10.script.WarpScriptLib
-
- fillvalue(GeoTimeSerie, long, long, Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Fill missing values/locations/elevations in a bucketized GTS with the
given location/elevation/value.
- FILLVALUE - Class in io.warp10.script.functions
-
Fill ticks with no values
- FILLVALUE(String) - Constructor for class io.warp10.script.functions.FILLVALUE
-
- FILLVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterAny
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterByClass
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterByLabels
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterByMetadata
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterBySelector
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterBySize
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastEQ
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastGE
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastGT
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastLE
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastLT
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.FilterLastNE
-
- filter(Map<String, String>, List<GeoTimeSerie>[]) - Method in class io.warp10.script.filter.LatencyFilter
-
- FILTER - Class in io.warp10.script.functions
-
Filter some GTS instances.
- FILTER(String, boolean) - Constructor for class io.warp10.script.functions.FILTER
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.functions.MACROFILTER.MacroFilterWrapper
-
- filter(Map<String, String>, List<GeoTimeSerie>...) - Method in interface io.warp10.script.WarpScriptFilterFunction
-
Return the subset of 'series' which satisfies the filter.
- FILTER - Static variable in class io.warp10.script.WarpScriptLib
-
- FilterAny - Class in io.warp10.script.filter
-
- FilterAny(String, Object, FilterAny.Comparator, boolean) - Constructor for class io.warp10.script.filter.FilterAny
-
- FilterAny.Builder - Class in io.warp10.script.filter
-
- FilterAny.Comparator - Enum in io.warp10.script.filter
-
- FILTERBY - Class in io.warp10.script.functions
-
Filters a list according to a macro
- FILTERBY(String) - Constructor for class io.warp10.script.functions.FILTERBY
-
- FILTERBY - Static variable in class io.warp10.script.WarpScriptLib
-
- FilterByClass - Class in io.warp10.script.filter
-
- FilterByClass(String, String) - Constructor for class io.warp10.script.filter.FilterByClass
-
- FilterByClass.Builder - Class in io.warp10.script.filter
-
- FilterByLabels - Class in io.warp10.script.filter
-
- FilterByLabels(String, Map<String, String>, boolean, boolean) - Constructor for class io.warp10.script.filter.FilterByLabels
-
- FilterByLabels.Builder - Class in io.warp10.script.filter
-
- FilterByMetadata - Class in io.warp10.script.filter
-
Filter GTS by retaining those whose metadata is included in a set
- FilterByMetadata(String, List<GeoTimeSerie>) - Constructor for class io.warp10.script.filter.FilterByMetadata
-
- FilterByMetadata.Builder - Class in io.warp10.script.filter
-
- FilterBySelector - Class in io.warp10.script.filter
-
- FilterBySelector(String, String) - Constructor for class io.warp10.script.filter.FilterBySelector
-
- FilterBySelector.Builder - Class in io.warp10.script.filter
-
- FilterBySize - Class in io.warp10.script.filter
-
- FilterBySize(String, int, int) - Constructor for class io.warp10.script.filter.FilterBySize
-
- FilterBySize.Builder - Class in io.warp10.script.filter
-
- FilterLastEQ - Class in io.warp10.script.filter
-
- FilterLastEQ(String, Object) - Constructor for class io.warp10.script.filter.FilterLastEQ
-
- FilterLastEQ.Builder - Class in io.warp10.script.filter
-
- FilterLastGE - Class in io.warp10.script.filter
-
- FilterLastGE(String, Object) - Constructor for class io.warp10.script.filter.FilterLastGE
-
- FilterLastGE.Builder - Class in io.warp10.script.filter
-
- FilterLastGT - Class in io.warp10.script.filter
-
- FilterLastGT(String, Object) - Constructor for class io.warp10.script.filter.FilterLastGT
-
- FilterLastGT.Builder - Class in io.warp10.script.filter
-
- FilterLastLE - Class in io.warp10.script.filter
-
- FilterLastLE(String, Object) - Constructor for class io.warp10.script.filter.FilterLastLE
-
- FilterLastLE.Builder - Class in io.warp10.script.filter
-
- FilterLastLT - Class in io.warp10.script.filter
-
- FilterLastLT(String, Object) - Constructor for class io.warp10.script.filter.FilterLastLT
-
- FilterLastLT.Builder - Class in io.warp10.script.filter
-
- FilterLastNE - Class in io.warp10.script.filter
-
- FilterLastNE(String, Object) - Constructor for class io.warp10.script.filter.FilterLastNE
-
- FilterLastNE.Builder - Class in io.warp10.script.filter
-
- filterOLD(Map<String, String>, List<GeoTimeSerie>...) - Method in class io.warp10.script.filter.LatencyFilter
-
- find(DirectoryRequest) - Method in interface io.warp10.continuum.store.DirectoryClient
-
- FIND - Class in io.warp10.script.functions
-
Find Geo Time Series matching some criteria
The top of the stack must contain a list of the following parameters
- FIND(String, boolean) - Constructor for class io.warp10.script.functions.FIND
-
- FIND(String, boolean, boolean) - Constructor for class io.warp10.script.functions.FIND
-
- find(String) - Static method in class io.warp10.script.fwt.wavelets.WaveletRegistry
-
- find(String) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- find(WarpScriptStack, String) - Static method in class io.warp10.script.WarpFleetMacroRepository
-
- FIND - Static variable in class io.warp10.script.WarpScriptLib
-
- find(String) - Static method in class io.warp10.script.WarpScriptMacroLibrary
-
- find(String) - Static method in class io.warp10.script.WarpScriptMacroRepository
-
- find(String) - Method in interface io.warp10.script.WarpScriptStack
-
Find a macro by name
- find(int, String, Map<String, String>) - Method in class io.warp10.warp.sdk.DirectoryPlugin
-
Identify matching GTS.
- find(WarpScriptStack, String) - Static method in class io.warp10.warp.sdk.MacroResolver
-
Attempt to find the named macro by invoking resolvers in the order in which they appear.
- find(int, String, Map<String, String>) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- find(int, DirectoryRequest) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum io.warp10.script.thrift.data.Throwable._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum io.warp10.script.thrift.data.Throwable._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum io.warp10.script.thrift.data.Throwable._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByValue(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessageType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecordType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessageType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum io.warp10.quasar.token.thrift.data.TokenType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findClass(String) - Method in class io.warp10.WarpClassLoader
-
- findFunction(String) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- findFunction(String) - Method in interface io.warp10.script.WarpScriptStack
-
Find a function by name
- findMacro(WarpScriptStack, String) - Method in class io.warp10.warp.sdk.MacroResolver
-
Implementation of the actual macro finding method
- FINDSETS - Static variable in class io.warp10.script.WarpScriptLib
-
- FINDSTATS - Class in io.warp10.script.functions
-
Estimate cardinalities of Geo Time Series matching some criteria
The top of the stack must contain a list of the following parameters
- FINDSTATS(String) - Constructor for class io.warp10.script.functions.FINDSTATS
-
- FINDSTATS - Static variable in class io.warp10.script.WarpScriptLib
-
- First - Class in io.warp10.script.aggregator
-
Retain the first measurement of the interval
- First(String) - Constructor for class io.warp10.script.aggregator.First
-
- firsttick(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return the first tick in the GTS instance.
- FIRSTTICK - Class in io.warp10.script.functions
-
Push on the stack the first tick of the GTS on top of the stack.
- FIRSTTICK(String) - Constructor for class io.warp10.script.functions.FIRSTTICK
-
- FIRSTTICK - Static variable in class io.warp10.script.WarpScriptLib
-
- FLAGS_ENCRYPTED - Static variable in class io.warp10.continuum.gts.GTSEncoder
-
Flag indicating encrypted data
- FLATTEN - Class in io.warp10.script.functions
-
Inspects the top of the stack.
- FLATTEN(String) - Constructor for class io.warp10.script.functions.FLATTEN
-
- flatten(Object, AtomicInteger) - Method in class io.warp10.script.functions.FLATTEN
-
- FLATTEN - Static variable in class io.warp10.script.WarpScriptLib
-
- FLOAD - Class in io.warp10.script.ext.warprun
-
- FLOAD(String) - Constructor for class io.warp10.script.ext.warprun.FLOAD
-
- FLOATBITSTO - Static variable in class io.warp10.script.WarpScriptLib
-
- FLOOR - Static variable in class io.warp10.script.WarpScriptLib
-
- FLOORDIV - Static variable in class io.warp10.script.WarpScriptLib
-
- FLOORMOD - Static variable in class io.warp10.script.WarpScriptLib
-
- flush() - Method in class io.warp10.continuum.gts.Dedupper
-
- flush() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Empty the output stream and disable delta encoding
- flush() - Method in class io.warp10.json.BoundedWriter
-
- flush(Object) - Method in class io.warp10.warp.sdk.IngressPlugin
-
Called when the processing of an update, meta or delete operation ends
- FOR - Class in io.warp10.script.functions
-
Implements a 'for' loop
3: FROM
2: TO
1: RUN-macro
FOR
Arguments are popped out of the stack.
- FOR(String) - Constructor for class io.warp10.script.functions.FOR
-
- FOR(String, long) - Constructor for class io.warp10.script.functions.FOR
-
- FOR - Static variable in class io.warp10.script.WarpScriptLib
-
- FOREACH - Class in io.warp10.script.functions
-
Implements a 'foreach' loop on a list or map
2: LIST or MAP
1: RUN-macro
FOREACH
- FOREACH(String) - Constructor for class io.warp10.script.functions.FOREACH
-
- FOREACH - Static variable in class io.warp10.script.WarpScriptLib
-
- forget() - Method in class io.warp10.crypto.DummyKeyStore
-
- forget() - Method in interface io.warp10.crypto.KeyStore
-
Forget.
- forget() - Method in class io.warp10.crypto.OSSKeyStore
-
Forget the master key
- forget() - Method in class io.warp10.crypto.UnsecureKeyStore
-
- FORGET - Class in io.warp10.script.functions
-
- FORGET(String) - Constructor for class io.warp10.script.functions.FORGET
-
- forget(String) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- FORGET - Static variable in class io.warp10.script.WarpScriptLib
-
- forget(String) - Method in interface io.warp10.script.WarpScriptStack
-
Forget the given symbol
- formatPosition() - Method in class io.warp10.script.WarpScriptAuditStatement
-
fix the format of position, in order to parse the exception message easily in other tools.
- FORSTEP - Class in io.warp10.script.functions
-
Implements a 'for' loop
4: FROM
3: TO
2: STEP-macro
1: RUN-macro
FOR
Arguments are popped out of the stack.
- FORSTEP(String) - Constructor for class io.warp10.script.functions.FORSTEP
-
- FORSTEP(String, long) - Constructor for class io.warp10.script.functions.FORSTEP
-
- FORSTEP - Static variable in class io.warp10.script.WarpScriptLib
-
- forward(Wavelet, double[]) - Static method in class io.warp10.script.fwt.FWT
-
- forward(double[], int) - Method in class io.warp10.script.fwt.Wavelet
-
- FREAD - Class in io.warp10.script.ext.warprun
-
- FREAD(String) - Constructor for class io.warp10.script.ext.warprun.FREAD
-
- FROMBIN - Class in io.warp10.script.unary
-
Converts the binary representation in the string operand to a LONG
- FROMBIN(String) - Constructor for class io.warp10.script.unary.FROMBIN
-
- FROMBIN - Static variable in class io.warp10.script.WarpScriptLib
-
- FROMBITS - Class in io.warp10.script.unary
-
Converts the long on top of the stack into a double by considering it a raw bit representation
- FROMBITS(String, boolean) - Constructor for class io.warp10.script.unary.FROMBITS
-
- fromBlock(byte[], byte[]) - Static method in class io.warp10.continuum.gts.GTSDecoder
-
- fromBSAX(int, int, byte[]) - Static method in class io.warp10.script.SAXUtils
-
- fromBytes(byte[]) - Static method in class io.warp10.script.HyperLogLogPlus
-
- fromDNA(String) - Static method in class io.warp10.continuum.gts.DNAUtils
-
Converts a DNA sequence into a GTS instance.
- fromGTSEncoderToGTSWrapper(GTSEncoder, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSEncoderToGTSWrapper(GTSEncoder, boolean, double) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSEncoderToGTSWrapper(GTSEncoder, boolean, double, int) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSEncoderToGTSWrapper(GTSEncoder, boolean, double, int, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSToGTSWrapper(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSToGTSWrapper(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
convert a GeoTimeSerie into GTSWrapper
- fromGTSToGTSWrapper(GeoTimeSerie, boolean, double) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSToGTSWrapper(GeoTimeSerie, boolean, double, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSToGTSWrapper(GeoTimeSerie, boolean, double, int, boolean, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSWrapperToGTS(GTSWrapper) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
convert a GTSWrapper into GeoTimeSerie
- fromGTSWrapperToGTS(GTSWrapper, boolean) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSWrapperToGTSDecoder(GTSWrapper) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- fromGTSWrapperToGTSEncoder(GTSWrapper) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- FROMHEX - Class in io.warp10.script.unary
-
Converts the hex representation in the string operand to a LONG
- FROMHEX(String) - Constructor for class io.warp10.script.unary.FROMHEX
-
- FROMHEX - Static variable in class io.warp10.script.WarpScriptLib
-
- fromQuaternion(long) - Static method in class io.warp10.script.functions.QUATERNIONTO
-
- fromSAX(int, int, boolean) - Static method in class io.warp10.script.SAXUtils
-
Return an artificial value from a sax symbol and a given alphabet size (2**levels)
- FROMTSELEMENTS - Class in io.warp10.script.functions
-
Constructs a timestamp for a given timezone given a list of elements (as produced by TSELEMENTS).
- FROMTSELEMENTS(String) - Constructor for class io.warp10.script.functions.FROMTSELEMENTS
-
- fromWritable(Object) - Static method in class io.warp10.hadoop.WritableUtils
-
- FSTORE - Class in io.warp10.script.ext.warprun
-
- FSTORE(String) - Constructor for class io.warp10.script.ext.warprun.FSTORE
-
- fullsort(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Sort the GTS by respectively by tick, value, location and elevation.
- fullsort(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Sort the GTS by respectively by tick, value, location and elevation.
- fullsort(GTSEncoder, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- fullsort(GTSEncoder, boolean, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Sort an encoder
- FUNCREF - Class in io.warp10.script.functions
-
Push the reference of the given function named based on functions known to WarpScriptLib.
- FUNCREF(String) - Constructor for class io.warp10.script.functions.FUNCREF
-
- FUNCREF - Static variable in class io.warp10.script.WarpScriptLib
-
- FUNCTIONS - Class in io.warp10.script.functions
-
- FUNCTIONS(String) - Constructor for class io.warp10.script.functions.FUNCTIONS
-
- FUNCTIONS - Static variable in class io.warp10.script.WarpScriptLib
-
- fuse(Collection<GeoTimeSerie>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- FUSE - Class in io.warp10.script.functions
-
Apply fuse on GTS instances
- FUSE(String) - Constructor for class io.warp10.script.functions.FUSE
-
- fuse(HyperLogLogPlus) - Method in class io.warp10.script.HyperLogLogPlus
-
Merge estimates from another HLL+
- FUSE - Static variable in class io.warp10.script.WarpScriptLib
-
- FWT - Class in io.warp10.script.fwt
-
Class which implements a fast wavelet transform.
- FWT() - Constructor for class io.warp10.script.fwt.FWT
-
- GE - Class in io.warp10.script.binary
-
Checks the two operands on top of the stack for greater or equal
- GE(String) - Constructor for class io.warp10.script.binary.GE
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.ElementOrListStackFunction
-
Deprecated.
Generates the function to be applied on the element(s) using the parameters on the stack.
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.ASENCODERS
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.ATINDEX
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.CHUNK
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.CLIP
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.CLONEEMPTY
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.DEDUP
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.GEOCOVER
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.GOLDWRAP
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.MOTIONSPLIT
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.MVEXTRACT
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.NumericalUnaryFunction
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.OPTIMIZE
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.QUANTIZE
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.RELABEL
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.RENAME
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.SETATTRIBUTES
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.SHRINK
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TICKINDEX
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TICKLIST
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TIMECLIP
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TIMESCALE
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TIMESHIFT
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TIMESPLIT
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.TOSELECTOR
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.VALUES
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.functions.WRAP
-
- generateFunction(WarpScriptStack) - Method in class io.warp10.script.ListRecursiveStackFunction
-
Generates the function to be applied on the element(s) using the parameters on the stack.
- generateResult(Object) - Method in class io.warp10.script.functions.BINTO
-
- generateResult(Object) - Method in class io.warp10.script.functions.BINTOHEX
-
- generateResult(Object) - Method in class io.warp10.script.functions.BINTOx
-
Generate the final result given data structure, updated for each byte.
- genReport(boolean) - Static method in class io.warp10.script.functions.REPORT
-
- GEO_BUFFER - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_COVER - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_COVER_RL - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_DIFFERENCE - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_GML - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_GML_UNIFORM - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_INTERSECTION - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_INTERSECTS - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_JSON - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_JSON_UNIFORM - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_KML - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_KML_UNIFORM - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_NORMALIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_OPTIMIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_REGEXP - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_UNION - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_WITHIN - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_WKB - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_WKB_UNIFORM - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_WKT - Static variable in class io.warp10.script.WarpScriptLib
-
- GEO_WKT_UNIFORM - Static variable in class io.warp10.script.WarpScriptLib
-
- GEOBUFFER - Class in io.warp10.script.functions
-
- GEOBUFFER(String) - Constructor for class io.warp10.script.functions.GEOBUFFER
-
- GEOCELLTO - Class in io.warp10.script.functions
-
Converts a geocell long to a String HHCode prefix whose resolution is implicitly given by its length.
- GEOCELLTO(String) - Constructor for class io.warp10.script.functions.GEOCELLTO
-
- GEOCELLTO - Static variable in class io.warp10.script.WarpScriptLib
-
- geocellToHHCodePrefix(long) - Static method in class io.warp10.script.functions.GEOCELLTO
-
Converts a geocell (4 bits resolution + 60 bits hhcode) to an HHCode prefix String whose resolution is implicitly
given by the length of the String.
- GEOCOVER - Class in io.warp10.script.functions
-
- GEOCOVER(String, boolean) - Constructor for class io.warp10.script.functions.GEOCOVER
-
- GeoGML - Class in io.warp10.script.functions
-
- GeoGML(String, boolean) - Constructor for class io.warp10.script.functions.GeoGML
-
- GEOHASHTO - Class in io.warp10.script.functions
-
Convert a GeoHash to lat/lon
- GEOHASHTO(String) - Constructor for class io.warp10.script.functions.GEOHASHTO
-
- GEOHASHTO - Static variable in class io.warp10.script.WarpScriptLib
-
- GeoImporter - Class in io.warp10.script.functions
-
- GeoImporter(String, boolean, Class, String) - Constructor for class io.warp10.script.functions.GeoImporter
-
- GeoIntersection - Class in io.warp10.script.functions
-
Computes the intersection of two GeoXPShape
- GeoIntersection(String) - Constructor for class io.warp10.script.functions.GeoIntersection
-
- geointersects(GeoXPLib.GeoXPShape, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- GEOINTERSECTS - Class in io.warp10.script.functions
-
Checks whether a GTS has at least one point within a shape
- GEOINTERSECTS(String) - Constructor for class io.warp10.script.functions.GEOINTERSECTS
-
- GeoJSON - Class in io.warp10.script.functions
-
Converts a Geo JSON Text String into a GeoXP Shape suitable for geo filtering
- GeoJSON(String, boolean) - Constructor for class io.warp10.script.functions.GeoJSON
-
- geoJSONToGeometry(String) - Static method in class io.warp10.script.functions.GeoJSON
-
- GeoKML - Class in io.warp10.script.functions
-
- GeoKML(String, boolean) - Constructor for class io.warp10.script.functions.GeoKML
-
- GeometryToGML(Geometry) - Static method in class io.warp10.script.functions.TOGML
-
- GeometryToKML(Geometry) - Static method in class io.warp10.script.functions.TOKML
-
- GEONORMALIZE - Class in io.warp10.script.functions
-
- GEONORMALIZE(String) - Constructor for class io.warp10.script.functions.GEONORMALIZE
-
- GEOOPTIMIZE - Class in io.warp10.script.functions
-
Modify a GeoXPShape so it has cells of at most a threshold resolution
- GEOOPTIMIZE(String) - Constructor for class io.warp10.script.functions.GEOOPTIMIZE
-
- GEOPACK - Class in io.warp10.script.functions
-
Pack a GeoXPShape
We relay on GTSWrappers for this, this is kinda weird but hey, it works!
- GEOPACK(String) - Constructor for class io.warp10.script.functions.GEOPACK
-
- GEOPACK - Static variable in class io.warp10.script.WarpScriptLib
-
- GEOREGEXP - Class in io.warp10.script.functions
-
Produces a regexp from a GeoXPShape
- GEOREGEXP(String) - Constructor for class io.warp10.script.functions.GEOREGEXP
-
- GEOSHAPETO - Class in io.warp10.script.functions
-
Converts a GeoXPShape to a list of geocells (longs) or HHCode prefixes (strings).
- GEOSHAPETO(String) - Constructor for class io.warp10.script.functions.GEOSHAPETO
-
- GEOSHAPETO - Static variable in class io.warp10.script.WarpScriptLib
-
- GEOSHIFT - Class in io.warp10.script.functions
-
- GEOSHIFT(String) - Constructor for class io.warp10.script.functions.GEOSHIFT
-
- GEOSHIFT - Static variable in class io.warp10.script.WarpScriptLib
-
- GEOSPLIT - Class in io.warp10.script.functions
-
Splits a GEOSHAPE into connex shapes (corner contact does not count towards connexity)
- GEOSPLIT(String) - Constructor for class io.warp10.script.functions.GEOSPLIT
-
- GEOSPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- GeoSubtraction - Class in io.warp10.script.functions
-
Computes the subtraction of two GeoXPShape
- GeoSubtraction(String) - Constructor for class io.warp10.script.functions.GeoSubtraction
-
- GeoTimeSerie - Class in io.warp10.continuum.gts
-
Container for Geo Time Serie when manipulating them.
- GeoTimeSerie() - Constructor for class io.warp10.continuum.gts.GeoTimeSerie
-
- GeoTimeSerie(int) - Constructor for class io.warp10.continuum.gts.GeoTimeSerie
-
Create a new GeoTimeSerie instance with the initial hint
about its size
- GeoTimeSerie(long, int, long, int) - Constructor for class io.warp10.continuum.gts.GeoTimeSerie
-
Create a new bucketized GeoTimeSerie instance
- GeoTimeSerie.TYPE - Enum in io.warp10.continuum.gts
-
- GeoTimeSerieSerializer - Class in io.warp10.json
-
- GeoTimeSerieSerializer() - Constructor for class io.warp10.json.GeoTimeSerieSerializer
-
- GeoUnion - Class in io.warp10.script.functions
-
Computes the union of two GeoXPShape
- GeoUnion(String) - Constructor for class io.warp10.script.functions.GeoUnion
-
- GEOUNPACK - Class in io.warp10.script.functions
-
Unpack a GeoXPShape
We relay on GTSWrappers for this, this is kinda weird but hey, it works!
- GEOUNPACK(String) - Constructor for class io.warp10.script.functions.GEOUNPACK
-
- GEOUNPACK - Static variable in class io.warp10.script.WarpScriptLib
-
- geowithin(GeoXPLib.GeoXPShape, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- GEOWITHIN - Class in io.warp10.script.functions
-
Checks whether a GTS is entirely contained within a shape
- GEOWITHIN(String) - Constructor for class io.warp10.script.functions.GEOWITHIN
-
- GeoWKB - Class in io.warp10.script.functions
-
Converts a Well Known Binary byte array into a GeoXP Shape suitable for geo filtering
- GeoWKB(String, boolean) - Constructor for class io.warp10.script.functions.GeoWKB
-
- GeoWKT - Class in io.warp10.script.functions
-
Converts a Well Known Text String into a GeoXP Shape suitable for geo filtering
- GeoWKT(String, boolean) - Constructor for class io.warp10.script.functions.GeoWKT
-
- get(int) - Method in class io.warp10.continuum.gts.COWList
-
If not altered, get will return the element at index + startidx of the underlying array or bitset.
- get() - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- get(byte[]) - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- get(byte[], int, int) - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- get() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- get(byte[]) - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- get(byte[], int, int) - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- get(int) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
get will return the element at index + startidx of the underlying array or bitset.
- get(int) - Method in class io.warp10.script.fastdtw.WarpPath
-
- GET - Class in io.warp10.script.functions
-
Extracts a value from a map, list, a byte array or a String, given a key.
- GET(String) - Constructor for class io.warp10.script.functions.GET
-
- get(Object, Object) - Static method in class io.warp10.script.functions.GET
-
Get a value from a List, Map, byte[] or String using respectively a Long, Object, Long or Long key.
- get(int) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- GET - Static variable in class io.warp10.script.WarpScriptLib
-
- get(int) - Method in interface io.warp10.script.WarpScriptStack
-
Return the object at level 'level' on the stack.
- get(int) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- get(WarpScriptStack) - Static method in class io.warp10.warp.sdk.Capabilities
-
- get(WarpScriptStack, String) - Static method in class io.warp10.warp.sdk.Capabilities
-
- get(WarpScriptStack, List<Object>) - Static method in class io.warp10.warp.sdk.Capabilities
-
- get(String) - Method in class io.warp10.warp.sdk.Capabilities
-
- get(int) - Method in class io.warp10.WrapperList
-
- getActiveAfter() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Timestamp (in ms) after which a given Geo Time Series was active.
- getAppName() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Name of the application using the token
- getAppName() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Application name
- getApps() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of applications consumed
- getAppsIterator() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getAppsSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getAttribute(String) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getAttribute(String) - Method in interface io.warp10.script.WarpScriptStack
-
Return the value of an attribute.
- getAttribute(String) - Static method in class io.warp10.WarpManager
-
- getAttributes() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Map of attributes.
- getAttributes() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Message attributes, placeholder to store K/V.
- getAttributes() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Attributes associated with the geo time serie.
- getAttributes() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
Map of attributes
- getAttributes() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token attributes
- getAttributes() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Token attributes, placeholder to store K/V.
- getAttributes() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- getAttributesSize() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- getAttributesSize() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- getAttributesSize() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- getAttributesSize() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- getAttributesSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getAttributesSize() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- getBase() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Base timestamp, if not set assumed to be 0
- getBaseTimestamp() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getBaseTimestamp() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getBaseTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional encode base timestamp (for UPDATE messages)
- getBilledId() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Id of the billed customer
- getBinaryValue() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getBounds(int) - Static method in class io.warp10.script.SAXUtils
-
Return bounds computed so each interval covers an equal area under
the N(0,1) curve.
- getBucketCount(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getBucketcount() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Bucket count for bucketized GTS
- getBucketSpan(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getBucketspan() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Bucket span for bucketized GTS
- getBuffer() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getBytes() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return the bytes currently in this encoder.
- getBytes() - Method in class io.warp10.hadoop.Warp10InputSplit
-
- getCapacity() - Method in class io.warp10.CapacityExtractorOutputStream
-
- getChunkCount() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getChunkSpan() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getClassCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct classes
- getClassId() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getClassId() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getClassId() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getClassId() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Class Id of the data
- getClassId() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Class Id of the data.
- getClassId() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
classId associated with the geo time serie
- getClassNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getClassNamesIterator() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getClassNamesSize() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getClassSelector() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Pattern for selecting GTS class.
- getClassSelectorIterator() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- getClassSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Patterns for selecting GTS class.
- getClassSelectorsIterator() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- getClassSelectorSize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- getClassSelectorsSize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- getCol() - Method in class io.warp10.script.fastdtw.ColMajorCell
-
- getCommitref() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Reference to use in the commit message
- getCompatibleEncoder(long) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getCompressionPasses() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Number of compression passes done on the input data
- getContent() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Content of the script
- getCount() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getCount() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return the number of values encoded by this encoder.
- getCount() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Number of data points to fetch.
- getCount() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Number of datapoints encoded in the wrapped GTS
- getCounter(int) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getCounter(int) - Method in interface io.warp10.script.WarpScriptStack
-
Return the ith counter associated with the stack
- getCurrentKey() - Method in class io.warp10.hadoop.Warp10RecordReader
-
- getCurrentKey() - Method in class io.warp10.hadoop.WarpScriptRecordReader
-
- getCurrentValue() - Method in class io.warp10.hadoop.Warp10RecordReader
-
- getCurrentValue() - Method in class io.warp10.hadoop.WarpScriptRecordReader
-
- getCurves() - Static method in class io.warp10.script.functions.ECGEN
-
- getData() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Encoded values of the Geo Time Serie.
- getData() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Encoded (by GTSEncoder) data for the GTS.
- getDataType() - Method in class io.warp10.continuum.gts.COWList
-
getDataType is only valid when the list has not been altered.
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperDateTime
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperDayOfMonth
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperDayOfWeek
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperHourOfDay
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperMinuteOfHour
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperMonthOfYear
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperSecondOfMinute
-
- getDateTimeInfo(DateTime, long) - Method in class io.warp10.script.mapper.MapperYear
-
- getDecoder(boolean) - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return a decoder instance capable of decoding the encoded content of this
encoder.
- getDecoder() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getDefaultDeleteNocache() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefaultDeleteNopersist() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefaultName() - Static method in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- getDefaultName() - Static method in class io.warp10.script.functions.UNBUCKETIZECALENDAR
-
- getDefaultReadNocache() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefaultReadNopersist() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefaultWriteNocache() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefaultWriteNopersist() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- getDefined() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getDefined() - Method in interface io.warp10.script.WarpScriptStack
-
Return the current map of redefined functions
- getDeletionEndTimestamp() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
End timestamp for deletion requests
- getDeletionMinAge() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Minimum age of cells to delete (in ms)
- getDeletionStartTimestamp() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Start timestamp for deletion requests
- getDirectoryClient() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getDirectoryClient() - Method in interface io.warp10.script.WarpScriptStack
-
Retrieve the DirectoryClient instance associated with this stack
- getDistance() - Method in class io.warp10.script.fastdtw.TimeWarpInfo
-
- getDouble() - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- getDouble() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- getElevation() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getElevations(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an array with a copy of the locations of the given GTS.
- getEncoded() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Encoded GTS content
- getEncoder(boolean) - Method in class io.warp10.continuum.gts.GTSDecoder
-
Return an encoder with all data from the last value retrieved (post call to next())
onwards
- getEncoder() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getEncoder() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional encoder (for UPDATE messages)
- getEncryptionAlgorithm(String) - Static method in class io.warp10.script.functions.PGPENCRYPT
-
- getEndTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
An optional end (youngest) timestamp if 'data' contains several values.
- getError() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Detail of encountered error
- getErrorMessage(Throwable) - Static method in class io.warp10.ThrowableUtils
-
- getErrorMessage(Throwable, int) - Static method in class io.warp10.ThrowableUtils
-
Generates an error message composed of each message from the hierarchy of causes.
- getExcluded() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getExcludedIterator() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getExcludedSize() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getExpiry() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Until when is the split valid?
- getExpiry() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Timestamp (in ms since epoch) at which the MetaSet expires.
- getExpiryTimestamp() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Timestamp of the token expiration
- getExpiryTimestamp() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Timestamp of the token expiration
- GETEXPONENT - Class in io.warp10.script.functions.math
-
Check https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html for the documentation of this function.
- GETEXPONENT(String) - Constructor for class io.warp10.script.functions.math.GETEXPONENT
-
- GETEXPONENT - Static variable in class io.warp10.script.WarpScriptLib
-
- getExportedCapabilities(WarpScriptStack) - Static method in class io.warp10.script.functions.GUARD
-
- getExposedDirectoryClient() - Static method in class io.warp10.warp.sdk.AbstractWarp10Plugin
-
Retrieve the exposed DirectoryClient.
- getExposedStoreClient() - Static method in class io.warp10.warp.sdk.AbstractWarp10Plugin
-
Retrieve the exposed StoreClient.
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
- getFieldName() - Method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
- getFieldName() - Method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
- getFieldName() - Method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
- getFieldName() - Method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
- getFieldName() - Method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
- getFieldName() - Method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
- getFieldName() - Method in enum io.warp10.script.thrift.data.Throwable._Fields
-
- getFieldValue(DatalogMessage._Fields) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getFieldValue(DatalogRecord._Fields) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- getFieldValue(DirectoryRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- getFieldValue(DirectoryStatsRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- getFieldValue(DirectoryStatsResponse._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- getFieldValue(FetchRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- getFieldValue(GTSData._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- getFieldValue(GTSSplit._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- getFieldValue(GTSWrapper._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- getFieldValue(KafkaDataMessage._Fields) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- getFieldValue(Metadata._Fields) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- getFieldValue(MetaSet._Fields) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- getFieldValue(HyperLogLogPlusParameters._Fields) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getFieldValue(LoggingEvent._Fields) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- getFieldValue(RunRequest._Fields) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- getFieldValue(ReadToken._Fields) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getFieldValue(WriteToken._Fields) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- getFieldValue(SecureScript._Fields) - Method in class io.warp10.script.thrift.data.SecureScript
-
- getFieldValue(StackInteractionReport._Fields) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getFieldValue(StackTrace._Fields) - Method in class io.warp10.script.thrift.data.StackTrace
-
- getFieldValue(Throwable._Fields) - Method in class io.warp10.script.thrift.data.Throwable
-
- getFileNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getFileNamesIterator() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getFileNamesSize() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getFingerprint() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- getFirstLastTicks(long[]) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getForward() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional wrapper containing the data to forward.
- getFunction(String) - Static method in class io.warp10.script.WarpScriptLib
-
- getFunctionNames() - Static method in class io.warp10.script.WarpScriptLib
-
- getFunctions() - Method in class io.warp10.script.ext.concurrent.ConcurrentWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.http.HttpWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.logging.LoggingWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.rexec.RexecWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.sensision.SensisionWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.shadow.ShadowWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.stackps.StackPSWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.token.TokenWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.script.ext.warprun.WarpRunWarpScriptExtension
-
- getFunctions() - Method in class io.warp10.warp.sdk.WarpScriptExtension
-
Return a map of function name to actual function.
- getGtsCount() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimation of total number of matching GTS
- getHash() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
SipHash of the request, used to ensure the requester has
the pre-shared key of the Directory instance.
- getHeader(String) - Static method in class io.warp10.continuum.store.Constants
-
- GETHOOK - Class in io.warp10.script.functions
-
Push onto the stack a macro containing a secure script wrapping the specified hook of the given token.
- GETHOOK(String) - Constructor for class io.warp10.script.functions.GETHOOK
-
- GETHOOK - Static variable in class io.warp10.script.WarpScriptLib
-
- getHooks() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token hooks
- getHooksSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getId(GTSWrapper) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
Return an ID for a wrapper
- getId() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getId() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Id of the instance which created the record
- getId() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- getIndices() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
List of indices specified in the update request.
- getIndices() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
indices to use
- getIndicesIterator() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- getIndicesIterator() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- getIndicesSize() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- getIndicesSize() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- getInfos(WarpScriptStack) - Static method in class io.warp10.script.ext.stackps.WSINFO
-
- getInitTime() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getInitTime() - Method in class io.warp10.script.HyperLogLogPlus
-
- getInvCDF(double, boolean) - Static method in class io.warp10.script.SAXUtils
-
- getIssuanceTimestamp() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
delivery timestamp of the token
- getIssuanceTimestamp() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
delivery timestamp of the token
- getKey() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Encoding key is used
- getKey() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Key these HLL parameters relate to (producer, app, ...)
- getKey(String) - Method in class io.warp10.crypto.DummyKeyStore
-
Retrieve a key given its name.
- getKey(String) - Method in interface io.warp10.crypto.KeyStore
-
Get key byte [ ].
- getKey(String) - Method in class io.warp10.crypto.OSSKeyStore
-
- getKey(byte[]) - Static method in class io.warp10.crypto.SipHashInline
-
Get key long [ ].
- getKey(String) - Method in class io.warp10.crypto.UnsecureKeyStore
-
Retrieve a key given its name.
- getKey() - Method in class io.warp10.script.HyperLogLogPlus
-
- getKey() - Method in class io.warp10.script.thrift.data.SecureScript
-
Key to unsecure the script
- getLabel(String) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getLabelNamesCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct label names
- getLabels() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getLabels() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getLabels() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getLabels() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Labels associated with the geo time serie
- getLabels() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token extra labels.
- getLabels() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Default labels.
- getLabels() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- getLabelsId() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getLabelsId() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getLabelsId() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getLabelsId() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Labels Id of the data
- getLabelsId() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Labels Id of the data.
- getLabelsId() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
labelsId associated with the geo time serie
- getLabelsSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Patterns for selecting labels.
- getLabelsSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Patterns for selecting labels
- getLabelsSelectorsIterator() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- getLabelsSelectorsIterator() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- getLabelsSelectorsSize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- getLabelsSelectorsSize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- getLabelsSize() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- getLabelsSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getLabelsSize() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- getLabelValuesCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct label values
- getLastActivity() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Timestamp (in ms since the Epoch) of the last observed activity on this Geo Time Series.
- getLastBucket(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getLastbucket() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Last bucket for bucketized GTS
- getLastTimestamp() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getLastValue(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return the value of the most recent tick in this GTS.
- getLength() - Method in class io.warp10.hadoop.Warp10InputSplit
-
- getLineNumbers() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getLineNumbersIterator() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getLineNumbersSize() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getLocation() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getLocations(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an array with a copy of the locations of the given GTS.
- getLocations() - Method in class io.warp10.hadoop.Warp10InputSplit
-
- getLock(String) - Static method in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- getLong() - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- getLong() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- getLong(WarpScriptStack, String) - Static method in class io.warp10.warp.sdk.Capabilities
-
- getLong(WarpScriptStack, String, Long) - Static method in class io.warp10.warp.sdk.Capabilities
-
- getMacro() - Method in class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- getMacro() - Method in class io.warp10.script.functions.MACROFILTER.MacroFilterWrapper
-
- getMacro() - Method in class io.warp10.script.functions.MACROMAPPER.MacroMapperWrapper
-
- getMacroDepth() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getMatchingIndexesForI(int) - Method in class io.warp10.script.fastdtw.WarpPath
-
- getMatchingIndexesForJ(int) - Method in class io.warp10.script.fastdtw.WarpPath
-
- getMaxduration() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Maximum duration this MetaSet can be used with.
- getMaxFetchSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
DEPRECATED
Max fetch size in bytes of each read request, default 16Mb
- getMessage() - Method in exception io.warp10.script.InformativeEmptyStackException
-
- getMessage() - Method in class io.warp10.script.thrift.data.Throwable
-
- getMetadata() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getMetadata() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getMetadata() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getMetadata() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Associated Metadata
- getMetadata() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Metadata for the GTS
- getMetadata() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Optional metadata
- getMetadatas() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
List of Metadata describing the Geo Time Series to fetch
- getMetadatas() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
List of metadatas associated with this split.
- getMetadatas() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
List of Metadata in this MetaSet.
- getMetadatasIterator() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- getMetadatasIterator() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- getMetadatasIterator() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- getMetadatasSize() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- getMetadatasSize() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- getMetadatasSize() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- getMethodNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getMethodNamesIterator() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getMethodNamesSize() - Method in class io.warp10.script.thrift.data.StackTrace
-
- getModCount() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.Wavelet
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getMotherWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getName() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- getName() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getName() - Method in class io.warp10.continuum.gts.GTSEncoder
-
- getName() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Name of geo time serie (class name).
- getName() - Method in class io.warp10.script.NamedWarpScriptFunction
-
- getName() - Method in class io.warp10.script.WarpScriptFunctionReference
-
- getName() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- getName() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- getNanoTime() - Static method in class io.warp10.continuum.TimeSource
-
Return the current time in nanoseconds
- getNonce() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getNonce(String) - Method in class io.warp10.script.functions.RUNNERNONCE
-
- getNotafter() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
If this field is set, maxduration will still be considered, unless
notbefore is also set, but the end timestamp will be constraint to
be <= notafter.
- getNotbefore() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
If this field is set, maxduration will be ignored and count based
requests will be forbidden.
- getNow() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
End timestamp (included)
- getOffset() - Method in class io.warp10.script.functions.ADDDURATION.ReadWritablePeriodWithSubSecondOffset
-
- getOmega() - Method in class io.warp10.script.mapper.MapperDotProduct
-
- getOriginalElevations(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getOriginalFormatJavaVersion() - Static method in class io.warp10.WarpConfig
-
- getOriginalLocations(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getOutputCommitter(TaskAttemptContext) - Method in class io.warp10.hadoop.Warp10OutputFormat
-
- getOwnerId() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
ident of the owner
- getOwners() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of owners
- getOwnersIterator() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getOwnersSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getP() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getP() - Method in class io.warp10.script.HyperLogLogPlus
-
- getPath() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Path to the script
- getPath() - Method in class io.warp10.script.fastdtw.TimeWarpInfo
-
- getPerClassCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Number of GTS per class (if number of different classes is small)
- getPerClassCardinalitySize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- getPeriod() - Method in class io.warp10.script.functions.ADDDURATION.ReadWritablePeriodWithSubSecondOffset
-
- getPeriodicity() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Periodicity of the script
- getPerLabelValueCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimations of the number of different values per label (if number of labels is small)
- getPerLabelValueCardinalitySize() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- getPessimisticSize() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return an estimation of the 'exploded' size, i.e.
- getPosition() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- getPostBoundary() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Size of the post boundary in number of data points.
- getPostWindow() - Method in class io.warp10.script.filler.FillerInterpolate
-
- getPostWindow() - Method in class io.warp10.script.filler.FillerNext
-
- getPostWindow() - Method in class io.warp10.script.filler.FillerPrevious
-
- getPostWindow() - Method in class io.warp10.script.filler.FillerTrend
-
- getPostWindow() - Method in class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- getPostWindow() - Method in interface io.warp10.script.WarpScriptFillerFunction
-
Returns the size of the post-window (in ticks)
- getPprime() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getPPrime() - Method in class io.warp10.script.HyperLogLogPlus
-
- getPreBoundary() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Size of the pre boundary in number of data points.
- getPreWindow() - Method in class io.warp10.script.filler.FillerInterpolate
-
- getPreWindow() - Method in class io.warp10.script.filler.FillerNext
-
- getPreWindow() - Method in class io.warp10.script.filler.FillerPrevious
-
- getPreWindow() - Method in class io.warp10.script.filler.FillerTrend
-
- getPreWindow() - Method in class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- getPreWindow() - Method in interface io.warp10.script.WarpScriptFillerFunction
-
Returns the size of the pre-window (in number of ticks)
- getProducerId() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
ident of the producer
a producer inject data, but is not the data owner
- getProducers() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of producers
- getProducersIterator() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getProducersSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- getProgress() - Method in class io.warp10.hadoop.Warp10RecordReader
-
- getProgress() - Method in class io.warp10.hadoop.WarpScriptRecordReader
-
- getProperties() - Static method in class io.warp10.WarpConfig
-
- getProperty(Configuration, String, String, String) - Static method in class io.warp10.hadoop.Warp10InputFormat
-
- getProperty(String) - Static method in class io.warp10.WarpConfig
-
- getProperty(String, String) - Static method in class io.warp10.WarpConfig
-
- getPublicKeyAlgorithmName(int) - Static method in class io.warp10.script.functions.PGPPUBLIC
-
- getQuietAfter() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Timestamp (in ms) after which a given Geo Time Series was quiet.
- getRawMetadata() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getRawMetadata() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return the untouched Metadata associated with this encoder
- getReadToken(String) - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- getRecord() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getRecordWriter(TaskAttemptContext) - Method in class io.warp10.hadoop.BytesOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class io.warp10.hadoop.Warp10OutputFormat
-
- getRecursionLevel() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getRef() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getRegister() - Method in class io.warp10.script.functions.POPR
-
- getRegister() - Method in class io.warp10.script.functions.PUSHR
-
- getRegister() - Method in class io.warp10.script.functions.RUNR
-
- getRegisters() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getRegisters() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getRegisters() - Method in interface io.warp10.script.WarpScriptStack
-
Return the current registers.
- getRemainingSize() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getRepos(WarpScriptStack) - Static method in class io.warp10.script.WarpFleetMacroRepository
-
- getRho(int) - Method in class io.warp10.script.HyperLogLogPlus
-
- getRow() - Method in class io.warp10.script.fastdtw.ColMajorCell
-
- getSample() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Sampling rate.
- getScalingDeComposition() - Method in class io.warp10.script.fwt.Wavelet
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getScalingDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.Wavelet
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getScalingReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getScheduledAt() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Timestamp at which the script was scheduled
- getScheduler() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Id of the scheduling node
- getScript() - Method in class io.warp10.script.thrift.data.SecureScript
-
Actual script content, either a UTF8 encoded string or a compressed content
- getScriptLines() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Actual lines of the script
- getScriptLinesIterator() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getScriptLinesSize() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getScriptTimes() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Execution time of each line of the script
- getScriptTimesIterator() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getScriptTimesSize() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- GETSECTION - Class in io.warp10.script.functions
-
Push the current section name onto the stack
- GETSECTION(String) - Constructor for class io.warp10.script.functions.GETSECTION
-
- GETSECTION - Static variable in class io.warp10.script.WarpScriptLib
-
- getSeekts() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getShards() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getShardShift() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getShardsIterator() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getShardsSize() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getSig() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getSignature(WarpScriptStack.Macro) - Static method in class io.warp10.script.functions.MSIG
-
- getSkip() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Number of data points to skip before starting to return values.
- getSource() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Optional field indicating the source of the metadata.
- getSparseList() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getSparseListLen() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- getSplits(JobContext) - Method in class io.warp10.hadoop.Warp10InputFormat
-
- getSplits(JobContext) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- getStackTrace() - Method in class io.warp10.script.thrift.data.Throwable
-
- getStart() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional start timestamp (for DELETE messages)
- getStartTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
The start (oldest) timestamp in the encoded data.
- getStep() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Index offset between two data points, defaults to 1, i.e.
- getStop() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional end timestamp (for DELETE messages)
- getStoreClient() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getStoreClient() - Method in interface io.warp10.script.WarpScriptStack
-
Retrieve the StoreClient instance associated with this stack.
- getStoreTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Timestamp at which the record was added to the DatalogFile.
- getSubStack() - Method in class io.warp10.script.MemoryWarpScriptStack
-
Create a 'sub' stack of the current one.
- getSuffix() - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- getSymbolTable() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getSymbolTable() - Method in interface io.warp10.script.WarpScriptStack
-
Return the current symbol table.
- getTDeserializer(TProtocolFactory) - Static method in class io.warp10.ThriftUtils
-
- getThents() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Start timestamp (included).
- getThreadProperty(String) - Static method in class io.warp10.WarpConfig
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
- getThriftFieldId() - Method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
- getThriftFieldId() - Method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
- getThriftFieldId() - Method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
- getThriftFieldId() - Method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
- getThriftFieldId() - Method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
- getThriftFieldId() - Method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
- getThriftFieldId() - Method in enum io.warp10.script.thrift.data.Throwable._Fields
-
- getTicks(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an array with a copy of the ticks of the given GTS.
- getTime() - Static method in class io.warp10.continuum.TimeSource
-
Return the current time in the platform's native time units.
- getTimestamp() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Timestamp of initial record creation, in ms since the Epoch
- getTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Timestamp at which the request object was created
- getTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
When was the split created?
- getTimestamp(Object, String, Long) - Static method in class io.warp10.script.functions.FETCH
-
- getTimestamp() - Method in class io.warp10.script.thrift.data.SecureScript
-
Timestamp at which the script was secured
- getTimestamp() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Timestamp of the script execution
- getTimestep() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Minimum time offset between data points, expressed in time units.
- getToken() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Write token associated with the request.
- getToken() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Read token to use for fetching data
- getToken() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Read token used to generate the split
Having this data available allows to access the token attributes
- getToken() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
The original token used to construct the MetaSet.
- getTokenDecoder() - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- getTokens() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
List of all tokens used in the script
- getTokenSipHash(byte[]) - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- getTokensIterator() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getTokensRevoked() - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- getTokensSize() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- getTokenType() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
TokenType (Set to TokenType.READ)
- getTokenType() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
TokenType (Set to TokenType.WRITE)
- getTransformWavelength() - Method in class io.warp10.script.fwt.Wavelet
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getTransformWavelength() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getTSerializer(TProtocolFactory) - Static method in class io.warp10.ThriftUtils
-
- getTupleAtIndex(GeoTimeSerie, int) - Static method in class io.warp10.script.functions.ATINDEX
-
- getType() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
Return the type of this GTS instance.
- getType() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- getType() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Type of the Datalog Record
- getType() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Flag positioned to true if the message is a deletion
- getUnhandledErrorMessage() - Method in class io.warp10.script.functions.DEDUP
-
- getUnhandledErrorMessage() - Method in class io.warp10.script.functions.GOLDWRAP
-
- getUnhandledErrorMessage() - Method in class io.warp10.script.functions.NumericalUnaryFunction
-
- getUnhandledErrorMessage() - Method in class io.warp10.script.functions.SHRINK
-
- getUnhandledErrorMessage() - Method in class io.warp10.script.ListRecursiveStackFunction
-
Return the error message when the given element cannot be handled by this function.
- getUnsafeDecoder(boolean) - Method in class io.warp10.continuum.gts.GTSEncoder
-
Retrieve a GTSDecoder which uses the same metadata as
this GTSEncoder and has a ByteBuffer which wraps the current
byte array in this GTSEncoder's stream.
- getUUID(String) - Static method in class io.warp10.continuum.Tokens
-
- getUUID(byte[]) - Static method in class io.warp10.continuum.Tokens
-
- getUUID(ByteBuffer) - Static method in class io.warp10.continuum.Tokens
-
- getUUID() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- getUuid() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
UUID of the script execution.
- getUUID() - Method in interface io.warp10.script.WarpScriptStack
-
Return a UUID for the instance of WarpScriptStack
- getUuid() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
Deprecated.
- getValue() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- getValue() - Method in enum io.warp10.continuum.store.thrift.data.DatalogMessageType
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() - Method in enum io.warp10.continuum.store.thrift.data.DatalogRecordType
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() - Method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessageType
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() - Method in enum io.warp10.quasar.token.thrift.data.TokenType
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- getValuesAsDouble(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an array with a copy of the GTS values as doubles
- getValueType(Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- getVars(WarpScriptStack.Macro) - Static method in class io.warp10.script.functions.VARS
-
- getVars(WarpScriptStack.Macro, boolean) - Static method in class io.warp10.script.functions.VARS
-
Loop over the macro statements, in a recursive manner, extracting all variable names.
- getWarpDistBetween(GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpDistBetween(GeoTimeSerie, GeoTimeSerie, SearchWindow, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpDistBetween(GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.FastDTW
-
- getWarpDistBetween(GeoTimeSerie, GeoTimeSerie, int, DistanceFunction) - Static method in class io.warp10.script.fastdtw.FastDTW
-
- getWarpInfoBetween(GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpInfoBetween(GeoTimeSerie, GeoTimeSerie, SearchWindow, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpInfoBetween(GeoTimeSerie, GeoTimeSerie, int, DistanceFunction) - Static method in class io.warp10.script.fastdtw.FastDTW
-
- getWarpPathBetween(GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpPathBetween(GeoTimeSerie, GeoTimeSerie, SearchWindow, DistanceFunction) - Static method in class io.warp10.script.fastdtw.DTW
-
- getWarpPathBetween(GeoTimeSerie, GeoTimeSerie, DistanceFunction) - Static method in class io.warp10.script.fastdtw.FastDTW
-
- getWarpPathBetween(GeoTimeSerie, GeoTimeSerie, int, DistanceFunction) - Static method in class io.warp10.script.fastdtw.FastDTW
-
- getWarpScriptExecutor(Configuration, String, boolean) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
Return the actual WarpScript code executor given the script
which was passed as parameter.
- getWarpScriptFiles(String) - Method in class io.warp10.script.WarpScriptMacroRepository
-
- getWarpScriptInputStream(String) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
Create an InputStream from a file path.
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.Wavelet
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getWaveletDeComposition() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.Wavelet
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior11
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior13
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior15
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior22
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior24
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior26
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior28
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior31
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior33
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior35
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior37
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior39
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior44
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior55
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_bior68
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif1
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif2
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif3
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif4
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_coif5
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db1
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db10
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db11
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db12
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db13
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db14
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db15
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db16
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db17
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db18
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db19
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db2
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db20
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db3
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db4
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db5
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db6
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db7
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db8
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_db9
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_dmey
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_haar
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio11
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio13
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio15
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio22
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio24
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio26
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio28
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio31
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio33
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio35
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio37
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio39
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio44
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio55
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_rbio68
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym10
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym11
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym12
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym13
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym14
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym15
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym16
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym17
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym18
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym19
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym2
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym20
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym3
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym4
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym5
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym6
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym7
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym8
-
- getWaveletReConstruction() - Method in class io.warp10.script.fwt.wavelets.Wavelet_sym9
-
- getWrappedRecordReader() - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- getWriteToken(String) - Method in class io.warp10.quasar.filter.QuasarTokenFilter
-
- GMLToGeometry(String) - Static method in class io.warp10.script.functions.GeoGML
-
- GOLDWRAP - Class in io.warp10.script.functions
-
- GOLDWRAP(String) - Constructor for class io.warp10.script.functions.GOLDWRAP
-
- GOLDWRAP - Static variable in class io.warp10.script.WarpScriptLib
-
- GOST - Static variable in class io.warp10.script.WarpScriptLib
-
- GROUPBY - Class in io.warp10.script.functions
-
Group elements of a list according to a macro
- GROUPBY(String) - Constructor for class io.warp10.script.functions.GROUPBY
-
- GROUPBY - Static variable in class io.warp10.script.WarpScriptLib
-
- grubbsTest(GeoTimeSerie, boolean, double) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
Applying Grubbs' test using mean/std or median/mad
- grubbsTest(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- GRUBBSTEST - Class in io.warp10.script.functions
-
Apply a Grubbs' test
- GRUBBSTEST(String) - Constructor for class io.warp10.script.functions.GRUBBSTEST
-
- GRUBBSTEST - Static variable in class io.warp10.script.WarpScriptLib
-
- GT - Class in io.warp10.script.binary
-
Checks the two operands on top of the stack for greater than
- GT(String) - Constructor for class io.warp10.script.binary.GT
-
- GTS(String, String, Map<String, String>, Map<String, String>) - Constructor for class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- GTS(UUID, String, Map<String, String>, Map<String, String>) - Constructor for class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
Deprecated.
- GTSComparator - Class in io.warp10.continuum.gts
-
Comparator class used to sort GTS instances.
- GTSComparator() - Constructor for class io.warp10.continuum.gts.GTSComparator
-
- GTSData - Class in io.warp10.continuum.store.thrift.data
-
Structure containing Geo Time Serie readings.
- GTSData() - Constructor for class io.warp10.continuum.store.thrift.data.GTSData
-
- GTSData(long, long, long, ByteBuffer) - Constructor for class io.warp10.continuum.store.thrift.data.GTSData
-
- GTSData(GTSData) - Constructor for class io.warp10.continuum.store.thrift.data.GTSData
-
Performs a deep copy on other.
- GTSData._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- GTSDecoder - Class in io.warp10.continuum.gts
-
Class for decoding an encoded time serie.
- GTSDecoder(long, ByteBuffer) - Constructor for class io.warp10.continuum.gts.GTSDecoder
-
- GTSDecoder(long, byte[], ByteBuffer) - Constructor for class io.warp10.continuum.gts.GTSDecoder
-
- GTSDecoderIterator - Class in io.warp10.continuum.store
-
- GTSDecoderIterator() - Constructor for class io.warp10.continuum.store.GTSDecoderIterator
-
- GTSEncoder - Class in io.warp10.continuum.gts
-
Utility class used to create Geo Time Series
- GTSEncoder() - Constructor for class io.warp10.continuum.gts.GTSEncoder
-
- GTSEncoder(long, byte[], byte[]) - Constructor for class io.warp10.continuum.gts.GTSEncoder
-
- GTSEncoder(long) - Constructor for class io.warp10.continuum.gts.GTSEncoder
-
Create an encoder using the given timestamp as its base.
- GTSEncoder(long, byte[]) - Constructor for class io.warp10.continuum.gts.GTSEncoder
-
Create an encoder using the given base and AES wrapping key.
- GTSEncoder(long, byte[], int) - Constructor for class io.warp10.continuum.gts.GTSEncoder
-
- GTSEncoderSerializer - Class in io.warp10.json
-
- GTSEncoderSerializer() - Constructor for class io.warp10.json.GTSEncoderSerializer
-
- GTSHelper - Class in io.warp10.continuum.gts
-
Helper class to manipulate Geo Time Series.
- GTSHelper() - Constructor for class io.warp10.continuum.gts.GTSHelper
-
- GTSHelper.BinarySearchTickChoice - Enum in io.warp10.continuum.gts
-
Option for the binarySearchTick function.
- GTSHHCODETO - Static variable in class io.warp10.script.WarpScriptLib
-
- gtsId(long[], long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute a gts Id from given classId/labelsId.
- GTSIdComparator - Class in io.warp10.continuum.gts
-
- gtsIdToString(long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- gtsIdToString(long, long, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- GTSIterator() - Constructor for class io.warp10.warp.sdk.DirectoryPlugin.GTSIterator
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.continuum.gts.DISCORDS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.continuum.gts.INTERPOLATE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.continuum.gts.LOCATIONOFFSET
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ATTICK
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.BBOX
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.COPYGEO
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.CPROB
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.DOUBLEEXPONENTIALSMOOTHING
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.DUMP
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.DWTSPLIT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ELEVATIONS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ESDTEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.FDWT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.FFTWINDOW
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.FILLTICKS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.GEOINTERSECTS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.GEOWITHIN
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.GRUBBSTEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.HYBRIDTEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.HYBRIDTEST2
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.IDWT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.INTEGRATE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ISONORMALIZE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.KURTOSIS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.LOWESS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.LTTB
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.MODE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.MONOTONIC
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.NORMALIZE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ONLYBUCKETS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.PROB
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.RLOWESS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.RSORT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.RVALUESORT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.SINGLEEXPONENTIALSMOOTHING
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.SKEWNESS
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.SMARTPARSE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.SORT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.STANDARDIZE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.STL
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.STLESDTEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.THRESHOLDTEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.TIMEMODULO
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.UNBUCKETIZE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.UNBUCKETIZECALENDAR
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.VALUEDEDUP
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.VALUESORT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.VALUESPLIT
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ZSCORE
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.functions.ZSCORETEST
-
- gtsOp(Map<String, Object>, GeoTimeSerie) - Method in class io.warp10.script.GTSStackFunction
-
Deprecated.
Method to apply to individual GTS instances
- GTSOpsHelper - Class in io.warp10.continuum.gts
-
- GTSOpsHelper() - Constructor for class io.warp10.continuum.gts.GTSOpsHelper
-
- GTSOpsHelper.GTSBinaryOp - Interface in io.warp10.continuum.gts
-
- GTSOpsHelper.GTSUnaryOp - Interface in io.warp10.continuum.gts
-
- GTSOutliersHelper - Class in io.warp10.continuum.gts
-
Class that implements tests to detect outliers in GTS
- GTSOutliersHelper() - Constructor for class io.warp10.continuum.gts.GTSOutliersHelper
-
- GTSPickler - Class in io.warp10.continuum.gts
-
Pickler for Geo Time Series
- GTSPickler() - Constructor for class io.warp10.continuum.gts.GTSPickler
-
- GTSSplit - Class in io.warp10.continuum.store.thrift.data
-
Structure holding details of a Split
- GTSSplit() - Constructor for class io.warp10.continuum.store.thrift.data.GTSSplit
-
- GTSSplit(long, long, List<Metadata>) - Constructor for class io.warp10.continuum.store.thrift.data.GTSSplit
-
- GTSSplit(GTSSplit) - Constructor for class io.warp10.continuum.store.thrift.data.GTSSplit
-
Performs a deep copy on other.
- GTSSplit._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- GTSSplitter - Class in io.warp10.continuum.gts
-
Class dedicated to splitting a (supposedly large) GTS into smaller ones.
- GTSSplitter() - Constructor for class io.warp10.continuum.gts.GTSSplitter
-
- GTSStackFunction - Class in io.warp10.script
-
Deprecated.
- GTSStackFunction(String) - Constructor for class io.warp10.script.GTSStackFunction
-
Deprecated.
- GTSWrapper - Class in io.warp10.continuum.store.thrift.data
-
- GTSWrapper() - Constructor for class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- GTSWrapper(GTSWrapper) - Constructor for class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Performs a deep copy on other.
- GTSWrapper._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- GTSWrapperHelper - Class in io.warp10.continuum.gts
-
- GTSWrapperHelper() - Constructor for class io.warp10.continuum.gts.GTSWrapperHelper
-
- GUARD - Class in io.warp10.script.functions
-
- GUARD(String) - Constructor for class io.warp10.script.functions.GUARD
-
- GUARD - Static variable in class io.warp10.script.WarpScriptLib
-
- GZIP - Class in io.warp10.script.functions
-
Compresses a byte array or String
- GZIP(String) - Constructor for class io.warp10.script.functions.GZIP
-
- GZIP - Static variable in class io.warp10.script.WarpScriptLib
-
- id(Metadata) - Static method in class io.warp10.continuum.MetadataUtils
-
- id(MetadataUtils.MetadataID, Metadata) - Static method in class io.warp10.continuum.MetadataUtils
-
- IDENT - Class in io.warp10.script.functions
-
- IDENT(String) - Constructor for class io.warp10.script.functions.IDENT
-
- IDENT - Static variable in class io.warp10.script.WarpScriptLib
-
- IDWT - Class in io.warp10.script.functions
-
Apply Inverse Discrete Wavelet Transform
- IDWT(String) - Constructor for class io.warp10.script.functions.IDWT
-
- IDWT - Static variable in class io.warp10.script.WarpScriptLib
-
- IEEEREMAINDER - Static variable in class io.warp10.script.WarpScriptLib
-
- IFFT - Class in io.warp10.continuum.gts
-
Computes an inverse FFT given Re/Im or Amp/Phase pseudo GTS
Code implements Cooley-Tuckey radix-2, inspired by the following:
- IFFT() - Constructor for class io.warp10.continuum.gts.IFFT
-
- ifft(GeoTimeSerie, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.IFFT
-
- IFFT - Static variable in class io.warp10.script.WarpScriptLib
-
- IFFT.Builder - Class in io.warp10.continuum.gts
-
- IFT - Class in io.warp10.script.functions
-
Implements 'If-Then' conditional
2: Macro2
1: Macro1
IFT
Macro1 and Macro2 are popped out of the stack.
- IFT(String) - Constructor for class io.warp10.script.functions.IFT
-
- IFT - Static variable in class io.warp10.script.WarpScriptLib
-
- IFTE - Class in io.warp10.script.functions
-
Implements 'If-Then-Else' conditional
3: IF-macro
2: THEN-macro
1: ELSE-macro
IFTE
Macros are popped out of the stack.
- IFTE(String) - Constructor for class io.warp10.script.functions.IFTE
-
- IFTE - Static variable in class io.warp10.script.WarpScriptLib
-
- IMMUTABLE - Class in io.warp10.script.functions
-
Makes a map/list/set immutable
- IMMUTABLE(String) - Constructor for class io.warp10.script.functions.IMMUTABLE
-
- IMMUTABLE - Static variable in class io.warp10.script.WarpScriptLib
-
- IMPORT - Class in io.warp10.script.functions
-
- IMPORT(String) - Constructor for class io.warp10.script.functions.IMPORT
-
- IMPORT - Static variable in class io.warp10.script.WarpScriptLib
-
- IN_MEMORY_CHUNK_COUNT - Static variable in class io.warp10.continuum.Configuration
-
Number of chunks per GTS to handle in memory (defaults to 3)
- IN_MEMORY_CHUNK_LENGTH - Static variable in class io.warp10.continuum.Configuration
-
Length of each chunk (in time units), defaults to Long.MAX_VALUE
- IN_MEMORY_EPHEMERAL - Static variable in class io.warp10.continuum.Configuration
-
If set to true, then only the last recorded value of a GTS is kept
- INCLUDE - Class in io.warp10.script.functions
-
Reads a file and execute it as WarpScript code.
- INCLUDE(String, File, AtomicBoolean) - Constructor for class io.warp10.script.functions.INCLUDE
-
- INCLUDE(String, JarFile, AtomicBoolean) - Constructor for class io.warp10.script.functions.INCLUDE
-
- incOps() - Method in class io.warp10.script.MemoryWarpScriptStack
-
Increment the operation count and check for limit.
- INCREMENTEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- indexable(int, int, byte[]) - Static method in class io.warp10.script.SAXUtils
-
Return a String representation of the various levels of detail suitable
for doing multiresolution indexing.
- indexAtTick(GeoTimeSerie, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- indexOf(Object) - Method in class io.warp10.continuum.gts.COWList
-
- indexOf(Object) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- INDEXOF - Class in io.warp10.script.functions
-
- INDEXOF(String) - Constructor for class io.warp10.script.functions.INDEXOF
-
- INDEXOF - Static variable in class io.warp10.script.WarpScriptLib
-
- indexOf(Object) - Method in class io.warp10.WrapperList
-
- INFLATE - Class in io.warp10.script.functions
-
Decompresses a compressed byte array using ZLIB.
- INFLATE(String) - Constructor for class io.warp10.script.functions.INFLATE
-
- INFLATE - Static variable in class io.warp10.script.WarpScriptLib
-
- INFO - Class in io.warp10.script.functions
-
Consumes the map on the stack or leave it there and stop the script
if the stack is currently in documentation mode
- INFO(String) - Constructor for class io.warp10.script.functions.INFO
-
- INFO - Static variable in class io.warp10.script.WarpScriptLib
-
- INFOMODE - Class in io.warp10.script.functions
-
Toggle the 'documentation mode' of the stack
- INFOMODE(String) - Constructor for class io.warp10.script.functions.INFOMODE
-
- INFOMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- InformativeEmptyStackException - Exception in io.warp10.script
-
- InformativeEmptyStackException() - Constructor for exception io.warp10.script.InformativeEmptyStackException
-
- INGRESS_ACCEPTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of acceptors
- INGRESS_ACTIVITY_META - Static variable in class io.warp10.continuum.Configuration
-
Set this to true to take into account calls to meta in the GTS activity.
- INGRESS_ACTIVITY_UPDATE - Static variable in class io.warp10.continuum.Configuration
-
Set this to true to take into account updates in the GTS activity.
- INGRESS_ACTIVITY_WINDOW - Static variable in class io.warp10.continuum.Configuration
-
Length of the activity window in ms.
- INGRESS_ATTRIBUTES_ALLOWDELTA - Static variable in class io.warp10.continuum.Configuration
-
Set to true to allow attributes to be interpreted as a delta update
- INGRESS_CACHE_DUMP_PATH - Static variable in class io.warp10.continuum.Configuration
-
Path where the metadata cache should be dumped
- INGRESS_DELETE_ACTIVITY_SUPPORT - Static variable in class io.warp10.continuum.Configuration
-
Set to true to allow activeafter/quietafter parameters to delete requests.
- INGRESS_DELETE_ERROR_PREFIX - Static variable in class io.warp10.continuum.store.Constants
-
Prefix used when Ingress Delete reports an error
- INGRESS_DELETE_METADATA_INCLUDE - Static variable in class io.warp10.continuum.Configuration
-
Do we send Metadata in the Kafka message for delete operations?
- INGRESS_DELETE_METAONLY_SUPPORT - Static variable in class io.warp10.continuum.Configuration
-
Set to true to allow the /delete endpoint to only delete metadata.
- INGRESS_DELETE_REJECT - Static variable in class io.warp10.continuum.Configuration
-
If set to 'true' the /delete endpoint will reject all requests.
- INGRESS_DELETE_SHUFFLE - Static variable in class io.warp10.continuum.Configuration
-
Should we shuffle the GTS prior to issueing delete messages.
- INGRESS_HOST - Static variable in class io.warp10.continuum.Configuration
-
Host onto which the ingress server should listen
- INGRESS_IDLE_TIMEOUT - Static variable in class io.warp10.continuum.Configuration
-
Idle timeout
- INGRESS_JETTY_MAXQUEUESIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of Jetty ThreadPool queue size (unbounded by default)
- INGRESS_JETTY_THREADPOOL - Static variable in class io.warp10.continuum.Configuration
-
Number of threads in Jetty's Thread Pool
- INGRESS_KAFKA_DATA_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- INGRESS_KAFKA_DATA_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- INGRESS_KAFKA_DATA_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum message size for the 'data' topic, this value should be less than 2/3 the maximum Kafka message size
minus 64 to ensure all parsed data can be sent without error.
- INGRESS_KAFKA_DATA_POOLSIZE - Static variable in class io.warp10.continuum.Configuration
-
Size of Kafka Producer pool for the 'data' topic
- INGRESS_KAFKA_DATA_PRODUCER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Kafka broker list for the 'data' topic
- INGRESS_KAFKA_DATA_PRODUCER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client id for producing on the 'data' topic
- INGRESS_KAFKA_DATA_PRODUCER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Ingress Data Kafka Producer configuration keys
- INGRESS_KAFKA_DATA_REQUEST_TIMEOUT_MS - Static variable in class io.warp10.continuum.Configuration
-
Request timeout when talking to Kafka
- INGRESS_KAFKA_DATA_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Actual 'data' topic
- INGRESS_KAFKA_META_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- INGRESS_KAFKA_META_COMMITPERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often to commit the offsets for topic 'metadata' (in ms)
- INGRESS_KAFKA_META_CONSUMER_AUTO_OFFSET_RESET - Static variable in class io.warp10.continuum.Configuration
-
Offset reset strategy.
- INGRESS_KAFKA_META_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Client id to use for consuming the 'metadata' topic
- INGRESS_KAFKA_META_CONSUMER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Ingress Kafka Consumer configuration keys
- INGRESS_KAFKA_META_CONSUMER_PARTITION_ASSIGNMENT_STRATEGY - Static variable in class io.warp10.continuum.Configuration
-
Name of partition assignment strategy to use
- INGRESS_KAFKA_META_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Groupid to use for consuming the 'metadata' topic
- INGRESS_KAFKA_META_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- INGRESS_KAFKA_META_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to use for consuming the 'metadata' topic
- INGRESS_KAFKA_META_PRODUCER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client id for producing on the 'meta' topic
- INGRESS_KAFKA_META_PRODUCER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Ingress Metadata Kafka Producer configuration keys
- INGRESS_KAFKA_META_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Actual 'meta' topic
- INGRESS_KAFKA_METADATA_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for the metadata kafka cluster
- INGRESS_KAFKA_METADATA_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum message size for the 'metadata' topic
- INGRESS_KAFKA_METADATA_POOLSIZE - Static variable in class io.warp10.continuum.Configuration
-
Size of Kafka Producer pool for the 'metadata' topic
- INGRESS_KAFKA_METADATA_PRODUCER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Kafka broker list for the 'meta' topic
- INGRESS_KAFKA_THROTTLING_CONSUMER_AUTO_OFFSET_RESET - Static variable in class io.warp10.continuum.Configuration
-
Auto offset strategy to use when consuming the throttling topic.
- INGRESS_KAFKA_THROTTLING_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for the throttling kafka cluster
- INGRESS_KAFKA_THROTTLING_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Client id to use when consuming the throttling topic
- INGRESS_KAFKA_THROTTLING_CONSUMER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Ingress Throttling Kafka Consumer configuration keys
- INGRESS_KAFKA_THROTTLING_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Group id to use when consuming the throttling topic
- INGRESS_KAFKA_THROTTLING_PRODUCER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Kafka broker list for the throttling topic
- INGRESS_KAFKA_THROTTLING_PRODUCER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Optional client id to use when producing messages in the throttling topic
- INGRESS_KAFKA_THROTTLING_PRODUCER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Ingress Throttling Kafka Producer configuration keys
- INGRESS_KAFKA_THROTTLING_REQUEST_TIMEOUT_MS - Static variable in class io.warp10.continuum.Configuration
-
Kafka producer timeout for the throttling topic
- INGRESS_KAFKA_THROTTLING_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Name of the throttling topic
- INGRESS_MAXFUTURE_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Default maximum timestamp delta in the future for datapoints pushed to Warp 10, in ms.
- INGRESS_MAXFUTURE_OVERRIDE - Static variable in class io.warp10.continuum.Configuration
-
Absolute maximum timestamp delta in the future for datapoints pushed to Warp 10, in ms.
- INGRESS_MAXPAST_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Default maximum age of datapoints pushed to Warp 10, in ms.
- INGRESS_MAXPAST_OVERRIDE - Static variable in class io.warp10.continuum.Configuration
-
Absolute maximum age of datapoints pushed to Warp 10, in ms.
- INGRESS_METADATA_CACHE_SIZE - Static variable in class io.warp10.continuum.Configuration
-
Size of metadata cache in number of entries
- INGRESS_METADATA_DELETE_SOURCE - Static variable in class io.warp10.continuum.Configuration
-
Identification of Ingress/Delete as the Metadata source
- INGRESS_METADATA_SOURCE - Static variable in class io.warp10.continuum.Configuration
-
Identification of Ingress as the Metadata source
- INGRESS_METADATA_UPDATE_DELTA_ENDPOINT - Static variable in class io.warp10.continuum.Configuration
-
Identification if Ingress Metadata Update endpoint source when doing a delta update of attributes
- INGRESS_METADATA_UPDATE_ENDPOINT - Static variable in class io.warp10.continuum.Configuration
-
Identification of Ingress Metadata Update endpoint source
- INGRESS_OUTOFRANGE_IGNORE - Static variable in class io.warp10.continuum.Configuration
-
Set to true to silently ignore values which are outside the allowed time range
- INGRESS_PARSE_ATTRIBUTES - Static variable in class io.warp10.continuum.Configuration
-
Set to true to parse attributes in the data passed to /update.
- INGRESS_PLUGIN_CLASS - Static variable in class io.warp10.continuum.Configuration
-
Class name of ingress plugin to use
- INGRESS_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port onto which the ingress server should listen
- INGRESS_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
- INGRESS_SELECTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of selectors
- INGRESS_STORE_METADATA_INCLUDE - Static variable in class io.warp10.continuum.Configuration
-
Do we send Metadata in the Kafka message for store operations?
- INGRESS_TCP_BACKLOG - Static variable in class io.warp10.continuum.Configuration
-
TCP Backlog applied to the ingress server listener
- INGRESS_VALUE_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum value size, make sure it is less than 'max.encoder.size'
- INGRESS_WEBSOCKET_MAXMESSAGESIZE - Static variable in class io.warp10.continuum.Configuration
-
Max message size for the stream update websockets
- IngressPlugin - Class in io.warp10.warp.sdk
-
- IngressPlugin() - Constructor for class io.warp10.warp.sdk.IngressPlugin
-
- init(String) - Static method in class io.warp10.continuum.Tokens
-
- init(Configuration) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- init(Properties) - Static method in class io.warp10.script.WarpFleetMacroRepository
-
- init(Properties) - Static method in class io.warp10.script.WarpScriptMacroRepository
-
- init(Properties) - Method in class io.warp10.warp.sdk.AbstractWarp10Plugin
-
Method called to initialize the plugin
- init(Properties) - Method in class io.warp10.warp.sdk.DirectoryPlugin
-
Initialize the plugin.
- init() - Method in class io.warp10.warp.sdk.IngressPlugin
-
- initData(int) - Method in class io.warp10.script.functions.BINTO
-
- initData(int) - Method in class io.warp10.script.functions.BINTOHEX
-
- initData(int) - Method in class io.warp10.script.functions.BINTOx
-
Initialize the data structure which will be updated for each decoded byte.
- initialize(InputSplit, TaskAttemptContext) - Method in class io.warp10.hadoop.Warp10RecordReader
-
- initialize(InputSplit, TaskAttemptContext) - Method in class io.warp10.hadoop.WarpScriptRecordReader
-
- initialized() - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- inLinePositionEnd - Variable in class io.warp10.script.WarpScriptAuditStatement
-
- inLinePositionStart - Variable in class io.warp10.script.WarpScriptAuditStatement
-
- INPLACEADD - Class in io.warp10.script.binary
-
Adds the two operands on top of the stack but operates on lists and sets.
- INPLACEADD(String) - Constructor for class io.warp10.script.binary.INPLACEADD
-
- INPLACEADD - Static variable in class io.warp10.script.WarpScriptLib
-
- inputClass - Variable in class io.warp10.script.functions.GeoImporter
-
- inputType - Variable in class io.warp10.script.functions.GeoImporter
-
- insert(byte[], int, int) - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- insert(byte[], int, int) - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- instantiated() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- integrate(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
'Integrate' a GTS, considering the value at each tick is a rate of change per second.
- INTEGRATE - Class in io.warp10.script.functions
-
- INTEGRATE(String) - Constructor for class io.warp10.script.functions.INTEGRATE
-
- INTEGRATE - Static variable in class io.warp10.script.WarpScriptLib
-
- internalizeStrings(Metadata) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Transform a Metadata instance by 'intern'ing all of its strings.
- INTERPOLATE - Class in io.warp10.continuum.gts
-
Fills the gaps in a GTS by interpolating linearly.
- INTERPOLATE(String) - Constructor for class io.warp10.continuum.gts.INTERPOLATE
-
- interpolate(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.INTERPOLATE
-
- INTERPOLATE - Static variable in class io.warp10.script.WarpScriptLib
-
- INTERSECTION - Class in io.warp10.script.functions
-
Computes the intersection of two sets
- INTERSECTION(String) - Constructor for class io.warp10.script.functions.INTERSECTION
-
- INTERSECTION - Static variable in class io.warp10.script.WarpScriptLib
-
- INV - Class in io.warp10.script.functions
-
Inverses a matrix
- INV(String) - Constructor for class io.warp10.script.functions.INV
-
- INV - Static variable in class io.warp10.script.WarpScriptLib
-
- invert(byte[]) - Static method in class io.warp10.crypto.CryptoUtils
-
Invert byte [ ].
- invert() - Method in class io.warp10.script.fastdtw.WarpPath
-
- invertedCopy() - Method in class io.warp10.script.fastdtw.WarpPath
-
- io.warp10 - package io.warp10
-
- io.warp10.continuum - package io.warp10.continuum
-
- io.warp10.continuum.gts - package io.warp10.continuum.gts
-
- io.warp10.continuum.sensision - package io.warp10.continuum.sensision
-
- io.warp10.continuum.store - package io.warp10.continuum.store
-
- io.warp10.continuum.store.thrift.data - package io.warp10.continuum.store.thrift.data
-
- io.warp10.continuum.thrift.data - package io.warp10.continuum.thrift.data
-
- io.warp10.crypto - package io.warp10.crypto
-
- io.warp10.hadoop - package io.warp10.hadoop
-
- io.warp10.json - package io.warp10.json
-
- io.warp10.quasar.filter - package io.warp10.quasar.filter
-
- io.warp10.quasar.filter.exception - package io.warp10.quasar.filter.exception
-
- io.warp10.quasar.token.thrift.data - package io.warp10.quasar.token.thrift.data
-
- io.warp10.script - package io.warp10.script
-
- io.warp10.script.aggregator - package io.warp10.script.aggregator
-
- io.warp10.script.binary - package io.warp10.script.binary
-
- io.warp10.script.ext.concurrent - package io.warp10.script.ext.concurrent
-
- io.warp10.script.ext.http - package io.warp10.script.ext.http
-
- io.warp10.script.ext.logging - package io.warp10.script.ext.logging
-
- io.warp10.script.ext.rexec - package io.warp10.script.ext.rexec
-
- io.warp10.script.ext.sensision - package io.warp10.script.ext.sensision
-
- io.warp10.script.ext.shadow - package io.warp10.script.ext.shadow
-
- io.warp10.script.ext.sharding - package io.warp10.script.ext.sharding
-
- io.warp10.script.ext.shm - package io.warp10.script.ext.shm
-
- io.warp10.script.ext.stackps - package io.warp10.script.ext.stackps
-
- io.warp10.script.ext.token - package io.warp10.script.ext.token
-
- io.warp10.script.ext.warprun - package io.warp10.script.ext.warprun
-
- io.warp10.script.fastdtw - package io.warp10.script.fastdtw
-
- io.warp10.script.filler - package io.warp10.script.filler
-
- io.warp10.script.filter - package io.warp10.script.filter
-
- io.warp10.script.functions - package io.warp10.script.functions
-
- io.warp10.script.functions.math - package io.warp10.script.functions.math
-
- io.warp10.script.functions.shape - package io.warp10.script.functions.shape
-
- io.warp10.script.fwt - package io.warp10.script.fwt
-
- io.warp10.script.fwt.wavelets - package io.warp10.script.fwt.wavelets
-
- io.warp10.script.mapper - package io.warp10.script.mapper
-
- io.warp10.script.op - package io.warp10.script.op
-
- io.warp10.script.processing - package io.warp10.script.processing
-
Package with WarpScript functions dedicated to the support of the Processing language
The following Processing functions are supported
pushStyle
popStyle
arc
point
line
ellipse
triangle
rect
quad
smooth
noSmooth
bezier
bezierDetail
bezierPoint
bezierTangent
curve
curveDetail
curvePoint
curveTangent
curveTightness
box
sphere
sphereDetail
ellipseMode
rectMode
strokeCap
strokeJoin
strokeWeight
applyMatrix
popMatrix
pushMatrix
resetMatrix
rotate
rotateX
rotateY
rotateZ
scale
shearX
shearY
translate
- io.warp10.script.processing.color - package io.warp10.script.processing.color
-
- io.warp10.script.processing.image - package io.warp10.script.processing.image
-
- io.warp10.script.processing.math - package io.warp10.script.processing.math
-
- io.warp10.script.processing.rendering - package io.warp10.script.processing.rendering
-
- io.warp10.script.processing.shape - package io.warp10.script.processing.shape
-
- io.warp10.script.processing.structure - package io.warp10.script.processing.structure
-
- io.warp10.script.processing.transform - package io.warp10.script.processing.transform
-
- io.warp10.script.processing.typography - package io.warp10.script.processing.typography
-
- io.warp10.script.thrift.data - package io.warp10.script.thrift.data
-
- io.warp10.script.unary - package io.warp10.script.unary
-
- io.warp10.standalone - package io.warp10.standalone
-
- io.warp10.warp.sdk - package io.warp10.warp.sdk
-
- isBinary() - Method in class io.warp10.continuum.gts.GTSDecoder
-
- isBucketized(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- isBucketized(GTSWrapper) - Static method in class io.warp10.continuum.gts.GTSWrapperHelper
-
- isCache() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- isCompressed() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Flag indicating if 'encoded' is gzip compressed
- isCompressed() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Flag indicating whether the content is compressed or not
- isCompressed() - Method in class io.warp10.script.thrift.data.SecureScript
-
Flag indicating that the script content is compressed.
- isDataviz() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
The read token is used for data visualisation, default false
- isDouble(String) - Static method in class io.warp10.continuum.gts.UnsafeString
-
- isDurationBucketized(GeoTimeSerie) - Static method in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- isEmpty() - Method in class io.warp10.continuum.gts.COWList
-
- isEmpty() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- isEncrypt() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- isExpired() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- isGroovy() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
DEPRECATED.
- isGzipped() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- isInComment() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- isInMultiline() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- isInSecureScript() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- isInstantiated() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- isInWindow(int, int) - Method in class io.warp10.script.fastdtw.SearchWindow
-
- isLong(String) - Static method in class io.warp10.continuum.gts.UnsafeString
-
- isLookup() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
true if a lookup is necessary, default false
- isLookup() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
true if a lookup is necessary, default false
- ISNaN - Class in io.warp10.script.functions
-
- ISNaN(String) - Constructor for class io.warp10.script.functions.ISNaN
-
- ISNAN - Static variable in class io.warp10.script.WarpScriptLib
-
- isNew(long) - Method in class io.warp10.script.HyperLogLogPlus
-
Check if 'x' would modify the cardinality estimation
- isNormal(GeoTimeSerie, int, double, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Determine if a GTS' values are normally distributed.
- ISNULL - Class in io.warp10.script.functions
-
- ISNULL(String) - Constructor for class io.warp10.script.functions.ISNULL
-
- ISNULL - Static variable in class io.warp10.script.WarpScriptLib
-
- ISO8601 - Class in io.warp10.script.functions
-
Replaces the timestamp on the stack with a string representation of its instant.
- ISO8601(String) - Constructor for class io.warp10.script.functions.ISO8601
-
- ISO8601 - Static variable in class io.warp10.script.WarpScriptLib
-
- ISODURATION - Class in io.warp10.script.functions
-
Convert a duration in time units into one suitable for humans...
- ISODURATION(String) - Constructor for class io.warp10.script.functions.ISODURATION
-
- ISODURATION - Static variable in class io.warp10.script.WarpScriptLib
-
- isonormalize(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Normalize a GTS, replacing X by (X-MEAN)/(MAX-MIN) or 1.0
- ISONORMALIZE - Class in io.warp10.script.functions
-
Normalize numeric GTS instances (replace X by (X-mean)/(max -min) or by 1 if max == min)
- ISONORMALIZE(String) - Constructor for class io.warp10.script.functions.ISONORMALIZE
-
- ISONORMALIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- isParallelScanners() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Flag indicating whether or not to use parallel scanners if available.
- isPersist() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- isPropertiesSet() - Static method in class io.warp10.WarpConfig
-
- isReadOnly() - Method in class io.warp10.continuum.gts.COWList
-
- isRenamed() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- isReversed(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Tell if a GTS instance is considered reversed.
- isSecure() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- isSet(DatalogMessage._Fields) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DatalogRecord._Fields) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DirectoryRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DirectoryStatsRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DirectoryStatsResponse._Fields) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FetchRequest._Fields) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GTSData._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GTSSplit._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GTSWrapper._Fields) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KafkaDataMessage._Fields) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(Metadata._Fields) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MetaSet._Fields) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(HyperLogLogPlusParameters._Fields) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LoggingEvent._Fields) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(RunRequest._Fields) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ReadToken._Fields) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(WriteToken._Fields) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(SecureScript._Fields) - Method in class io.warp10.script.thrift.data.SecureScript
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(StackInteractionReport._Fields) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(StackTrace._Fields) - Method in class io.warp10.script.thrift.data.StackTrace
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(Throwable._Fields) - Method in class io.warp10.script.thrift.data.Throwable
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSetActiveAfter() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field activeAfter is set (has been assigned a value) and false otherwise
- isSetAppName() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field appName is set (has been assigned a value) and false otherwise
- isSetAppName() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field appName is set (has been assigned a value) and false otherwise
- isSetApps() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field apps is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetAttributes() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field attributes is set (has been assigned a value) and false otherwise
- isSetBase() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field base is set (has been assigned a value) and false otherwise
- isSetBaseTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field baseTimestamp is set (has been assigned a value) and false otherwise
- isSetBilledId() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field billedId is set (has been assigned a value) and false otherwise
- isSetBucketcount() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field bucketcount is set (has been assigned a value) and false otherwise
- isSetBucketspan() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field bucketspan is set (has been assigned a value) and false otherwise
- isSetClassCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field classCardinality is set (has been assigned a value) and false otherwise
- isSetClassId() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field classId is set (has been assigned a value) and false otherwise
- isSetClassId() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field classId is set (has been assigned a value) and false otherwise
- isSetClassId() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field classId is set (has been assigned a value) and false otherwise
- isSetClassNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
Returns true if field classNames is set (has been assigned a value) and false otherwise
- isSetClassSelector() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Returns true if field classSelector is set (has been assigned a value) and false otherwise
- isSetClassSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field classSelectors is set (has been assigned a value) and false otherwise
- isSetCommitref() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field commitref is set (has been assigned a value) and false otherwise
- isSetCompressed() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field compressed is set (has been assigned a value) and false otherwise
- isSetCompressed() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field compressed is set (has been assigned a value) and false otherwise
- isSetCompressed() - Method in class io.warp10.script.thrift.data.SecureScript
-
Returns true if field compressed is set (has been assigned a value) and false otherwise
- isSetCompressionPasses() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field compressionPasses is set (has been assigned a value) and false otherwise
- isSetContent() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field content is set (has been assigned a value) and false otherwise
- isSetCount() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field count is set (has been assigned a value) and false otherwise
- isSetCount() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field count is set (has been assigned a value) and false otherwise
- isSetData() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field data is set (has been assigned a value) and false otherwise
- isSetData() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field data is set (has been assigned a value) and false otherwise
- isSetDataviz() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field dataviz is set (has been assigned a value) and false otherwise
- isSetDeletionEndTimestamp() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field deletionEndTimestamp is set (has been assigned a value) and false otherwise
- isSetDeletionMinAge() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field deletionMinAge is set (has been assigned a value) and false otherwise
- isSetDeletionStartTimestamp() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field deletionStartTimestamp is set (has been assigned a value) and false otherwise
- isSetEncoded() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field encoded is set (has been assigned a value) and false otherwise
- isSetEncoder() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field encoder is set (has been assigned a value) and false otherwise
- isSetEncrypt() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field encrypt is set (has been assigned a value) and false otherwise
- isSetEndTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field endTimestamp is set (has been assigned a value) and false otherwise
- isSetError() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field error is set (has been assigned a value) and false otherwise
- isSetExcluded() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field excluded is set (has been assigned a value) and false otherwise
- isSetExpiry() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Returns true if field expiry is set (has been assigned a value) and false otherwise
- isSetExpiry() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field expiry is set (has been assigned a value) and false otherwise
- isSetExpiryTimestamp() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field expiryTimestamp is set (has been assigned a value) and false otherwise
- isSetExpiryTimestamp() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field expiryTimestamp is set (has been assigned a value) and false otherwise
- isSetFileNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
Returns true if field fileNames is set (has been assigned a value) and false otherwise
- isSetForward() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field forward is set (has been assigned a value) and false otherwise
- isSetGroovy() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field groovy is set (has been assigned a value) and false otherwise
- isSetGtsCount() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field gtsCount is set (has been assigned a value) and false otherwise
- isSetGzipped() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field gzipped is set (has been assigned a value) and false otherwise
- isSetHash() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Returns true if field hash is set (has been assigned a value) and false otherwise
- isSetHooks() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field hooks is set (has been assigned a value) and false otherwise
- isSetId() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field id is set (has been assigned a value) and false otherwise
- isSetId() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field id is set (has been assigned a value) and false otherwise
- isSetIndices() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field indices is set (has been assigned a value) and false otherwise
- isSetIndices() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field indices is set (has been assigned a value) and false otherwise
- isSetInitTime() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field initTime is set (has been assigned a value) and false otherwise
- isSetIssuanceTimestamp() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field issuanceTimestamp is set (has been assigned a value) and false otherwise
- isSetIssuanceTimestamp() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field issuanceTimestamp is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class io.warp10.script.thrift.data.SecureScript
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetLabelNamesCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field labelNamesCardinality is set (has been assigned a value) and false otherwise
- isSetLabels() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field labels is set (has been assigned a value) and false otherwise
- isSetLabels() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field labels is set (has been assigned a value) and false otherwise
- isSetLabels() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field labels is set (has been assigned a value) and false otherwise
- isSetLabelsId() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field labelsId is set (has been assigned a value) and false otherwise
- isSetLabelsId() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field labelsId is set (has been assigned a value) and false otherwise
- isSetLabelsId() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field labelsId is set (has been assigned a value) and false otherwise
- isSetLabelsSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field labelsSelectors is set (has been assigned a value) and false otherwise
- isSetLabelsSelectors() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Returns true if field labelsSelectors is set (has been assigned a value) and false otherwise
- isSetLabelValuesCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field labelValuesCardinality is set (has been assigned a value) and false otherwise
- isSetLastActivity() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field lastActivity is set (has been assigned a value) and false otherwise
- isSetLastbucket() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field lastbucket is set (has been assigned a value) and false otherwise
- isSetLineNumbers() - Method in class io.warp10.script.thrift.data.StackTrace
-
Returns true if field lineNumbers is set (has been assigned a value) and false otherwise
- isSetLookup() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field lookup is set (has been assigned a value) and false otherwise
- isSetLookup() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field lookup is set (has been assigned a value) and false otherwise
- isSetMaxduration() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field maxduration is set (has been assigned a value) and false otherwise
- isSetMaxFetchSize() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field maxFetchSize is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in class io.warp10.script.thrift.data.Throwable
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetMetadata() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field metadata is set (has been assigned a value) and false otherwise
- isSetMetadata() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Returns true if field metadata is set (has been assigned a value) and false otherwise
- isSetMetadata() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field metadata is set (has been assigned a value) and false otherwise
- isSetMetadatas() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field metadatas is set (has been assigned a value) and false otherwise
- isSetMetadatas() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Returns true if field metadatas is set (has been assigned a value) and false otherwise
- isSetMetadatas() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field metadatas is set (has been assigned a value) and false otherwise
- isSetMethodNames() - Method in class io.warp10.script.thrift.data.StackTrace
-
Returns true if field methodNames is set (has been assigned a value) and false otherwise
- isSetName() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field name is set (has been assigned a value) and false otherwise
- isSetNonce() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field nonce is set (has been assigned a value) and false otherwise
- isSetNotafter() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field notafter is set (has been assigned a value) and false otherwise
- isSetNotbefore() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field notbefore is set (has been assigned a value) and false otherwise
- isSetNow() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field now is set (has been assigned a value) and false otherwise
- isSetOwnerId() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field ownerId is set (has been assigned a value) and false otherwise
- isSetOwners() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field owners is set (has been assigned a value) and false otherwise
- isSetP() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field p is set (has been assigned a value) and false otherwise
- isSetParallelScanners() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field parallelScanners is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPerClassCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field perClassCardinality is set (has been assigned a value) and false otherwise
- isSetPeriodicity() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field periodicity is set (has been assigned a value) and false otherwise
- isSetPerLabelValueCardinality() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Returns true if field perLabelValueCardinality is set (has been assigned a value) and false otherwise
- isSetPostBoundary() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field postBoundary is set (has been assigned a value) and false otherwise
- isSetPprime() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field pprime is set (has been assigned a value) and false otherwise
- isSetPreBoundary() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field preBoundary is set (has been assigned a value) and false otherwise
- isSetProducerId() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field producerId is set (has been assigned a value) and false otherwise
- isSetProducers() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field producers is set (has been assigned a value) and false otherwise
- isSetQuietAfter() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field quietAfter is set (has been assigned a value) and false otherwise
- isSetRecord() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field record is set (has been assigned a value) and false otherwise
- isSetRef() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field ref is set (has been assigned a value) and false otherwise
- isSetRegisters() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field registers is set (has been assigned a value) and false otherwise
- isSetSample() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field sample is set (has been assigned a value) and false otherwise
- isSetScheduledAt() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field scheduledAt is set (has been assigned a value) and false otherwise
- isSetScheduler() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Returns true if field scheduler is set (has been assigned a value) and false otherwise
- isSetScript() - Method in class io.warp10.script.thrift.data.SecureScript
-
Returns true if field script is set (has been assigned a value) and false otherwise
- isSetScriptLines() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field scriptLines is set (has been assigned a value) and false otherwise
- isSetScriptTimes() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field scriptTimes is set (has been assigned a value) and false otherwise
- isSetSeekts() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field seekts is set (has been assigned a value) and false otherwise
- isSetShards() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field shards is set (has been assigned a value) and false otherwise
- isSetShardShift() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field shardShift is set (has been assigned a value) and false otherwise
- isSetSig() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field sig is set (has been assigned a value) and false otherwise
- isSetSkip() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field skip is set (has been assigned a value) and false otherwise
- isSetSorted() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Returns true if field sorted is set (has been assigned a value) and false otherwise
- isSetSource() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Returns true if field source is set (has been assigned a value) and false otherwise
- isSetSparse() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field sparse is set (has been assigned a value) and false otherwise
- isSetSparseList() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field sparseList is set (has been assigned a value) and false otherwise
- isSetSparseListLen() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Returns true if field sparseListLen is set (has been assigned a value) and false otherwise
- isSetStackTrace() - Method in class io.warp10.script.thrift.data.Throwable
-
Returns true if field stackTrace is set (has been assigned a value) and false otherwise
- isSetStart() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field start is set (has been assigned a value) and false otherwise
- isSetStartTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Returns true if field startTimestamp is set (has been assigned a value) and false otherwise
- isSetStep() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field step is set (has been assigned a value) and false otherwise
- isSetStop() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field stop is set (has been assigned a value) and false otherwise
- isSetStoreTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field storeTimestamp is set (has been assigned a value) and false otherwise
- isSetThents() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field thents is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.script.thrift.data.SecureScript
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestamp() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field timestamp is set (has been assigned a value) and false otherwise
- isSetTimestep() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field timestep is set (has been assigned a value) and false otherwise
- isSetToken() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field token is set (has been assigned a value) and false otherwise
- isSetToken() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Returns true if field token is set (has been assigned a value) and false otherwise
- isSetToken() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Returns true if field token is set (has been assigned a value) and false otherwise
- isSetToken() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Returns true if field token is set (has been assigned a value) and false otherwise
- isSetTokens() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field tokens is set (has been assigned a value) and false otherwise
- isSetTokenType() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Returns true if field tokenType is set (has been assigned a value) and false otherwise
- isSetTokenType() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Returns true if field tokenType is set (has been assigned a value) and false otherwise
- isSetType() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetType() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetType() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetUuid() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Returns true if field uuid is set (has been assigned a value) and false otherwise
- isSorted(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Tell if a GTS instance is considered sorted.
- isSorted() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Optional flag indicating the returned Metadata MUST absolutely be sorted.
- isSparse() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- isStandaloneMode() - Static method in class io.warp10.WarpConfig
-
- iterator() - Method in class io.warp10.continuum.gts.COWList
-
- iterator() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- iterator(DirectoryRequest) - Method in interface io.warp10.continuum.store.DirectoryClient
-
- iterator() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- iterator() - Method in class io.warp10.WrapperList
-
- M - Static variable in class io.warp10.script.WarpScriptLib
-
- Macro() - Constructor for class io.warp10.script.WarpScriptStack.Macro
-
- MACRO_END - Static variable in interface io.warp10.script.WarpScriptStack
-
- MACRO_START - Static variable in interface io.warp10.script.WarpScriptStack
-
- MACROBUCKETIZER - Static variable in class io.warp10.script.WarpScriptLib
-
- macroClose() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- macroClose() - Method in interface io.warp10.script.WarpScriptStack
-
Closes the currently open macro (after macroOpen was called) and
push it onto the stack.
- MACROCONFIG - Class in io.warp10.script.functions
-
Reads macro configuration keys
This function is not intended to be used outside of Macro Repositories, Macro libraries and WarpFleet Resolver
- MACROCONFIG(String, boolean) - Constructor for class io.warp10.script.functions.MACROCONFIG
-
- MACROCONFIG(String) - Constructor for class io.warp10.script.functions.MACROCONFIG
-
- MACROCONFIG - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROCONFIGDEFAULT - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROFILLER - Class in io.warp10.script.functions
-
- MACROFILLER(String) - Constructor for class io.warp10.script.functions.MACROFILLER
-
- MACROFILLER - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROFILLER.MacroFillerWrapper - Class in io.warp10.script.functions
-
- MacroFillerWrapper(String, WarpScriptStack, WarpScriptStack.Macro, int, int) - Constructor for class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- MACROFILTER - Class in io.warp10.script.functions
-
- MACROFILTER(String) - Constructor for class io.warp10.script.functions.MACROFILTER
-
- MACROFILTER - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROFILTER.MacroFilterWrapper - Class in io.warp10.script.functions
-
- MacroFilterWrapper(String, WarpScriptStack, WarpScriptStack.Macro) - Constructor for class io.warp10.script.functions.MACROFILTER.MacroFilterWrapper
-
- MacroHelper - Class in io.warp10.script
-
Class containing various methods related to macros.
- MacroHelper() - Constructor for class io.warp10.script.MacroHelper
-
- MACROMAPPER - Class in io.warp10.script.functions
-
- MACROMAPPER(String) - Constructor for class io.warp10.script.functions.MACROMAPPER
-
- MACROMAPPER - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROMAPPER.MacroMapperWrapper - Class in io.warp10.script.functions
-
- MacroMapperWrapper(String, WarpScriptStack, WarpScriptStack.Macro) - Constructor for class io.warp10.script.functions.MACROMAPPER.MacroMapperWrapper
-
- macroOpen() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- macroOpen() - Method in interface io.warp10.script.WarpScriptStack
-
Force the stack to create a macro with all following statements.
- MACROREDUCER - Static variable in class io.warp10.script.WarpScriptLib
-
- MacroResolver - Class in io.warp10.warp.sdk
-
- MacroResolver() - Constructor for class io.warp10.warp.sdk.MacroResolver
-
- MacroSerializer - Class in io.warp10.json
-
- MacroSerializer() - Constructor for class io.warp10.json.MacroSerializer
-
- MACROTO - Class in io.warp10.script.functions
-
- MACROTO(String) - Constructor for class io.warp10.script.functions.MACROTO
-
- MACROTO - Static variable in class io.warp10.script.WarpScriptLib
-
- MACROTTL - Class in io.warp10.script.functions
-
Sets the TTL for a macro which is loaded from disk or http
- MACROTTL(String) - Constructor for class io.warp10.script.functions.MACROTTL
-
- MACROTTL - Static variable in class io.warp10.script.WarpScriptLib
-
- MAD - Class in io.warp10.script.aggregator
-
Return the Median Absolute Deviation
- MAD(String) - Constructor for class io.warp10.script.aggregator.MAD
-
- madsigma(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
Compute mu and sigma or median and mad, given useMedian is true or false
Mad is returned modified as an estimate of sigma
- main(String[]) - Static method in class io.warp10.script.functions.RunTests
-
- main(String...) - Static method in class io.warp10.WarpConfig
-
- MAKEGTS - Class in io.warp10.script.functions
-
Push onto the stack a GTS built from arrays
- MAKEGTS(String) - Constructor for class io.warp10.script.functions.MAKEGTS
-
- MAKEGTS - Static variable in class io.warp10.script.WarpScriptLib
-
- MAN - Class in io.warp10.script.functions
-
- MAN(String) - Constructor for class io.warp10.script.functions.MAN
-
- MAN - Static variable in class io.warp10.script.WarpScriptLib
-
- MANAGERONOFF - Class in io.warp10.script.functions
-
- MANAGERONOFF(String, String, boolean) - Constructor for class io.warp10.script.functions.MANAGERONOFF
-
- manhattan(double[][], int, double[][], int) - Static method in class io.warp10.script.functions.DTW
-
- map(GeoTimeSerie, WarpScriptMapperFunction, long, long, long, boolean, int, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- map(GeoTimeSerie, Object, long, long, long, boolean, int, boolean, WarpScriptStack) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- map(GeoTimeSerie, Object, long, long, long, boolean, int, boolean, WarpScriptStack, List<Long>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- map(GeoTimeSerie, Object, long, long, long, boolean, int, boolean, WarpScriptStack, List<Long>, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Apply a mapper on a GeoTimeSerie instance and produce a new
GTS instance with the result of the mapper application.
- map(GeoTimeSerie, WarpScriptMapperFunction, long, long, long, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- map(GeoTimeSerie, WarpScriptMapperFunction, long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- MAP - Class in io.warp10.script.functions
-
Apply a mapper on some GTS instances
- MAP(String) - Constructor for class io.warp10.script.functions.MAP
-
- MAP - Static variable in class io.warp10.script.WarpScriptLib
-
- MAP_END - Static variable in class io.warp10.script.WarpScriptLib
-
- MAP_START - Static variable in class io.warp10.script.WarpScriptLib
-
- mapFromToken(TBase) - Static method in class io.warp10.script.ext.token.TOKENDUMP
-
- MAPID - Class in io.warp10.script.functions
-
Compute a UUID for an input map
- MAPID(String) - Constructor for class io.warp10.script.functions.MAPID
-
- MAPID - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_EQ_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GE_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GEO_APPROXIMATE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GEO_CLEAR - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GEO_FENCE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GEO_OUTSIDE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GEO_WITHIN - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_GT_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_HIGHEST - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LE_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LOWEST - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_LT_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_MAX - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_MIN - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE_ELEV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE_HHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE_LAT - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE_LON - Static variable in class io.warp10.script.WarpScriptLib
-
- MAPPER_NE_TICK - Static variable in class io.warp10.script.WarpScriptLib
-
- MapperAbs - Class in io.warp10.script.mapper
-
Mapper which returns the absolute value of the value passed as parameter
- MapperAbs(String) - Constructor for class io.warp10.script.mapper.MapperAbs
-
- MapperAdd - Class in io.warp10.script.mapper
-
Mapper which adds a value to the value passed as parameter
- MapperAdd(String, Object) - Constructor for class io.warp10.script.mapper.MapperAdd
-
- MapperAdd.Builder - Class in io.warp10.script.mapper
-
- MapperbSAX - Class in io.warp10.script.mapper
-
Mapper which computes the bSAX symbol given a wordlength and a tick step
- MapperbSAX(String, int, int, int) - Constructor for class io.warp10.script.mapper.MapperbSAX
-
- MapperbSAX.Builder - Class in io.warp10.script.mapper
-
- MapperCeil - Class in io.warp10.script.mapper
-
Mapper which returns the ceiling of the value passed as parameter
- MapperCeil(String) - Constructor for class io.warp10.script.mapper.MapperCeil
-
- MapperCompareTo - Class in io.warp10.script.mapper
-
- MapperCompareTo(String, CompareTo.Compared, CompareTo.Comparison) - Constructor for class io.warp10.script.mapper.MapperCompareTo
-
- MapperDateTime - Class in io.warp10.script.mapper
-
- MapperDateTime(String, Object) - Constructor for class io.warp10.script.mapper.MapperDateTime
-
- MapperDayOfMonth - Class in io.warp10.script.mapper
-
Mapper which returns the day of the tick for which it
is computed.
- MapperDayOfMonth(String, Object) - Constructor for class io.warp10.script.mapper.MapperDayOfMonth
-
- MapperDayOfMonth.Builder - Class in io.warp10.script.mapper
-
- MapperDayOfWeek - Class in io.warp10.script.mapper
-
Mapper which returns the day of the week of the tick for which it
is computed.
- MapperDayOfWeek(String, Object) - Constructor for class io.warp10.script.mapper.MapperDayOfWeek
-
- MapperDayOfWeek.Builder - Class in io.warp10.script.mapper
-
- MapperDotProduct - Class in io.warp10.script.mapper
-
Mapper which operates a dot product between an input vector and the sliding window
- MapperDotProduct(String, double[]) - Constructor for class io.warp10.script.mapper.MapperDotProduct
-
- MapperDotProduct.Builder - Class in io.warp10.script.mapper
-
- MapperDotProductPositive - Class in io.warp10.script.mapper
-
Mapper which operates a dot product between an input vector and the sliding window and
returns the positive value of the dot product (max(0, dotproduct)).
- MapperDotProductPositive(String, double[]) - Constructor for class io.warp10.script.mapper.MapperDotProductPositive
-
- MapperDotProductPositive.Builder - Class in io.warp10.script.mapper
-
- MapperDotProductSigmoid - Class in io.warp10.script.mapper
-
Mapper which operates a dot product between an input vector and the sliding window and
returns the sigmoid of the result
- MapperDotProductSigmoid(String, double[]) - Constructor for class io.warp10.script.mapper.MapperDotProductSigmoid
-
- MapperDotProductSigmoid.Builder - Class in io.warp10.script.mapper
-
- MapperDotProductTanh - Class in io.warp10.script.mapper
-
Mapper which operates a dot product between an input vector and the sliding window and
returns the tanh of the result
- MapperDotProductTanh(String, double[]) - Constructor for class io.warp10.script.mapper.MapperDotProductTanh
-
- MapperDotProductTanh.Builder - Class in io.warp10.script.mapper
-
- MapperExp - Class in io.warp10.script.mapper
-
Raises a constant to the power of the value passed as parameter.
- MapperExp(String, Object) - Constructor for class io.warp10.script.mapper.MapperExp
-
- MapperExp.Builder - Class in io.warp10.script.mapper
-
- MapperFinite - Class in io.warp10.script.mapper
-
Mapper which returns its input value only if it is finite (i.e a non DOUBLE or a DOUBLE which is neither NaN nor Infinity)
- MapperFinite(String) - Constructor for class io.warp10.script.mapper.MapperFinite
-
- MapperFloor - Class in io.warp10.script.mapper
-
Mapper which returns the floor of the value passed as parameter
- MapperFloor(String) - Constructor for class io.warp10.script.mapper.MapperFloor
-
- MapperGeoApproximate - Class in io.warp10.script.mapper
-
Mapper which approximates a location at the given resolution (even number from 2 to 32)
- MapperGeoApproximate(String, int) - Constructor for class io.warp10.script.mapper.MapperGeoApproximate
-
Default constructor
- MapperGeoApproximate.Builder - Class in io.warp10.script.mapper
-
- MapperGeoClearPosition - Class in io.warp10.script.mapper
-
Mapper which clears the position at 'tick'
- MapperGeoClearPosition(String) - Constructor for class io.warp10.script.mapper.MapperGeoClearPosition
-
- MapperGeoElevation - Class in io.warp10.script.mapper
-
Mapper which returns the longitude of the tick
- MapperGeoElevation(String) - Constructor for class io.warp10.script.mapper.MapperGeoElevation
-
- MapperGeoFence - Class in io.warp10.script.mapper
-
Mapper which returns true or false whether a point location falls within or outside a given GeoShape.
- MapperGeoFence(String, GeoXPLib.GeoXPShape) - Constructor for class io.warp10.script.mapper.MapperGeoFence
-
- MapperGeoFence.Builder - Class in io.warp10.script.mapper
-
- MapperGeoLatitude - Class in io.warp10.script.mapper
-
Mapper which returns the latitude of the tick
- MapperGeoLatitude(String) - Constructor for class io.warp10.script.mapper.MapperGeoLatitude
-
- MapperGeoLongitude - Class in io.warp10.script.mapper
-
Mapper which returns the longitude of the tick
- MapperGeoLongitude(String) - Constructor for class io.warp10.script.mapper.MapperGeoLongitude
-
- MapperGeoOutside - Class in io.warp10.script.mapper
-
Mapper which returns a value for a tick if the value has a location
outside the given Geo Shape.
- MapperGeoOutside(String, GeoXPLib.GeoXPShape) - Constructor for class io.warp10.script.mapper.MapperGeoOutside
-
Default constructor, the timezone will be UTC
- MapperGeoOutside.Builder - Class in io.warp10.script.mapper
-
- MapperGeoWithin - Class in io.warp10.script.mapper
-
Mapper which returns a value for a tick if the value has a location
contained in the given Geo Shape.
- MapperGeoWithin(String, GeoXPLib.GeoXPShape) - Constructor for class io.warp10.script.mapper.MapperGeoWithin
-
Default constructor, the timezone will be UTC
- MapperGeoWithin.Builder - Class in io.warp10.script.mapper
-
- MapperHourOfDay - Class in io.warp10.script.mapper
-
Mapper which returns the hour of the tick for which it
is computed.
- MapperHourOfDay(String, Object) - Constructor for class io.warp10.script.mapper.MapperHourOfDay
-
- MapperHourOfDay.Builder - Class in io.warp10.script.mapper
-
- MapperKernel - Class in io.warp10.script.mapper
-
- MapperKernel(String) - Constructor for class io.warp10.script.mapper.MapperKernel
-
- MapperKernelCosine - Class in io.warp10.script.mapper
-
Cosine kernel
- MapperKernelCosine(String) - Constructor for class io.warp10.script.mapper.MapperKernelCosine
-
- MapperKernelEpanechnikov - Class in io.warp10.script.mapper
-
Epanechnikov kernel
- MapperKernelEpanechnikov(String) - Constructor for class io.warp10.script.mapper.MapperKernelEpanechnikov
-
- MapperKernelGaussian - Class in io.warp10.script.mapper
-
Gaussian kernel
- MapperKernelGaussian(String) - Constructor for class io.warp10.script.mapper.MapperKernelGaussian
-
- MapperKernelLogistic - Class in io.warp10.script.mapper
-
Logistic kernel
- MapperKernelLogistic(String) - Constructor for class io.warp10.script.mapper.MapperKernelLogistic
-
- MapperKernelQuartic - Class in io.warp10.script.mapper
-
Quartic (biweight) kernel
- MapperKernelQuartic(String) - Constructor for class io.warp10.script.mapper.MapperKernelQuartic
-
- MapperKernelSilverman - Class in io.warp10.script.mapper
-
Silverman kernel
- MapperKernelSilverman(String) - Constructor for class io.warp10.script.mapper.MapperKernelSilverman
-
- MapperKernelSmoother - Class in io.warp10.script.mapper
-
- MapperKernelSmoother(String, long, long, double[]) - Constructor for class io.warp10.script.mapper.MapperKernelSmoother
-
- MapperKernelTriangular - Class in io.warp10.script.mapper
-
Triangular kernel
- MapperKernelTriangular(String) - Constructor for class io.warp10.script.mapper.MapperKernelTriangular
-
- MapperKernelTricube - Class in io.warp10.script.mapper
-
Tricube kernel
- MapperKernelTricube(String) - Constructor for class io.warp10.script.mapper.MapperKernelTricube
-
- MapperKernelTriweight - Class in io.warp10.script.mapper
-
Triweight kernel
- MapperKernelTriweight(String) - Constructor for class io.warp10.script.mapper.MapperKernelTriweight
-
- MapperKernelUniform - Class in io.warp10.script.mapper
-
Uniform kernel
- MapperKernelUniform(String) - Constructor for class io.warp10.script.mapper.MapperKernelUniform
-
- MapperLog - Class in io.warp10.script.mapper
-
Extract the log of the value passed as parameter in a constant base
- MapperLog(String, Object) - Constructor for class io.warp10.script.mapper.MapperLog
-
- MapperLog.Builder - Class in io.warp10.script.mapper
-
- MapperMaxX - Class in io.warp10.script.mapper
-
Mapper which determines the max of a constant and the value passed as parameter
- MapperMaxX(String, Object) - Constructor for class io.warp10.script.mapper.MapperMaxX
-
- MapperMaxX.Builder - Class in io.warp10.script.mapper
-
- MapperMinuteOfHour - Class in io.warp10.script.mapper
-
Mapper which returns the minute of the tick for which it
is computed.
- MapperMinuteOfHour(String, Object) - Constructor for class io.warp10.script.mapper.MapperMinuteOfHour
-
- MapperMinuteOfHour.Builder - Class in io.warp10.script.mapper
-
- MapperMinX - Class in io.warp10.script.mapper
-
Mapper which determines the min of a constant and the value passed as parameter
- MapperMinX(String, Object) - Constructor for class io.warp10.script.mapper.MapperMinX
-
- MapperMinX.Builder - Class in io.warp10.script.mapper
-
- MapperMod - Class in io.warp10.script.mapper
-
Mapper which determines the remainder of a value given a modulus
- MapperMod(String, Object) - Constructor for class io.warp10.script.mapper.MapperMod
-
- MapperMod.Builder - Class in io.warp10.script.mapper
-
- MapperMonthOfYear - Class in io.warp10.script.mapper
-
Mapper which returns the month of the tick for which it
is computed.
- MapperMonthOfYear(String, Object) - Constructor for class io.warp10.script.mapper.MapperMonthOfYear
-
- MapperMonthOfYear.Builder - Class in io.warp10.script.mapper
-
- MapperMul - Class in io.warp10.script.mapper
-
Mapper which multiplies by a value the value passed as parameter
- MapperMul(String, Object) - Constructor for class io.warp10.script.mapper.MapperMul
-
- MapperMul.Builder - Class in io.warp10.script.mapper
-
- MapperNPDF - Class in io.warp10.script.mapper
-
Mapper which returns the probability of a value within a gaussian distribution with given mu/sigma
- MapperNPDF(String, double, double) - Constructor for class io.warp10.script.mapper.MapperNPDF
-
- MapperNPDF.Builder - Class in io.warp10.script.mapper
-
- MapperParseDouble - Class in io.warp10.script.mapper
-
Mapper which returns the absolute value of the value passed as parameter
- MapperParseDouble(String) - Constructor for class io.warp10.script.mapper.MapperParseDouble
-
- MapperParseDouble(String, Object) - Constructor for class io.warp10.script.mapper.MapperParseDouble
-
- MapperParseDouble.Builder - Class in io.warp10.script.mapper
-
Builder for case user specify a language tag according to an
IETF BCP 47 language tag string of the Locale Java class
- MapperPow - Class in io.warp10.script.mapper
-
Mapper which raises the value passed as parameter to a certain power.
- MapperPow(String, Object) - Constructor for class io.warp10.script.mapper.MapperPow
-
- MapperPow.Builder - Class in io.warp10.script.mapper
-
- MapperProduct - Class in io.warp10.script.mapper
-
Mapper which multiplies together all (non null) values of its window
- MapperProduct(String) - Constructor for class io.warp10.script.mapper.MapperProduct
-
- MapperRegExpMatch - Class in io.warp10.script.mapper
-
- MapperRegExpMatch(String, Pattern) - Constructor for class io.warp10.script.mapper.MapperRegExpMatch
-
- MapperRegExpMatch.Builder - Class in io.warp10.script.mapper
-
- MapperRegExpReplace - Class in io.warp10.script.mapper
-
- MapperRegExpReplace(String, Pattern, String) - Constructor for class io.warp10.script.mapper.MapperRegExpReplace
-
- MapperRegExpReplace.Builder - Class in io.warp10.script.mapper
-
- MapperReplace - Class in io.warp10.script.mapper
-
Replaces windows with at least one value with a constant.
- MapperReplace(String, Object) - Constructor for class io.warp10.script.mapper.MapperReplace
-
- MapperReplace.Builder - Class in io.warp10.script.mapper
-
- MapperRound - Class in io.warp10.script.mapper
-
Mapper which returns the rounding of the value passed as parameter
- MapperRound(String) - Constructor for class io.warp10.script.mapper.MapperRound
-
- MapperSAX - Class in io.warp10.script.mapper
-
Mapper which computes the SAX symbol of a value given a SAX alphabet size
- MapperSAX(String, int) - Constructor for class io.warp10.script.mapper.MapperSAX
-
- MapperSAX.Builder - Class in io.warp10.script.mapper
-
- MapperSecondOfMinute - Class in io.warp10.script.mapper
-
Mapper which returns the second of the tick for which it
is computed.
- MapperSecondOfMinute(String, Object) - Constructor for class io.warp10.script.mapper.MapperSecondOfMinute
-
- MapperSecondOfMinute.Builder - Class in io.warp10.script.mapper
-
- MapperSigmoid - Class in io.warp10.script.mapper
-
Mapper which returns the sigmoid of the value passed as parameter
- MapperSigmoid(String) - Constructor for class io.warp10.script.mapper.MapperSigmoid
-
- MapperTanh - Class in io.warp10.script.mapper
-
Mapper which returns the tanh of the value passed as parameter
- MapperTanh(String) - Constructor for class io.warp10.script.mapper.MapperTanh
-
- MapperTick - Class in io.warp10.script.mapper
-
Mapper which returns the tick for which it is computed
- MapperTick(String) - Constructor for class io.warp10.script.mapper.MapperTick
-
- MapperTick.Builder - Class in io.warp10.script.mapper
-
- MapperToBoolean - Class in io.warp10.script.mapper
-
Mapper which returns the boolean representation of the value passed as parameter
- MapperToBoolean(String) - Constructor for class io.warp10.script.mapper.MapperToBoolean
-
- MapperToDouble - Class in io.warp10.script.mapper
-
Mapper which returns the absolute value of the value passed as parameter
- MapperToDouble(String) - Constructor for class io.warp10.script.mapper.MapperToDouble
-
- MapperToLong - Class in io.warp10.script.mapper
-
Mapper which returns the absolute value of the value passed as parameter
- MapperToLong(String) - Constructor for class io.warp10.script.mapper.MapperToLong
-
- MapperToString - Class in io.warp10.script.mapper
-
Mapper which returns the absolute value of the value passed as parameter
- MapperToString(String) - Constructor for class io.warp10.script.mapper.MapperToString
-
- MapperYear - Class in io.warp10.script.mapper
-
Mapper which returns the year of the tick for which it
is computed.
- MapperYear(String, Object) - Constructor for class io.warp10.script.mapper.MapperYear
-
- MapperYear.Builder - Class in io.warp10.script.mapper
-
- MAPTO - Class in io.warp10.script.functions
-
Deconstructs a map, putting each key/value pair as two elements on the stack.
- MAPTO(String) - Constructor for class io.warp10.script.functions.MAPTO
-
- MAPTO - Static variable in class io.warp10.script.WarpScriptLib
-
- MARK - Class in io.warp10.script.functions
-
- MARK(String) - Constructor for class io.warp10.script.functions.MARK
-
- MARK - Static variable in class io.warp10.script.WarpScriptLib
-
- Mark() - Constructor for class io.warp10.script.WarpScriptStack.Mark
-
- markVisited(int, int) - Method in class io.warp10.script.fastdtw.SearchWindow
-
- MATCH - Class in io.warp10.script.functions
-
Applies a regexp to a String
- MATCH(String) - Constructor for class io.warp10.script.functions.MATCH
-
- MATCH - Static variable in class io.warp10.script.WarpScriptLib
-
- MATCHER - Class in io.warp10.script.functions
-
Constructs a matcher from a regexp
- MATCHER(String) - Constructor for class io.warp10.script.functions.MATCHER
-
- MATCHER - Static variable in class io.warp10.script.WarpScriptLib
-
- matches(Metadata) - Method in class io.warp10.continuum.gts.MetadataSelectorMatcher
-
- MATTO - Class in io.warp10.script.functions
-
Converts a Matrix into nested lists
- MATTO(String) - Constructor for class io.warp10.script.functions.MATTO
-
- MATTO - Static variable in class io.warp10.script.WarpScriptLib
-
- max(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Handy method to compute the max value of a GTS instance.
- max(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- Max - Class in io.warp10.script.aggregator
-
Retain the measurement with the highest value and timestamp
- Max(String, boolean) - Constructor for class io.warp10.script.aggregator.Max
-
- MAX - Static variable in class io.warp10.script.WarpScriptLib
-
- MAX_ENCODER_SIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum encoder size (in bytes) for internal data transfers.
- MAX_ENCODER_SIZE - Static variable in class io.warp10.continuum.store.Constants
-
Maximum size for internal encoders.
- MAX_HTTP_HEADER_LENGTH - Static variable in class io.warp10.continuum.store.Constants
-
Limit to the size of messages set in HTTP headers.
- MAX_HTTP_REASON_LENGTH - Static variable in class io.warp10.continuum.store.Constants
-
Limit to the size of errors message returned as the HTTP reason.
- MAXBUCKETS - Class in io.warp10.script.functions
-
Configure the maximum number of buckets for bucketized GTS
- MAXBUCKETS(String) - Constructor for class io.warp10.script.functions.MAXBUCKETS
-
- MAXBUCKETS - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXDEPTH - Class in io.warp10.script.functions
-
Configure the maximum depth of the stack
- MAXDEPTH(String) - Constructor for class io.warp10.script.functions.MAXDEPTH
-
- MAXDEPTH - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXGEOCELLS - Class in io.warp10.script.functions
-
Configure the maximum number of cells in GeoXPShape
- MAXGEOCELLS(String) - Constructor for class io.warp10.script.functions.MAXGEOCELLS
-
- MAXGEOCELLS - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXGTS - Class in io.warp10.script.functions
-
Configure the gts limit of the stack
- MAXGTS(String) - Constructor for class io.warp10.script.functions.MAXGTS
-
- MAXGTS - Static variable in class io.warp10.script.WarpScriptLib
-
- maxI() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- maxI() - Method in class io.warp10.script.fastdtw.WarpPath
-
- maxJ() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- maxJ() - Method in class io.warp10.script.fastdtw.WarpPath
-
- maxJforI(int) - Method in class io.warp10.script.fastdtw.SearchWindow
-
- MAXJSON - Class in io.warp10.script.functions
-
Configure the JSON size limit of the stack
- MAXJSON(String) - Constructor for class io.warp10.script.functions.MAXJSON
-
- MAXJSON - Static variable in class io.warp10.script.WarpScriptLib
-
- maxLimits() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- MAXLONG - Class in io.warp10.script.functions
-
- MAXLONG(String) - Constructor for class io.warp10.script.functions.MAXLONG
-
- MAXLONG - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXLOOP - Class in io.warp10.script.functions
-
Configure the time limit for loops
- MAXLOOP(String) - Constructor for class io.warp10.script.functions.MAXLOOP
-
- MAXLOOP - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXOPS - Class in io.warp10.script.functions
-
Configure the maximum number of ops for the stack
- MAXOPS(String) - Constructor for class io.warp10.script.functions.MAXOPS
-
- MAXOPS - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXPIXELS - Class in io.warp10.script.functions
-
Configure the maximum number of pixels for images created on the stack
- MAXPIXELS(String) - Constructor for class io.warp10.script.functions.MAXPIXELS
-
- MAXPIXELS - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXRECURSION - Class in io.warp10.script.functions
-
Configure the recursion level limit
- MAXRECURSION(String) - Constructor for class io.warp10.script.functions.MAXRECURSION
-
- MAXRECURSION - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXREV - Static variable in class io.warp10.script.WarpScriptLib
-
- MAXSYMBOLS - Class in io.warp10.script.functions
-
Configure the maximum number of symbols for the stack
- MAXSYMBOLS(String) - Constructor for class io.warp10.script.functions.MAXSYMBOLS
-
- MAXSYMBOLS - Static variable in class io.warp10.script.WarpScriptLib
-
- MaxTickSlidingWindow - Class in io.warp10.script.functions
-
- MaxTickSlidingWindow(String) - Constructor for class io.warp10.script.functions.MaxTickSlidingWindow
-
- MaxTimeSlidingWindow - Class in io.warp10.script.functions
-
- MaxTimeSlidingWindow(String) - Constructor for class io.warp10.script.functions.MaxTimeSlidingWindow
-
- maxWrittenChars - Variable in class io.warp10.json.BoundedWriter
-
- mayBeDecimalDouble(String) - Static method in class io.warp10.continuum.gts.UnsafeString
-
Checks if the given string could be a decimal double, i.e.
- MCHECKSIG - Static variable in class io.warp10.script.WarpScriptLib
-
- MCSTORE - Static variable in class io.warp10.script.WarpScriptLib
-
- MD2 - Static variable in class io.warp10.script.WarpScriptLib
-
- MD4 - Static variable in class io.warp10.script.WarpScriptLib
-
- MD5 - Static variable in class io.warp10.script.WarpScriptLib
-
- MDETACH - Class in io.warp10.script.functions
-
- MDETACH(String) - Constructor for class io.warp10.script.functions.MDETACH
-
- MDETACH - Static variable in class io.warp10.script.WarpScriptLib
-
- mean(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- Mean - Class in io.warp10.script.aggregator
-
Return the mean of the values on the interval.
- Mean(String, boolean) - Constructor for class io.warp10.script.aggregator.Mean
-
- measure(double[][], int, double[][], int) - Method in interface io.warp10.script.functions.DTW.DTWDistance
-
- median(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- Median - Class in io.warp10.script.aggregator
-
Return the median of the values on the interval.
- Median(String, boolean) - Constructor for class io.warp10.script.aggregator.Median
-
- medianAbsoluteDeviation(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- MemoryWarpScriptStack - Class in io.warp10.script
-
- MemoryWarpScriptStack(StoreClient, DirectoryClient) - Constructor for class io.warp10.script.MemoryWarpScriptStack
-
- MemoryWarpScriptStack(StoreClient, DirectoryClient, Properties) - Constructor for class io.warp10.script.MemoryWarpScriptStack
-
- MemoryWarpScriptStack(StoreClient, DirectoryClient, Properties, boolean) - Constructor for class io.warp10.script.MemoryWarpScriptStack
-
- MemoryWarpScriptStack.StackContext - Class in io.warp10.script
-
- merge(GTSEncoder) - Method in class io.warp10.continuum.gts.GTSEncoder
-
Merge data encoded in another encoder with this one.
- merge(GeoTimeSerie, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Merge 'gts' into 'base'.
- MERGE - Class in io.warp10.script.functions
-
Apply merge on GTS instances
- MERGE(String) - Constructor for class io.warp10.script.functions.MERGE
-
- MERGE - Static variable in class io.warp10.script.WarpScriptLib
-
- mergeViaEncoders(List<GeoTimeSerie>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Merge GeoTimeSerie instances using GTSEncoders.
- META - Class in io.warp10.script.functions
-
Set the metadata (attributes) for the GTS on the stack
- META(String) - Constructor for class io.warp10.script.functions.META
-
- META(String, boolean) - Constructor for class io.warp10.script.functions.META
-
- META - Static variable in class io.warp10.script.WarpScriptLib
-
- meta(Object, WriteToken, String, Metadata) - Method in class io.warp10.warp.sdk.IngressPlugin
-
Called when a line of the input to the /meta endpoint has been parsed
- META_COMPARATOR - Static variable in class io.warp10.script.functions.METASORT
-
- META_DISABLED - Static variable in class io.warp10.WarpManager
-
- Metadata - Class in io.warp10.continuum.store.thrift.data
-
Metadata describing a Geo Time Serie
- Metadata() - Constructor for class io.warp10.continuum.store.thrift.data.Metadata
-
- Metadata(String, Map<String, String>, long, long, Map<String, String>) - Constructor for class io.warp10.continuum.store.thrift.data.Metadata
-
- Metadata(Metadata) - Constructor for class io.warp10.continuum.store.thrift.data.Metadata
-
Performs a deep copy on other.
- Metadata._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- MetadataID(Metadata) - Constructor for class io.warp10.continuum.MetadataUtils.MetadataID
-
- MetadataIdComparator - Class in io.warp10.continuum.gts
-
Sort metadatas by increasing classId/labelsId byte representation to speed up reseeks
- MetadataIterator - Class in io.warp10.continuum.store
-
- MetadataIterator() - Constructor for class io.warp10.continuum.store.MetadataIterator
-
- MetadataIterator() - Constructor for class io.warp10.warp.sdk.TrustedDirectoryPlugin.MetadataIterator
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.GTSData
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.Metadata
-
- metaDataMap - Static variable in class io.warp10.continuum.store.thrift.data.MetaSet
-
- metaDataMap - Static variable in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- metaDataMap - Static variable in class io.warp10.continuum.thrift.data.LoggingEvent
-
- metaDataMap - Static variable in class io.warp10.continuum.thrift.data.RunRequest
-
- metaDataMap - Static variable in class io.warp10.quasar.token.thrift.data.ReadToken
-
- metaDataMap - Static variable in class io.warp10.quasar.token.thrift.data.WriteToken
-
- metaDataMap - Static variable in class io.warp10.script.thrift.data.SecureScript
-
- metaDataMap - Static variable in class io.warp10.script.thrift.data.StackInteractionReport
-
- metaDataMap - Static variable in class io.warp10.script.thrift.data.StackTrace
-
- metaDataMap - Static variable in class io.warp10.script.thrift.data.Throwable
-
- MetadataSelectorMatcher - Class in io.warp10.continuum.gts
-
MetadataSelectorMatcher compile all the regexp contained in a standard or extended selector once for performance.
- MetadataSelectorMatcher(String) - Constructor for class io.warp10.continuum.gts.MetadataSelectorMatcher
-
- MetadataSerializer - Class in io.warp10.json
-
- MetadataSerializer() - Constructor for class io.warp10.json.MetadataSerializer
-
- MetadataTextComparator - Class in io.warp10.continuum.gts
-
Sort Metadata according to field values (labels, attributes or classname if null provided)
- MetadataTextComparator(List<String>) - Constructor for class io.warp10.continuum.gts.MetadataTextComparator
-
- MetadataTextComparator(List<String>, boolean) - Constructor for class io.warp10.continuum.gts.MetadataTextComparator
-
- metadataToString(StringBuilder, String, Map<String, String>, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- MetadataUtils - Class in io.warp10.continuum
-
- MetadataUtils() - Constructor for class io.warp10.continuum.MetadataUtils
-
- MetadataUtils.MetadataID - Class in io.warp10.continuum
-
- METADIFF - Static variable in class io.warp10.script.WarpScriptLib
-
- METAMATCH - Class in io.warp10.script.functions
-
- METAMATCH(String) - Constructor for class io.warp10.script.functions.METAMATCH
-
- METAMATCH - Static variable in class io.warp10.script.WarpScriptLib
-
- METAOFF - Static variable in class io.warp10.script.WarpScriptLib
-
- METAON - Static variable in class io.warp10.script.WarpScriptLib
-
- MetaSet - Class in io.warp10.continuum.store.thrift.data
-
A MetaSet is a container for giving access to specific GTS without giving
away a token.
- MetaSet() - Constructor for class io.warp10.continuum.store.thrift.data.MetaSet
-
- MetaSet(long, String, List<Metadata>) - Constructor for class io.warp10.continuum.store.thrift.data.MetaSet
-
- MetaSet(MetaSet) - Constructor for class io.warp10.continuum.store.thrift.data.MetaSet
-
Performs a deep copy on other.
- METASET - Static variable in class io.warp10.script.WarpScriptLib
-
- MetaSet._Fields - Enum in io.warp10.continuum.store.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- METASORT - Class in io.warp10.script.functions
-
Sort a list of GTS according to their Metadata
- METASORT(String) - Constructor for class io.warp10.script.functions.METASORT
-
- METASORT - Static variable in class io.warp10.script.WarpScriptLib
-
- METHOD - Static variable in class io.warp10.script.ext.http.HTTP
-
- MFILTER - Class in io.warp10.script.functions
-
- MFILTER(String) - Constructor for class io.warp10.script.functions.MFILTER
-
- MFILTER - Static variable in class io.warp10.script.WarpScriptLib
-
- min(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Handy method to compute the min value of a GTS instance.
- min(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- Min - Class in io.warp10.script.aggregator
-
Retain the measurement with the minimum value and timestamp
- Min(String, boolean) - Constructor for class io.warp10.script.aggregator.Min
-
- MIN - Static variable in class io.warp10.script.WarpScriptLib
-
- MIN_MESSAGE_SIZE - Static variable in class io.warp10.ThrowableUtils
-
Minimum size for a single message to be meaningful.
- minI() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- minI() - Method in class io.warp10.script.fastdtw.WarpPath
-
- minJ() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- minJ() - Method in class io.warp10.script.fastdtw.WarpPath
-
- minJforI(int) - Method in class io.warp10.script.fastdtw.SearchWindow
-
- MINLONG - Class in io.warp10.script.functions
-
- MINLONG(String) - Constructor for class io.warp10.script.functions.MINLONG
-
- MINLONG - Static variable in class io.warp10.script.WarpScriptLib
-
- MINREV - Static variable in class io.warp10.script.WarpScriptLib
-
- MMAP - Class in io.warp10.script.functions
-
Produces a map which is the result of the application of 'macro' on each entry of 'map'
- MMAP(String) - Constructor for class io.warp10.script.functions.MMAP
-
- MMAP - Static variable in class io.warp10.script.WarpScriptLib
-
- MOD - Class in io.warp10.script.binary
-
Compute the modulo of the two operands on top of the stack
- MOD(String) - Constructor for class io.warp10.script.binary.MOD
-
- MODE - Class in io.warp10.script.functions
-
Compute the mode(s) for a given GTS
- MODE(String) - Constructor for class io.warp10.script.functions.MODE
-
- MODE - Static variable in class io.warp10.script.WarpScriptLib
-
- modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class io.warp10.json.JsonUtils.NotSerializedToCustomSerializedModifier
-
- MONOTONIC - Class in io.warp10.script.functions
-
Converts a GTS to a monotic one (i.e.
- MONOTONIC(String) - Constructor for class io.warp10.script.functions.MONOTONIC
-
- MONOTONIC - Static variable in class io.warp10.script.WarpScriptLib
-
- MOTIONSPLIT - Class in io.warp10.script.functions
-
Split a GTS according to motion
- MOTIONSPLIT(String) - Constructor for class io.warp10.script.functions.MOTIONSPLIT
-
- MOTIONSPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- MRSEC - Static variable in class io.warp10.script.WarpScriptLib
-
- MS - Static variable in class io.warp10.script.WarpScriptLib
-
- MSEC - Class in io.warp10.script.functions
-
- MSEC(String, boolean) - Constructor for class io.warp10.script.functions.MSEC
-
- MSEC - Static variable in class io.warp10.script.WarpScriptLib
-
- MSGFAIL - Class in io.warp10.script.functions
-
Forces a failure with a custom message popped off the stack
- MSGFAIL(String) - Constructor for class io.warp10.script.functions.MSGFAIL
-
- MSGFAIL - Static variable in class io.warp10.script.WarpScriptLib
-
- MSIG - Class in io.warp10.script.functions
-
- MSIG(String) - Constructor for class io.warp10.script.functions.MSIG
-
- MSIG - Static variable in class io.warp10.script.WarpScriptLib
-
- MSIGCOUNT - Class in io.warp10.script.functions
-
- MSIGCOUNT(String) - Constructor for class io.warp10.script.functions.MSIGCOUNT
-
- MSIGCOUNT - Static variable in class io.warp10.script.WarpScriptLib
-
- MSIGINFO - Class in io.warp10.script.functions
-
- MSIGINFO(String) - Constructor for class io.warp10.script.functions.MSIGINFO
-
- MSIGINFO - Static variable in class io.warp10.script.WarpScriptLib
-
- MSIGN - Class in io.warp10.script.functions
-
- MSIGN(String) - Constructor for class io.warp10.script.functions.MSIGN
-
- MSIGN - Static variable in class io.warp10.script.WarpScriptLib
-
- MSORT - Class in io.warp10.script.functions
-
Sorts a map according to its keys if it is a LinkedHashMap
- MSORT(String) - Constructor for class io.warp10.script.functions.MSORT
-
- MSORT - Static variable in class io.warp10.script.WarpScriptLib
-
- MSTORE - Class in io.warp10.script.functions
-
- MSTORE(String, boolean) - Constructor for class io.warp10.script.functions.MSTORE
-
- MSTORE(String) - Constructor for class io.warp10.script.functions.MSTORE
-
- MSTORE - Static variable in class io.warp10.script.WarpScriptLib
-
- MSTU - Class in io.warp10.script.functions
-
Push onto the stack the number of time units per millisecond
- MSTU(String) - Constructor for class io.warp10.script.functions.MSTU
-
- MSTU - Static variable in class io.warp10.script.WarpScriptLib
-
- MUL - Class in io.warp10.script.binary
-
Multiply the two operands on top of the stack
- MUL(String) - Constructor for class io.warp10.script.binary.MUL
-
- MULTILINE_END - Static variable in interface io.warp10.script.WarpScriptStack
-
- MULTILINE_START - Static variable in interface io.warp10.script.WarpScriptStack
-
- MULTIPLYEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- multiProvision(GeoTimeSerie, GeoTimeSerie.TYPE, int, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Provision GTS arrays for several values.
- musigma(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- musigma(double[], int, int, boolean) - Static method in class io.warp10.DoubleUtils
-
- musigma(double[], boolean) - Static method in class io.warp10.DoubleUtils
-
- MUSIGMA - Class in io.warp10.script.functions
-
Extract mu and sigma from a numerical GTS.
- MUSIGMA(String) - Constructor for class io.warp10.script.functions.MUSIGMA
-
- MUSIGMA - Static variable in class io.warp10.script.WarpScriptLib
-
- MUTEX - Class in io.warp10.script.ext.shm
-
- MUTEX(String) - Constructor for class io.warp10.script.ext.shm.MUTEX
-
- muvar(double[], int, int) - Static method in class io.warp10.DoubleUtils
-
Compute mean and variance without applying Bessel's correction
- muvar(double[]) - Static method in class io.warp10.DoubleUtils
-
- MVELEVATIONS - Static variable in class io.warp10.script.WarpScriptLib
-
- MVERIFY - Class in io.warp10.script.functions
-
- MVERIFY(String, boolean) - Constructor for class io.warp10.script.functions.MVERIFY
-
- MVERIFY - Static variable in class io.warp10.script.WarpScriptLib
-
- MVEXTRACT - Class in io.warp10.script.functions
-
- MVEXTRACT(String, MVEXTRACT.ELEMENT) - Constructor for class io.warp10.script.functions.MVEXTRACT
-
- MVEXTRACT.ELEMENT - Enum in io.warp10.script.functions
-
- MVHHCODES - Static variable in class io.warp10.script.WarpScriptLib
-
- MVINDEXSPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- MVLOCATIONS - Static variable in class io.warp10.script.WarpScriptLib
-
- MVSPLIT - Class in io.warp10.script.functions
-
- MVSPLIT(String, boolean) - Constructor for class io.warp10.script.functions.MVSPLIT
-
- MVTICKS - Static variable in class io.warp10.script.WarpScriptLib
-
- MVTICKSPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- MVVALUES - Static variable in class io.warp10.script.WarpScriptLib
-
- pack(GeoXPLib.GeoXPShape) - Static method in class io.warp10.script.functions.GEOPACK
-
- PACK - Class in io.warp10.script.functions
-
Pack a list of numeric or boolean values according to a specified format
- PACK(String) - Constructor for class io.warp10.script.functions.PACK
-
- PACK - Static variable in class io.warp10.script.WarpScriptLib
-
- Palpha - Class in io.warp10.script.processing.color
-
Call alpha
- Palpha(String) - Constructor for class io.warp10.script.processing.color.Palpha
-
- PALPHA - Static variable in class io.warp10.script.WarpScriptLib
-
- PAPPLY - Static variable in class io.warp10.script.WarpScriptLib
-
- PARAM_ACTIVE_AFTER - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_BOUNDARY - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_BOUNDARY_POST - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_BOUNDARY_PRE - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_CLASS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_COUNT - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_DISTANCETHRESHOLD - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_ENCODERS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_END - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_EXTRA - Static variable in class io.warp10.script.functions.FETCH
-
Extra classes to retrieve after Directory have been called
- PARAM_GCOUNT - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_GSKIP - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_GTS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_KEEPEMPTY - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_LABELS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_LABELS_PRIORITY - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_MERGE - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_METASET - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_PROXIMITY_IN_ZONE_MAX_SPEED - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_PROXIMITY_IN_ZONE_TIME_LABEL - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_PROXIMITY_SPLIT_STOPPED - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_PROXIMITY_ZONE_RADIUS - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_PROXIMITY_ZONE_SPEED - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_PROXIMITY_ZONE_TIME - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_QUIET_AFTER - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SAMPLE - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SELECTOR - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SELECTOR_PAIRS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SELECTORS - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SHOWUUID - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SKIP - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_SPLIT_NUMBER_LABEL - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_SPLIT_TYPE_LABEL - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_START - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_STEP - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TIMESPAN - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TIMESPLIT - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- PARAM_TIMESTEP - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TOKEN - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TTL - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TYPE - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_TYPEATTR - Static variable in class io.warp10.script.functions.FETCH
-
- PARAM_WRITE_TIMESTAMP - Static variable in class io.warp10.script.functions.FETCH
-
- paramsFromMap(Map<String, Object>) - Method in class io.warp10.script.functions.FETCH
-
- Parc - Class in io.warp10.script.processing.shape
-
Draw an arc in a PGraphics instance
- Parc(String) - Constructor for class io.warp10.script.processing.shape.Parc
-
- PARC - Static variable in class io.warp10.script.WarpScriptLib
-
- parse(GTSEncoder, String, Map<String, String>, Long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(GTSEncoder, String, Map<String, String>, Long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(GTSEncoder, String, Map<String, String>, Long, long, AtomicBoolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(GTSEncoder, String, Map<String, String>, Long, long, AtomicBoolean, Long, Long, AtomicLong, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(GTSEncoder, String, Map<String, String>, Long, long, AtomicBoolean, Long, Long, AtomicLong, boolean, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(GTSEncoder, String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parse(String) - Static method in class io.warp10.continuum.gts.ValueEncoder
-
Attempt to parse the given value using each registered ValueEncoder instance
until one returns a non null result.
- PARSE - Class in io.warp10.script.functions
-
Parse a string matching the format fed into the update endpoint
- PARSE(String) - Constructor for class io.warp10.script.functions.PARSE
-
- parse(String) - Static method in class io.warp10.script.functions.PARSESELECTOR
-
- PARSE - Static variable in class io.warp10.script.WarpScriptLib
-
- parse_regexp(GTSEncoder, String, Map<String, String>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Parses a string representation of a measurement and return a single valued GTS
- parseDuration(Instant, String, boolean, boolean) - Static method in class io.warp10.script.functions.DURATION
-
- parseFormat(NamedWarpScriptFunction, String, BitSet, List<Character>, List<Integer>) - Static method in class io.warp10.script.functions.PACK
-
- parseJSON(GTSEncoder, String, Map<String, String>, Long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parseLabels(int, String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Parses the string representation of labels.
- parseLabels(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parseLabelsSelectors(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Parse labels selectors and return a map of label name to selector.
- parseMetadata(String) - Static method in class io.warp10.continuum.MetadataUtils
-
- parseParams(WarpScriptStack, int...) - Static method in class io.warp10.script.processing.ProcessingUtil
-
Retrieve parameters from the stack until a PGraphics instance is found.
- PARSESELECTOR - Class in io.warp10.script.functions
-
Parse a GTS Selector in a String and push the class selector and labels selector onto the stack
- PARSESELECTOR(String) - Constructor for class io.warp10.script.functions.PARSESELECTOR
-
- PARSESELECTOR - Static variable in class io.warp10.script.WarpScriptLib
-
- parseTimestamp(String) - Static method in class io.warp10.script.unary.TOTIMESTAMP
-
- parseTokenAttributes(ReadToken, Map<String, Object>) - Static method in class io.warp10.script.functions.FETCH
-
- parseValue(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parseValue(String) - Method in class io.warp10.continuum.gts.ValueEncoder
-
Implementation of the actual parsing for a given ValueEncoder
- PARSEVALUE - Class in io.warp10.script.functions
-
- PARSEVALUE(String) - Constructor for class io.warp10.script.functions.PARSEVALUE
-
- PARSEVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- parseValue_regexp(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- parseWarpScript(String) - Method in class io.warp10.hadoop.WarpScriptInputFormat
-
- partition(Collection<GeoTimeSerie>, Collection<String>) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Partition a collection of Geo Time Serie instances into equivalence classes.
- PARTITION - Class in io.warp10.script.functions
-
Partitions a set of GTS instances
- PARTITION(String) - Constructor for class io.warp10.script.functions.PARTITION
-
- PARTITION(String, boolean) - Constructor for class io.warp10.script.functions.PARTITION
-
- PARTITION - Static variable in class io.warp10.script.WarpScriptLib
-
- partitionAndApply(Object, WarpScriptStack, WarpScriptStack.Macro, Collection<String>, List<GeoTimeSerie>...) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Apply a function (either a filter or n-ary op) onto collections of GTS instances.
- partitionAndApplyUnflattened(Object, WarpScriptStack, WarpScriptStack.Macro, Collection<String>, List<GeoTimeSerie>...) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Apply a function or filter GTS and keep the results ventilated per equivalence class
This function has the side effect of unsetting classId/labelsId
- PASSWORD - Static variable in class io.warp10.script.ext.http.HTTP
-
- PATH_CONFIG_KEY - Static variable in class io.warp10.hadoop.WarpScriptInputFormat
-
Configuration key we will set to the current path if the split if a FileSplit
- PATTERNDETECTION - Class in io.warp10.script.functions
-
Detect patterns in GTS instances
- PATTERNDETECTION(String, boolean) - Constructor for class io.warp10.script.functions.PATTERNDETECTION
-
- PATTERNDETECTION - Static variable in class io.warp10.script.WarpScriptLib
-
- PATTERNS - Class in io.warp10.script.functions
-
Extract bSAX patterns from GTS instances
- PATTERNS(String, boolean) - Constructor for class io.warp10.script.functions.PATTERNS
-
- PATTERNS - Static variable in class io.warp10.script.WarpScriptLib
-
- patternsFromSelectors(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return patterns for matching class and labels
The class selector is associated with the 'null' key.
- Pbackground - Class in io.warp10.script.processing.color
-
Call background
- Pbackground(String) - Constructor for class io.warp10.script.processing.color.Pbackground
-
- PBACKGROUND - Static variable in class io.warp10.script.WarpScriptLib
-
- PbeginContour - Class in io.warp10.script.processing.shape
-
Call beginContour
- PbeginContour(String) - Constructor for class io.warp10.script.processing.shape.PbeginContour
-
- PBEGINCONTOUR - Static variable in class io.warp10.script.WarpScriptLib
-
- PbeginShape - Class in io.warp10.script.processing.shape
-
Call beginShape
- PbeginShape(String) - Constructor for class io.warp10.script.processing.shape.PbeginShape
-
- PBEGINSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pbezier - Class in io.warp10.script.processing.shape
-
Draw a Bezier curve in a PGraphics instance
- Pbezier(String) - Constructor for class io.warp10.script.processing.shape.Pbezier
-
- PBEZIER - Static variable in class io.warp10.script.WarpScriptLib
-
- PbezierDetail - Class in io.warp10.script.processing.shape
-
Call bezierDetail
- PbezierDetail(String) - Constructor for class io.warp10.script.processing.shape.PbezierDetail
-
- PBEZIERDETAIL - Static variable in class io.warp10.script.WarpScriptLib
-
- PbezierPoint - Class in io.warp10.script.processing.shape
-
Calculate a point along a Bezier curve
- PbezierPoint(String) - Constructor for class io.warp10.script.processing.shape.PbezierPoint
-
- PBEZIERPOINT - Static variable in class io.warp10.script.WarpScriptLib
-
- PbezierTangent - Class in io.warp10.script.processing.shape
-
Calculate a tangent along a Bezier curve
- PbezierTangent(String) - Constructor for class io.warp10.script.processing.shape.PbezierTangent
-
- PBEZIERTANGENT - Static variable in class io.warp10.script.WarpScriptLib
-
- PbezierVertex - Class in io.warp10.script.processing.shape
-
Specify vertex coordinates for Bezier curves
- PbezierVertex(String) - Constructor for class io.warp10.script.processing.shape.PbezierVertex
-
- PBEZIERVERTEX - Static variable in class io.warp10.script.WarpScriptLib
-
- Pblend - Class in io.warp10.script.processing.image
-
Call blend
- Pblend(String) - Constructor for class io.warp10.script.processing.image.Pblend
-
- PBLEND - Static variable in class io.warp10.script.WarpScriptLib
-
- PblendMode - Class in io.warp10.script.processing.rendering
-
Call blendMode
- PblendMode(String) - Constructor for class io.warp10.script.processing.rendering.PblendMode
-
- PBLENDMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pblue - Class in io.warp10.script.processing.color
-
Call blue
- Pblue(String) - Constructor for class io.warp10.script.processing.color.Pblue
-
- PBLUE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pbox - Class in io.warp10.script.processing.shape
-
Draw a box
- Pbox(String) - Constructor for class io.warp10.script.processing.shape.Pbox
-
- PBOX - Static variable in class io.warp10.script.WarpScriptLib
-
- Pbrightness - Class in io.warp10.script.processing.color
-
Call brightness
- Pbrightness(String) - Constructor for class io.warp10.script.processing.color.Pbrightness
-
- PBRIGHTNESS - Static variable in class io.warp10.script.WarpScriptLib
-
- Pclear - Class in io.warp10.script.processing.color
-
Perform a clear
- Pclear(String) - Constructor for class io.warp10.script.processing.color.Pclear
-
- PCLEAR - Static variable in class io.warp10.script.WarpScriptLib
-
- Pclip - Class in io.warp10.script.processing.rendering
-
Call clip
- Pclip(String) - Constructor for class io.warp10.script.processing.rendering.Pclip
-
- PCLIP - Static variable in class io.warp10.script.WarpScriptLib
-
- Pcolor - Class in io.warp10.script.processing.color
-
Call color
- Pcolor(String) - Constructor for class io.warp10.script.processing.color.Pcolor
-
- PCOLOR - Static variable in class io.warp10.script.WarpScriptLib
-
- PcolorMode - Class in io.warp10.script.processing.color
-
Call background
- PcolorMode(String) - Constructor for class io.warp10.script.processing.color.PcolorMode
-
- PCOLORMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pconstrain - Class in io.warp10.script.processing.math
-
Call constrain
- Pconstrain(String) - Constructor for class io.warp10.script.processing.math.Pconstrain
-
- PCONSTRAIN - Static variable in class io.warp10.script.WarpScriptLib
-
- Pcopy - Class in io.warp10.script.processing.image
-
Call copy
- Pcopy(String) - Constructor for class io.warp10.script.processing.image.Pcopy
-
- PCOPY - Static variable in class io.warp10.script.WarpScriptLib
-
- PcreateFont - Class in io.warp10.script.processing.typography
-
Call createFont
- PcreateFont(String) - Constructor for class io.warp10.script.processing.typography.PcreateFont
-
- PCREATEFONT - Static variable in class io.warp10.script.WarpScriptLib
-
- Pcurve - Class in io.warp10.script.processing.shape
-
Draw a curved line in a PGraphics instance
- Pcurve(String) - Constructor for class io.warp10.script.processing.shape.Pcurve
-
- PCURVE - Static variable in class io.warp10.script.WarpScriptLib
-
- PcurveDetail - Class in io.warp10.script.processing.shape
-
Call curveDetail
- PcurveDetail(String) - Constructor for class io.warp10.script.processing.shape.PcurveDetail
-
- PCURVEDETAIL - Static variable in class io.warp10.script.WarpScriptLib
-
- PcurvePoint - Class in io.warp10.script.processing.shape
-
Calculate a point along a curved line
- PcurvePoint(String) - Constructor for class io.warp10.script.processing.shape.PcurvePoint
-
- PCURVEPOINT - Static variable in class io.warp10.script.WarpScriptLib
-
- PcurveTangent - Class in io.warp10.script.processing.shape
-
Calculate a tangent along a curved line
- PcurveTangent(String) - Constructor for class io.warp10.script.processing.shape.PcurveTangent
-
- PCURVETANGENT - Static variable in class io.warp10.script.WarpScriptLib
-
- PcurveTightness - Class in io.warp10.script.processing.shape
-
Call curveTightness
- PcurveTightness(String) - Constructor for class io.warp10.script.processing.shape.PcurveTightness
-
- PCURVETIGHTNESS - Static variable in class io.warp10.script.WarpScriptLib
-
- PcurveVertex - Class in io.warp10.script.processing.shape
-
Specify vertex coordinates for curves
- PcurveVertex(String) - Constructor for class io.warp10.script.processing.shape.PcurveVertex
-
- PCURVEVERTEX - Static variable in class io.warp10.script.WarpScriptLib
-
- Pdecode - Class in io.warp10.script.processing.image
-
Decode a base64 encoded image content into a PImage instance
- Pdecode(String) - Constructor for class io.warp10.script.processing.image.Pdecode
-
- PDECODE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pdist - Class in io.warp10.script.processing.math
-
Call dist
- Pdist(String) - Constructor for class io.warp10.script.processing.math.Pdist
-
- PDIST - Static variable in class io.warp10.script.WarpScriptLib
-
- PEEK - Class in io.warp10.script.functions
-
- PEEK(String) - Constructor for class io.warp10.script.functions.PEEK
-
- peek() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- PEEK - Static variable in class io.warp10.script.WarpScriptLib
-
- peek() - Method in interface io.warp10.script.WarpScriptStack
-
Return the object on top of the stack without removing
it from the stack.
- PEEKN - Class in io.warp10.script.functions
-
- PEEKN(String) - Constructor for class io.warp10.script.functions.PEEKN
-
- peekn() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- PEEKN - Static variable in class io.warp10.script.WarpScriptLib
-
- peekn() - Method in interface io.warp10.script.WarpScriptStack
-
Return the object at 'distance' from the top of the stack.
- Pellipse - Class in io.warp10.script.processing.shape
-
Draw an ellipse in a PGraphics instance
- Pellipse(String) - Constructor for class io.warp10.script.processing.shape.Pellipse
-
- PELLIPSE - Static variable in class io.warp10.script.WarpScriptLib
-
- PellipseMode - Class in io.warp10.script.processing.shape
-
Call ellipseMode
- PellipseMode(String) - Constructor for class io.warp10.script.processing.shape.PellipseMode
-
- PELLIPSEMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pencode - Class in io.warp10.script.processing
-
Encode the PGraphics on the stack into a base64 string suitable for a data URL.
- Pencode(String) - Constructor for class io.warp10.script.processing.Pencode
-
- PENCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- PendContour - Class in io.warp10.script.processing.shape
-
Call endContour
- PendContour(String) - Constructor for class io.warp10.script.processing.shape.PendContour
-
- PENDCONTOUR - Static variable in class io.warp10.script.WarpScriptLib
-
- PendShape - Class in io.warp10.script.processing.shape
-
Call endShape
- PendShape(String) - Constructor for class io.warp10.script.processing.shape.PendShape
-
- PENDSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- Percentile - Class in io.warp10.script.aggregator
-
Return the percentile, given its rank and type, for the given GTS datapoints.
- Percentile(String, double, int, boolean) - Constructor for class io.warp10.script.aggregator.Percentile
-
- Percentile.Builder - Class in io.warp10.script.aggregator
-
- PERIOD_PARAM - Static variable in class io.warp10.script.functions.STL
-
- PERMUTE - Class in io.warp10.script.functions.shape
-
Permute the dimensions of a nested LIST as if it were a tensor or a multidimensional array.
- PERMUTE(String) - Constructor for class io.warp10.script.functions.shape.PERMUTE
-
- PERMUTE - Static variable in class io.warp10.script.WarpScriptLib
-
- PERSIST - Static variable in class io.warp10.standalone.AcceleratorConfig
-
- persist() - Static method in class io.warp10.standalone.AcceleratorConfig
-
- Pfill - Class in io.warp10.script.processing.color
-
Call fill
- Pfill(String) - Constructor for class io.warp10.script.processing.color.Pfill
-
- PFILL - Static variable in class io.warp10.script.WarpScriptLib
-
- Pfilter - Class in io.warp10.script.processing.image
-
Call filter
- Pfilter(String) - Constructor for class io.warp10.script.processing.image.Pfilter
-
- PFILTER - Static variable in class io.warp10.script.WarpScriptLib
-
- PFILTER_ - Static variable in class io.warp10.script.WarpScriptLib
-
- Pget - Class in io.warp10.script.processing.image
-
Call get
- Pget(String) - Constructor for class io.warp10.script.processing.image.Pget
-
- PGET - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPDECRYPT - Class in io.warp10.script.functions
-
- PGPDECRYPT(String) - Constructor for class io.warp10.script.functions.PGPDECRYPT
-
- PGPDECRYPT - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPENCRYPT - Class in io.warp10.script.functions
-
- PGPENCRYPT(String) - Constructor for class io.warp10.script.functions.PGPENCRYPT
-
- PGPENCRYPT - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPINFO - Class in io.warp10.script.functions
-
- PGPINFO(String) - Constructor for class io.warp10.script.functions.PGPINFO
-
- PGPINFO - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPPRIVATE - Class in io.warp10.script.functions
-
- PGPPRIVATE(String) - Constructor for class io.warp10.script.functions.PGPPRIVATE
-
- PGPPRIVATE - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPPUBLIC - Class in io.warp10.script.functions
-
- PGPPUBLIC(String) - Constructor for class io.warp10.script.functions.PGPPUBLIC
-
- PGPPUBLIC - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPRING - Class in io.warp10.script.functions
-
- PGPRING(String) - Constructor for class io.warp10.script.functions.PGPRING
-
- PGPRING - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPSIGN - Class in io.warp10.script.functions
-
- PGPSIGN(String) - Constructor for class io.warp10.script.functions.PGPSIGN
-
- PGPSIGN - Static variable in class io.warp10.script.WarpScriptLib
-
- PGPVERIFY - Class in io.warp10.script.functions
-
- PGPVERIFY(String) - Constructor for class io.warp10.script.functions.PGPVERIFY
-
- PGPVERIFY - Static variable in class io.warp10.script.WarpScriptLib
-
- PGraphics - Class in io.warp10.script.processing.rendering
-
Push onto the stack a newly create PGraphics instance
- PGraphics(String) - Constructor for class io.warp10.script.processing.rendering.PGraphics
-
- PGRAPHICS - Static variable in class io.warp10.script.WarpScriptLib
-
- Pgreen - Class in io.warp10.script.processing.color
-
Call green
- Pgreen(String) - Constructor for class io.warp10.script.processing.color.Pgreen
-
- PGREEN - Static variable in class io.warp10.script.WarpScriptLib
-
- Phue - Class in io.warp10.script.processing.color
-
Call hue
- Phue(String) - Constructor for class io.warp10.script.processing.color.Phue
-
- PHUE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pi - Class in io.warp10.script.functions
-
- Pi(String) - Constructor for class io.warp10.script.functions.Pi
-
- PI - Static variable in class io.warp10.script.WarpScriptLib
-
- PI_LOWERCASE - Static variable in class io.warp10.script.WarpScriptLib
-
- PICK - Class in io.warp10.script.functions
-
- PICK(String) - Constructor for class io.warp10.script.functions.PICK
-
- pick() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- PICK - Static variable in class io.warp10.script.WarpScriptLib
-
- pick() - Method in interface io.warp10.script.WarpScriptStack
-
Copy the object at level 'N' on top of the stack.
- pickle(Object, OutputStream, Pickler) - Method in class io.warp10.continuum.gts.GTSPickler
-
- PICKLETO - Class in io.warp10.script.functions
-
Decode an object encoded as Pickle
- PICKLETO(String) - Constructor for class io.warp10.script.functions.PICKLETO
-
- PICKLETO - Static variable in class io.warp10.script.WarpScriptLib
-
- PIGSCHEMA - Class in io.warp10.script.functions
-
- PIGSCHEMA(String) - Constructor for class io.warp10.script.functions.PIGSCHEMA
-
- PIGSCHEMA - Static variable in class io.warp10.script.WarpScriptLib
-
- Pimage - Class in io.warp10.script.processing.image
-
Call image
- Pimage(String) - Constructor for class io.warp10.script.processing.image.Pimage
-
- PIMAGE - Static variable in class io.warp10.script.WarpScriptLib
-
- PimageMode - Class in io.warp10.script.processing.image
-
Call imageMode
- PimageMode(String) - Constructor for class io.warp10.script.processing.image.PimageMode
-
- PIMAGEMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- PImageToString(PImage, Map<Object, Object>) - Static method in class io.warp10.script.processing.Pencode
-
- PIVOT - Class in io.warp10.script.functions
-
- PIVOT(String, boolean) - Constructor for class io.warp10.script.functions.PIVOT
-
- PIVOT - Static variable in class io.warp10.script.WarpScriptLib
-
- PIVOTSTRICT - Static variable in class io.warp10.script.WarpScriptLib
-
- PLASMA_BACKEND_KAFKA_IN_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- PLASMA_BACKEND_KAFKA_IN_COMMITPERIOD - Static variable in class io.warp10.continuum.Configuration
-
Delay between synchronization for offset commit
- PLASMA_BACKEND_KAFKA_IN_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Plasma Backend Kafka Consumer configuration keys
- PLASMA_BACKEND_KAFKA_IN_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for Kafka ('in' topic)
- PLASMA_BACKEND_KAFKA_IN_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client id with which to consume the in topic
- PLASMA_BACKEND_KAFKA_IN_CONSUMER_PARTITION_ASSIGNMENT_STRATEGY - Static variable in class io.warp10.continuum.Configuration
-
Name of partition assignment strategy to use
- PLASMA_BACKEND_KAFKA_IN_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Kafka group id with which to consume the in topic
- PLASMA_BACKEND_KAFKA_IN_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- PLASMA_BACKEND_KAFKA_IN_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to run for reading off of Kafka
- PLASMA_BACKEND_KAFKA_IN_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Actual 'in' topic
- PLASMA_BACKEND_KAFKA_OUT_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- PLASMA_BACKEND_KAFKA_OUT_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- PLASMA_BACKEND_KAFKA_OUT_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of Kafka outward messages
- PLASMA_BACKEND_KAFKA_OUT_PRODUCER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Kafka broker list for the 'out' topic
- PLASMA_BACKEND_KAFKA_OUT_PRODUCER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client id for producing on the 'out' topic
- PLASMA_BACKEND_KAFKA_OUT_PRODUCER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Plasma BackEnd Kafka Producer configuration keys
- PLASMA_BACKEND_SUBSCRIPTIONS_ZK_QUORUM - Static variable in class io.warp10.continuum.Configuration
-
ZooKeeper Quorum for the ZK ensemble to use for retrieving subscriptions
- PLASMA_BACKEND_SUBSCRIPTIONS_ZK_ZNODE - Static variable in class io.warp10.continuum.Configuration
-
Parent znode under which subscription znodes will be created
- PLASMA_FRONTEND_ACCEPTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of acceptors
- PLASMA_FRONTEND_HOST - Static variable in class io.warp10.continuum.Configuration
-
Host/IP on which to bind
- PLASMA_FRONTEND_IDLE_TIMEOUT - Static variable in class io.warp10.continuum.Configuration
-
Idle timeout
- PLASMA_FRONTEND_JETTY_MAXQUEUESIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of Jetty ThreadPool queue size (unbounded by default)
- PLASMA_FRONTEND_JETTY_THREADPOOL - Static variable in class io.warp10.continuum.Configuration
-
Number of threads in Jetty's Thread Pool
- PLASMA_FRONTEND_KAFKA_AES - Static variable in class io.warp10.continuum.Configuration
-
Optional AES key for messages in Kafka
- PLASMA_FRONTEND_KAFKA_COMMITPERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often (in ms) to commit Kafka offsets
- PLASMA_FRONTEND_KAFKA_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for Kafka consumer
- PLASMA_FRONTEND_KAFKA_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client id under which to consume above topic
- PLASMA_FRONTEND_KAFKA_CONSUMER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Plasma FrontEnd Kafka Consumer configuration keys
- PLASMA_FRONTEND_KAFKA_CONSUMER_PARTITION_ASSIGNMENT_STRATEGY - Static variable in class io.warp10.continuum.Configuration
-
Name of partition assignment strategy to use
- PLASMA_FRONTEND_KAFKA_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Kafka groupid under which to consume above topic
- PLASMA_FRONTEND_KAFKA_MAC - Static variable in class io.warp10.continuum.Configuration
-
SipHash key for computing MACs of Kafka messages
- PLASMA_FRONTEND_KAFKA_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
Number of threads used for consuming Kafka topic
- PLASMA_FRONTEND_KAFKA_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Kafka topic to consume.
- PLASMA_FRONTEND_MAXZNODESIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of each znode (in bytes)
- PLASMA_FRONTEND_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port on which to listen
- PLASMA_FRONTEND_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
- PLASMA_FRONTEND_SELECTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of selectors
- PLASMA_FRONTEND_SUBSCRIBE_DELAY - Static variable in class io.warp10.continuum.Configuration
-
- PLASMA_FRONTEND_TCP_BACKLOG - Static variable in class io.warp10.continuum.Configuration
-
TCP Backlog applied to the Plasma listener
- PLASMA_FRONTEND_WEBSOCKET_MAXMESSAGESIZE - Static variable in class io.warp10.continuum.Configuration
-
Max message size for the Plasma Frontend Websocket
- PLASMA_FRONTEND_ZK_QUORUM - Static variable in class io.warp10.continuum.Configuration
-
ZooKeeper connect String for subscription
- PLASMA_FRONTEND_ZK_ZNODE - Static variable in class io.warp10.continuum.Configuration
-
ZooKeeper root znode for subscrptions
- Plerp - Class in io.warp10.script.processing.math
-
Call lerp
- Plerp(String) - Constructor for class io.warp10.script.processing.math.Plerp
-
- PLERP - Static variable in class io.warp10.script.WarpScriptLib
-
- PlerpColor - Class in io.warp10.script.processing.color
-
Call lerpColor
- PlerpColor(String) - Constructor for class io.warp10.script.processing.color.PlerpColor
-
- PLERPCOLOR - Static variable in class io.warp10.script.WarpScriptLib
-
- Pline - Class in io.warp10.script.processing.shape
-
Draw a line on a PGraphics instance
- Pline(String) - Constructor for class io.warp10.script.processing.shape.Pline
-
- PLINE - Static variable in class io.warp10.script.WarpScriptLib
-
- PloadShape - Class in io.warp10.script.processing.shape
-
'Loads' an SVG shape from a String
- PloadShape(String) - Constructor for class io.warp10.script.processing.shape.PloadShape
-
- PLOADSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- plugins() - Static method in class io.warp10.warp.sdk.AbstractWarp10Plugin
-
- Pmag - Class in io.warp10.script.processing.math
-
Call mag
- Pmag(String) - Constructor for class io.warp10.script.processing.math.Pmag
-
- PMAG - Static variable in class io.warp10.script.WarpScriptLib
-
- Pmap - Class in io.warp10.script.processing.math
-
Call map
- Pmap(String) - Constructor for class io.warp10.script.processing.math.Pmap
-
- PMAP - Static variable in class io.warp10.script.WarpScriptLib
-
- Pmask - Class in io.warp10.script.processing.image
-
Call PImage#mask
- Pmask(String) - Constructor for class io.warp10.script.processing.image.Pmask
-
- PMASK - Static variable in class io.warp10.script.WarpScriptLib
-
- PnoClip - Class in io.warp10.script.processing.rendering
-
Call noClip
- PnoClip(String) - Constructor for class io.warp10.script.processing.rendering.PnoClip
-
- PNOCLIP - Static variable in class io.warp10.script.WarpScriptLib
-
- PnoFill - Class in io.warp10.script.processing.color
-
Call noFill
- PnoFill(String) - Constructor for class io.warp10.script.processing.color.PnoFill
-
- PNOFILL - Static variable in class io.warp10.script.WarpScriptLib
-
- Pnorm - Class in io.warp10.script.processing.math
-
Call norm
- Pnorm(String) - Constructor for class io.warp10.script.processing.math.Pnorm
-
- PNORM - Static variable in class io.warp10.script.WarpScriptLib
-
- PnoStroke - Class in io.warp10.script.processing.color
-
Call noStroke
- PnoStroke(String) - Constructor for class io.warp10.script.processing.color.PnoStroke
-
- PNOSTROKE - Static variable in class io.warp10.script.WarpScriptLib
-
- PnoTint - Class in io.warp10.script.processing.image
-
Call noTint
- PnoTint(String) - Constructor for class io.warp10.script.processing.image.PnoTint
-
- PNOTINT - Static variable in class io.warp10.script.WarpScriptLib
-
- pointwise_lowess(GeoTimeSerie, int, long, int, int, double[], double[], double[], boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute local weighted regression at given tick
- pointwise_lowess(GeoTimeSerie, int, long, int, int, double[], double[], double[]) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- POLYFIT - Class in io.warp10.script.functions
-
Fit a polynomial curve to a GTS
- POLYFIT(String) - Constructor for class io.warp10.script.functions.POLYFIT
-
- POLYFIT - Static variable in class io.warp10.script.WarpScriptLib
-
- POLYFUNC - Class in io.warp10.script.functions
-
Build a function which will compute a polynomial function
- POLYFUNC(String, double[]) - Constructor for class io.warp10.script.functions.POLYFUNC
-
- POLYFUNC - Static variable in class io.warp10.script.WarpScriptLib
-
- POLYFUNC.Builder - Class in io.warp10.script.functions
-
- pop() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- pop() - Method in interface io.warp10.script.WarpScriptStack
-
Remove and return the object on top of the stack.
- popn() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- popn(int) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- popn() - Method in interface io.warp10.script.WarpScriptStack
-
Remove and return 'N' objects from the top of the
stack.
- popn(int) - Method in interface io.warp10.script.WarpScriptStack
-
Remove and return 'N' objects from the top of the
stack.
- POPR - Class in io.warp10.script.functions
-
- POPR(String, int) - Constructor for class io.warp10.script.functions.POPR
-
- POPR(String, int, boolean) - Constructor for class io.warp10.script.functions.POPR
-
- POPR - Static variable in class io.warp10.script.WarpScriptLib
-
- position() - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- position(int) - Method in interface io.warp10.continuum.gts.CustomBuffer
-
- position() - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- position(int) - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- POSTFETCH_HOOK - Static variable in class io.warp10.script.functions.FETCH
-
- Ppixels - Class in io.warp10.script.processing.image
-
Call loadPixels then pixels
- Ppixels(String) - Constructor for class io.warp10.script.processing.image.Ppixels
-
- PPIXELS - Static variable in class io.warp10.script.WarpScriptLib
-
- Ppoint - Class in io.warp10.script.processing.shape
-
Draw a point in a PGraphics instance
- Ppoint(String) - Constructor for class io.warp10.script.processing.shape.Ppoint
-
- PPOINT - Static variable in class io.warp10.script.WarpScriptLib
-
- PpopMatrix - Class in io.warp10.script.processing.transform
-
Perform a popMatrix
- PpopMatrix(String) - Constructor for class io.warp10.script.processing.transform.PpopMatrix
-
- PPOPMATRIX - Static variable in class io.warp10.script.WarpScriptLib
-
- PpopStyle - Class in io.warp10.script.processing.structure
-
Perform a popStyle
- PpopStyle(String) - Constructor for class io.warp10.script.processing.structure.PpopStyle
-
- PPOPSTYLE - Static variable in class io.warp10.script.WarpScriptLib
-
- PpushMatrix - Class in io.warp10.script.processing.transform
-
Perform a pushMatrix
- PpushMatrix(String) - Constructor for class io.warp10.script.processing.transform.PpushMatrix
-
- PPUSHMATRIX - Static variable in class io.warp10.script.WarpScriptLib
-
- PpushStyle - Class in io.warp10.script.processing.structure
-
Perform a pushStyle
- PpushStyle(String) - Constructor for class io.warp10.script.processing.structure.PpushStyle
-
- PPUSHSTYLE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pquad - Class in io.warp10.script.processing.shape
-
Draw a quadrilateral in a PGraphics instance
- Pquad(String) - Constructor for class io.warp10.script.processing.shape.Pquad
-
- PQUAD - Static variable in class io.warp10.script.WarpScriptLib
-
- PquadraticVertex - Class in io.warp10.script.processing.shape
-
Adds a vertex to a shape for a quadratic Bezier curve
- PquadraticVertex(String) - Constructor for class io.warp10.script.processing.shape.PquadraticVertex
-
- PQUADRATICVERTEX - Static variable in class io.warp10.script.WarpScriptLib
-
- PRECISION_PARAM - Static variable in class io.warp10.script.functions.STL
-
- Prect - Class in io.warp10.script.processing.shape
-
Draw a rectangle in a PGraphics instance
- Prect(String) - Constructor for class io.warp10.script.processing.shape.Prect
-
- PRECT - Static variable in class io.warp10.script.WarpScriptLib
-
- PrectMode - Class in io.warp10.script.processing.shape
-
Call rectMode
- PrectMode(String) - Constructor for class io.warp10.script.processing.shape.PrectMode
-
- PRECTMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pred - Class in io.warp10.script.processing.color
-
Call red
- Pred(String) - Constructor for class io.warp10.script.processing.color.Pred
-
- PRED - Static variable in class io.warp10.script.WarpScriptLib
-
- PREDUCE - Static variable in class io.warp10.script.WarpScriptLib
-
- PresetMatrix - Class in io.warp10.script.processing.transform
-
Perform a resetMatrix
- PresetMatrix(String) - Constructor for class io.warp10.script.processing.transform.PresetMatrix
-
- PRESETMATRIX - Static variable in class io.warp10.script.WarpScriptLib
-
- Presize - Class in io.warp10.script.processing.image
-
Resize a PImage using bilinear interpolation.
- Presize(String) - Constructor for class io.warp10.script.processing.image.Presize
-
- PRESIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- print(PrintWriter, int, Object) - Static method in class io.warp10.script.functions.PSTACK
-
- print(PrintWriter, int, Object, boolean) - Static method in class io.warp10.script.functions.PSTACK
-
- PRNG - Class in io.warp10.script.functions
-
Initializes a PRNG for this stack with a specific seed
- PRNG(String) - Constructor for class io.warp10.script.functions.PRNG
-
- PRNG - Static variable in class io.warp10.script.WarpScriptLib
-
- prob(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Convert a GTS into a GTS of the probability associated with the value present at each tick.
- PROB - Class in io.warp10.script.functions
-
Compute the probability of the value at each tick given their value histogram
- PROB(String) - Constructor for class io.warp10.script.functions.PROB
-
- PROB - Static variable in class io.warp10.script.WarpScriptLib
-
- PROBABILITY - Class in io.warp10.script.functions
-
Probability Function from a value histogram
- PROBABILITY(String, Map<Object, Double>) - Constructor for class io.warp10.script.functions.PROBABILITY
-
- PROBABILITY - Static variable in class io.warp10.script.WarpScriptLib
-
- PROBABILITY.Builder - Class in io.warp10.script.functions
-
- PROCESSING_FONT_RESOLVER - Static variable in class io.warp10.continuum.Configuration
-
WarpScript code used to resolve font URLs, can be a macro call or any other valid WarpScript excerpt
The code is passed the URL to check and should return the updated URL.
- ProcessingUtil - Class in io.warp10.script.processing
-
- ProcessingUtil() - Constructor for class io.warp10.script.processing.ProcessingUtil
-
- PRODUCER_LABEL - Static variable in class io.warp10.continuum.store.Constants
-
Name of the 'producer' label
- progress() - Method in class io.warp10.hadoop.Warp10RecordReader
-
- progress() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- PROPERTY_WARP10_FETCH_ATTR_PREFIX - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_COUNT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_DEDUP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_END - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_NOW - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Now parameter
- PROPERTY_WARP10_FETCH_POSTBOUNDARY - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_PREBOUNDARY - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_SAMPLE - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_SKIP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_START - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_STEP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_STOP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCH_TIMESPAN - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Timespan parameter
- PROPERTY_WARP10_FETCH_TIMESTEP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_FETCHER_FALLBACKS - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
List of fallback fetchers
- PROPERTY_WARP10_FETCHER_FALLBACKSONLY - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Boolean indicating whether to use the fetchers or only the fallbacks
- PROPERTY_WARP10_FETCHER_PATH - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
URL Path of the fetcher, defaults to "/api/v0/sfetch"
- PROPERTY_WARP10_FETCHER_PORT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Port to use when contacting the fetcher, defaults to 8881
- PROPERTY_WARP10_FETCHER_PROTOCOL - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Protocol to use when contacting the fetcher (http or https), defaults to http
- PROPERTY_WARP10_HTTP_CONNECT_TIMEOUT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Connection timeout to the splits and sfetch endpoints, defaults to 10000 ms
- PROPERTY_WARP10_HTTP_READ_TIMEOUT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Read timeout to the splits and sfetch endpoints, defaults to 10000 ms
- PROPERTY_WARP10_INPUTFORMAT_SUFFIX - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Suffix as set via the configuration
- PROPERTY_WARP10_MAX_COMBINED_SPLITS - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Maximum number of splits to combined into a single split
- PROPERTY_WARP10_MAX_SPLITS - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Maximum number of splits we wish to produce
- PROPERTY_WARP10_SPLITS_ACTIVEAFTER - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Active after parameter when selecting GTS
- PROPERTY_WARP10_SPLITS_ENDPOINT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
URL of split endpoint
- PROPERTY_WARP10_SPLITS_GCOUNT - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
GTS count parameter
- PROPERTY_WARP10_SPLITS_GSKIP - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
- PROPERTY_WARP10_SPLITS_QUIETAFTER - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Quiet after parameter when selecting GTS
- PROPERTY_WARP10_SPLITS_SELECTOR - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
GTS Selector
- PROPERTY_WARP10_SPLITS_TOKEN - Static variable in class io.warp10.hadoop.Warp10InputFormat
-
Token to use for selecting GTS
- Protate - Class in io.warp10.script.processing.transform
-
Call rotate
- Protate(String) - Constructor for class io.warp10.script.processing.transform.Protate
-
- PROTATE - Static variable in class io.warp10.script.WarpScriptLib
-
- ProtateX - Class in io.warp10.script.processing.transform
-
Call rotateX
- ProtateX(String) - Constructor for class io.warp10.script.processing.transform.ProtateX
-
- PROTATEX - Static variable in class io.warp10.script.WarpScriptLib
-
- ProtateY - Class in io.warp10.script.processing.transform
-
Call rotateY
- ProtateY(String) - Constructor for class io.warp10.script.processing.transform.ProtateY
-
- PROTATEY - Static variable in class io.warp10.script.WarpScriptLib
-
- ProtateZ - Class in io.warp10.script.processing.transform
-
Call rotateZ
- ProtateZ(String) - Constructor for class io.warp10.script.processing.transform.ProtateZ
-
- PROTATEZ - Static variable in class io.warp10.script.WarpScriptLib
-
- PS - Static variable in class io.warp10.script.WarpScriptLib
-
- Psaturation - Class in io.warp10.script.processing.color
-
Call saturation
- Psaturation(String) - Constructor for class io.warp10.script.processing.color.Psaturation
-
- PSATURATION - Static variable in class io.warp10.script.WarpScriptLib
-
- Pscale - Class in io.warp10.script.processing.transform
-
Draw a Bezier curve in a PGraphics instance
- Pscale(String) - Constructor for class io.warp10.script.processing.transform.Pscale
-
- PSCALE - Static variable in class io.warp10.script.WarpScriptLib
-
- Pset - Class in io.warp10.script.processing.image
-
Call set
- Pset(String) - Constructor for class io.warp10.script.processing.image.Pset
-
- PSET - Static variable in class io.warp10.script.WarpScriptLib
-
- Pshape - Class in io.warp10.script.processing.shape
-
Draw a shape in a PGraphics instance
- Pshape(String) - Constructor for class io.warp10.script.processing.shape.Pshape
-
- PSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- PshapeMode - Class in io.warp10.script.processing.shape
-
Call shapeMode
- PshapeMode(String) - Constructor for class io.warp10.script.processing.shape.PshapeMode
-
- PSHAPEMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- PshearX - Class in io.warp10.script.processing.transform
-
Call shearX
- PshearX(String) - Constructor for class io.warp10.script.processing.transform.PshearX
-
- PSHEARX - Static variable in class io.warp10.script.WarpScriptLib
-
- PshearY - Class in io.warp10.script.processing.transform
-
Call shearY
- PshearY(String) - Constructor for class io.warp10.script.processing.transform.PshearY
-
- PSHEARY - Static variable in class io.warp10.script.WarpScriptLib
-
- Psize - Class in io.warp10.script.processing.image
-
- Psize(String) - Constructor for class io.warp10.script.processing.image.Psize
-
- PSIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- Psphere - Class in io.warp10.script.processing.shape
-
Draw a sphere
- Psphere(String) - Constructor for class io.warp10.script.processing.shape.Psphere
-
- PSPHERE - Static variable in class io.warp10.script.WarpScriptLib
-
- PsphereDetail - Class in io.warp10.script.processing.shape
-
Call sphereDetail
- PsphereDetail(String) - Constructor for class io.warp10.script.processing.shape.PsphereDetail
-
- PSPHEREDETAIL - Static variable in class io.warp10.script.WarpScriptLib
-
- PSTACK - Class in io.warp10.script.functions
-
- PSTACK(String) - Constructor for class io.warp10.script.functions.PSTACK
-
- PSTACK - Static variable in class io.warp10.script.WarpScriptLib
-
- Pstroke - Class in io.warp10.script.processing.color
-
Call stroke
- Pstroke(String) - Constructor for class io.warp10.script.processing.color.Pstroke
-
- PSTROKE - Static variable in class io.warp10.script.WarpScriptLib
-
- PstrokeCap - Class in io.warp10.script.processing.shape
-
Call strokeCap
- PstrokeCap(String) - Constructor for class io.warp10.script.processing.shape.PstrokeCap
-
- PSTROKECAP - Static variable in class io.warp10.script.WarpScriptLib
-
- PstrokeJoin - Class in io.warp10.script.processing.shape
-
Call strokeJoin
- PstrokeJoin(String) - Constructor for class io.warp10.script.processing.shape.PstrokeJoin
-
- PSTROKEJOIN - Static variable in class io.warp10.script.WarpScriptLib
-
- PstrokeWeight - Class in io.warp10.script.processing.shape
-
Call strokeWeight
- PstrokeWeight(String) - Constructor for class io.warp10.script.processing.shape.PstrokeWeight
-
- PSTROKEWEIGHT - Static variable in class io.warp10.script.WarpScriptLib
-
- Ptext - Class in io.warp10.script.processing.typography
-
Call text
- Ptext(String) - Constructor for class io.warp10.script.processing.typography.Ptext
-
- PTEXT - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextAlign - Class in io.warp10.script.processing.typography
-
Call textAlign
- PtextAlign(String) - Constructor for class io.warp10.script.processing.typography.PtextAlign
-
- PTEXTALIGN - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextAscent - Class in io.warp10.script.processing.typography
-
Call textAscent
- PtextAscent(String) - Constructor for class io.warp10.script.processing.typography.PtextAscent
-
- PTEXTASCENT - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextDescent - Class in io.warp10.script.processing.typography
-
Call textDescent
- PtextDescent(String) - Constructor for class io.warp10.script.processing.typography.PtextDescent
-
- PTEXTDESCENT - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextFont - Class in io.warp10.script.processing.typography
-
Call textFont
- PtextFont(String) - Constructor for class io.warp10.script.processing.typography.PtextFont
-
- PTEXTFONT - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextLeading - Class in io.warp10.script.processing.typography
-
Call textLeading
- PtextLeading(String) - Constructor for class io.warp10.script.processing.typography.PtextLeading
-
- PTEXTLEADING - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextMode - Class in io.warp10.script.processing.typography
-
Call textMode
- PtextMode(String) - Constructor for class io.warp10.script.processing.typography.PtextMode
-
- PTEXTMODE - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextSize - Class in io.warp10.script.processing.typography
-
Call textSize
- PtextSize(String) - Constructor for class io.warp10.script.processing.typography.PtextSize
-
- PTEXTSIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- PtextWidth - Class in io.warp10.script.processing.typography
-
Call textWidth
- PtextWidth(String) - Constructor for class io.warp10.script.processing.typography.PtextWidth
-
- PTEXTWIDTH - Static variable in class io.warp10.script.WarpScriptLib
-
- Ptint - Class in io.warp10.script.processing.image
-
Call color
- Ptint(String) - Constructor for class io.warp10.script.processing.image.Ptint
-
- PTINT - Static variable in class io.warp10.script.WarpScriptLib
-
- PtoImage - Class in io.warp10.script.processing.image
-
- PtoImage(String) - Constructor for class io.warp10.script.processing.image.PtoImage
-
- PTOIMAGE - Static variable in class io.warp10.script.WarpScriptLib
-
- Ptranslate - Class in io.warp10.script.processing.transform
-
Draw a Bezier curve in a PGraphics instance
- Ptranslate(String) - Constructor for class io.warp10.script.processing.transform.Ptranslate
-
- PTRANSLATE - Static variable in class io.warp10.script.WarpScriptLib
-
- Ptriangle - Class in io.warp10.script.processing.shape
-
Draw a triangle in a PGraphics instance
- Ptriangle(String) - Constructor for class io.warp10.script.processing.shape.Ptriangle
-
- PTRIANGLE - Static variable in class io.warp10.script.WarpScriptLib
-
- publish(GTSEncoder) - Method in interface io.warp10.standalone.StandalonePlasmaHandlerInterface
-
- PupdatePixels - Class in io.warp10.script.processing.image
-
Call update the pixel array then call loadPixels
- PupdatePixels(String) - Constructor for class io.warp10.script.processing.image.PupdatePixels
-
- PUPDATEPIXELS - Static variable in class io.warp10.script.WarpScriptLib
-
- push(Object) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- push(Object) - Method in interface io.warp10.script.WarpScriptStack
-
Push an object onto the stack
- PUSHR - Class in io.warp10.script.functions
-
- PUSHR(String, int) - Constructor for class io.warp10.script.functions.PUSHR
-
- PUSHR - Static variable in class io.warp10.script.WarpScriptLib
-
- PUT - Class in io.warp10.script.functions
-
Pushes a value into a map or list.
- PUT(String) - Constructor for class io.warp10.script.functions.PUT
-
- PUT - Static variable in class io.warp10.script.WarpScriptLib
-
- putIfAbsent(String, String) - Method in class io.warp10.warp.sdk.Capabilities
-
- putToAttributes(String, String) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- putToAttributes(String, String) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- putToAttributes(String, String) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- putToAttributes(String, String) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- putToAttributes(String, String) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- putToAttributes(String, String) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- putToHooks(String, String) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- putToLabels(String, String) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- putToLabels(String, String) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- putToLabels(String, String) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- putToPerClassCardinality(String, ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- putToPerLabelValueCardinality(String, ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- Pvertex - Class in io.warp10.script.processing.shape
-
Adds a vertex to a shape
- Pvertex(String) - Constructor for class io.warp10.script.processing.shape.Pvertex
-
- PVERTEX - Static variable in class io.warp10.script.WarpScriptLib
-
- Py4JEntryPoint - Class in io.warp10
-
Entry point class used when using Py4J's JavaGateway
- Py4JEntryPoint(String) - Constructor for class io.warp10.Py4JEntryPoint
-
- Py4JEntryPoint(Map<String, String>) - Constructor for class io.warp10.Py4JEntryPoint
-
- Py4JEntryPoint() - Constructor for class io.warp10.Py4JEntryPoint
-
- S - Static variable in class io.warp10.script.WarpScriptLib
-
- SAFECOMPILE - Static variable in class io.warp10.script.WarpScriptLib
-
- safeDelta() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Disable delta/identical encoding until the encoder has encountered a new
ts/lat/lon/elev and value from each type.
- safeSetMetadata(Metadata) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- safeSetMetadata(Metadata) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- safeSetMetadata(Metadata) - Method in class io.warp10.continuum.gts.GTSEncoder
-
Package protected version of the above method which reuses the Metadata verbatim
This version is targeted to GTSDecoder to speed up the call to getEncoder
- safeSetProperties(String...) - Static method in class io.warp10.WarpConfig
-
- safeSetProperties(boolean, String...) - Static method in class io.warp10.WarpConfig
-
- safeSetProperties(Reader) - Static method in class io.warp10.WarpConfig
-
- safeSetProperties(boolean, Reader) - Static method in class io.warp10.WarpConfig
-
- safeSipHash(long, long, byte[]) - Static method in class io.warp10.crypto.CryptoUtils
-
Compute a safe SipHash of a given input by computing the
forward hash, the hash of the reversed input and finally the
hash of the two concatenated hashes.
- sanitize(String) - Static method in class io.warp10.script.StackUtils
-
Sanitize a script instance, removing comments etc.
- sanitizeStrings(String) - Static method in class io.warp10.continuum.gts.UnsafeString
-
Replace whitespaces in Strings enclosed in quotes
with '%20'
- SAVE - Class in io.warp10.script.functions
-
- SAVE(String) - Constructor for class io.warp10.script.functions.SAVE
-
- save() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- SAVE - Static variable in class io.warp10.script.WarpScriptLib
-
- save() - Method in interface io.warp10.script.WarpScriptStack
-
Push the current stack context (symbols + redefined statements) onto the stack.
- SAX(int, double) - Static method in class io.warp10.script.SAXUtils
-
Return a SAX symbol given a double value and a number of levels.
- SAX_MAX_LEVELS - Static variable in class io.warp10.script.SAXUtils
-
Maximum number of levels a SAX symbol can have.
- SAXUtils - Class in io.warp10.script
-
Class contains methods related to SAX representation of time series.
- SAXUtils() - Constructor for class io.warp10.script.SAXUtils
-
- SCALB - Class in io.warp10.script.functions.math
-
Check https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html for the documentation of this function.
- SCALB(String) - Constructor for class io.warp10.script.functions.math.SCALB
-
- SCALB - Static variable in class io.warp10.script.WarpScriptLib
-
- SearchWindow - Class in io.warp10.script.fastdtw
-
- SearchWindow(int, int) - Constructor for class io.warp10.script.fastdtw.SearchWindow
-
- SECTION - Class in io.warp10.script.functions
-
Modify the current section name
- SECTION(String) - Constructor for class io.warp10.script.functions.SECTION
-
- SECTION - Static variable in class io.warp10.script.WarpScriptLib
-
- SECURE - Class in io.warp10.script.functions
-
Builds a SecureScript from the String on the stack and pushes it on the stack
- SECURE(String) - Constructor for class io.warp10.script.functions.SECURE
-
- secure(String, String) - Static method in class io.warp10.script.functions.SECURE
-
- SECURE - Static variable in class io.warp10.script.WarpScriptLib
-
- SECURE_SCRIPT_END - Static variable in interface io.warp10.script.WarpScriptStack
-
- SECURE_SCRIPT_START - Static variable in interface io.warp10.script.WarpScriptStack
-
- SECUREKEY - Class in io.warp10.script.functions
-
Set the secure key to use when building secure scripts
- SECUREKEY(String) - Constructor for class io.warp10.script.functions.SECUREKEY
-
- SECUREKEY - Static variable in class io.warp10.script.WarpScriptLib
-
- SecureScript - Class in io.warp10.script.thrift.data
-
Structure which contains secure scripts
- SecureScript() - Constructor for class io.warp10.script.thrift.data.SecureScript
-
- SecureScript(long, String, ByteBuffer, boolean) - Constructor for class io.warp10.script.thrift.data.SecureScript
-
- SecureScript(SecureScript) - Constructor for class io.warp10.script.thrift.data.SecureScript
-
Performs a deep copy on other.
- SecureScript._Fields - Enum in io.warp10.script.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- SENSISION_CLASS_CONTINUUM_DIRECTORY_BARRIER_SYNCS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of barrier synchronizations
- SENSISION_CLASS_CONTINUUM_DIRECTORY_CLASSES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of distinct classes managed by Directory
- SENSISION_CLASS_CONTINUUM_DIRECTORY_CLIENT_CACHE_CHANGED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the Thrift directory client cache was changed
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FDB_COMMITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to 'flushCommits' done in 'Directory'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FDB_DELETES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FoundationDB Delete done in 'Directory'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FDB_PUTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FDB Puts done in 'Directory'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_COMPACTED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of find requests which reached the soft limit and whose result were compacted
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_EXPIRED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Expired find requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_INVALID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Invalid (bad MAC) find requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_LIMITED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of find requests which reached the hard limit
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of 'find' requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_FIND_RESULTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of results returned by 'find' requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_GTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTS metadata managed by Directory.
- SENSISION_CLASS_CONTINUUM_DIRECTORY_GTS_PERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of distinct classes per owner known by a Directory
- SENSISION_CLASS_CONTINUUM_DIRECTORY_JVM_FREEMEMORY - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Free memory for directory
- SENSISION_CLASS_CONTINUUM_DIRECTORY_KAFKA_COMMITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka offset commits done in 'Store'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_KAFKA_FAILEDDECRYPTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed decryptions for Kafka messages read in 'Directory'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_KAFKA_FAILEDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed MAC verification for Kafka messages read in 'Directory'
- SENSISION_CLASS_CONTINUUM_DIRECTORY_OWNERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of distinct owners known by a Directory
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_DELETE_CALLS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to the 'delete' method of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_DELETE_TIME_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spent (in nanoseconds) in method 'delete' of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_FIND_CALLS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to the 'find' method of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_FIND_RESULTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of results of the 'find' method of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_FIND_TIME_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spent (in nanoseconds) in method 'find' of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_STORE_CALLS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to the 'store' method of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_PLUGIN_STORE_TIME_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spent (in nanoseconds) in method 'store' of Directory plugin
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STATS_EXPIRED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Expired stats requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STATS_INVALID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Invalid (bad MAC) stats requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STATS_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of 'stats' requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STREAMING_EXPIRED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of expired streaming requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STREAMING_INVALID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Invalid (bad MAC) streaming requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STREAMING_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of successful streaming requests
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STREAMING_RESULTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of streaming results
- SENSISION_CLASS_CONTINUUM_DIRECTORY_STREAMING_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total time spent in successful streaming requests in microseconds
- SENSISION_CLASS_CONTINUUM_ESTIMATOR_RESETS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times an estimator was reset
- SENSISION_CLASS_CONTINUUM_ESTIMATOR_RESETS_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times an estimator was reset per app
- SENSISION_CLASS_CONTINUUM_ESTIMATORS_CACHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of cached estimators for GTS uniqueness estimation
- SENSISION_CLASS_CONTINUUM_ESTIMATORS_CACHED_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of cached per app estimators for GTS uniqueness estimation
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_ITERATORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTSDecoder iterators produced by FDBStoreClient
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_PARALLEL_SCANNERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parallel scanners spawned
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_PARALLEL_SCANNERS_MUTEX - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times a mutex was requested among parallel scanners.
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_PARALLEL_SCANNERS_REJECTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of rejections when attempting to schedule parallel scanners in the distributed version
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_PARALLEL_SCANNERS_WAITNANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent waiting for a scanner to be scheduled
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_RESULTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of results retrieved from scanners by FDBStoreClient
- SENSISION_CLASS_CONTINUUM_FDB_CLIENT_SCANNERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of scanners retrieved by FDBStoreClient
- SENSISION_CLASS_CONTINUUM_FETCH_BYTES_KEYS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of key bytes read by the calls to fetch
- SENSISION_CLASS_CONTINUUM_FETCH_BYTES_KEYS_PEROWNER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of key bytes read by the calls to fetch per owner
- SENSISION_CLASS_CONTINUUM_FETCH_BYTES_VALUES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of value bytes read by the calls to fetch
- SENSISION_CLASS_CONTINUUM_FETCH_BYTES_VALUES_PEROWNER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of value bytes read by the calls to fetch per owner
- SENSISION_CLASS_CONTINUUM_FETCH_COUNT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to the fetch method of the store client
- SENSISION_CLASS_CONTINUUM_FETCH_DATAPOINTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints read by 'fetch'
- SENSISION_CLASS_CONTINUUM_FETCH_DATAPOINTS_PEROWNER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints read by 'fetch' per owner
- SENSISION_CLASS_CONTINUUM_FETCH_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'fetch' requests
- SENSISION_CLASS_CONTINUUM_GTS_DISTINCT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of distinct GTS as estimated by HLL+
- SENSISION_CLASS_CONTINUUM_GTS_DISTINCT_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of distinct GTS as estimated by HLL+ per application
- SENSISION_CLASS_CONTINUUM_GTS_ESTIMATOR - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Serialized estimator for the given producer.
- SENSISION_CLASS_CONTINUUM_GTS_ESTIMATOR_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Serialized estimator for the given application.
- SENSISION_CLASS_CONTINUUM_INGRESS_DELETE_GTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTS which were concerned by the 'delete' requests.
- SENSISION_CLASS_CONTINUUM_INGRESS_DELETE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'delete' requests received by the 'Ingress' component of continuum
- SENSISION_CLASS_CONTINUUM_INGRESS_ESTIMATORS_CACHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of cached per producer estimators for GTS uniqueness estimation
- SENSISION_CLASS_CONTINUUM_INGRESS_ESTIMATORS_CACHED_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of cached per app estimators for GTS uniqueness estimation
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DATA_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka messages containing data produced by 'Ingress'
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DATA_PRODUCER_POOL_GET - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Producer get from the producer pool
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DATA_PRODUCER_SEND - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent sending a list of data by a producer
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DATA_PRODUCER_WAIT_NANO - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent waiting for a producer to be available
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DATA_SEND - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to Kafka send by 'Ingress' for messages containing data
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DELETE_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka delete messages produced by 'Ingress'
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_DELETE_SEND - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to Kafka send by 'Ingress' for deletion messages
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_META_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka messages containing data produced by 'Ingress'
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_META_SEND - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to Kafka send by 'Ingress' for messages containing metadata
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_METADATA_PRODUCER_POOL_GET - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Producer get from the metadata producer pool
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_METADATA_PRODUCER_SEND - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent sending a list of metadata by a producer
- SENSISION_CLASS_CONTINUUM_INGRESS_KAFKA_METADATA_PRODUCER_WAIT_NANO - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent waiting for a metadata producer to be available
- SENSISION_CLASS_CONTINUUM_INGRESS_META_GZIPPED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'meta' requests which had gzipped content
- SENSISION_CLASS_CONTINUUM_INGRESS_META_INVALID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times invalid metadata were sent to the 'meta' endpoint of Ingress
- SENSISION_CLASS_CONTINUUM_INGRESS_META_INVALIDTOKEN - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times a 'meta' request was done using an invalid token
- SENSISION_CLASS_CONTINUUM_INGRESS_META_RECORDS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of metadata records sent to the 'meta' endpoint of Ingress
- SENSISION_CLASS_CONTINUUM_INGRESS_META_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'meta' requests to the Ingress component
- SENSISION_CLASS_CONTINUUM_INGRESS_METADATA_CACHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Metadata cached in 'ingress'
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_DATAPOINTS_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints pushed into Continuum (at the 'ingress' level, not by producer)
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_DATAPOINTS_INDEXED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of readings indexed in Continuum
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_DATAPOINTS_RAW - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of raw readings pushed into Continuum
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_GZIPPED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' requests which had gzipped content
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_INVALIDTOKEN - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times an 'update' request was done using an invalid token
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_PARSEERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parse error encountered in Ingress 'update' requests
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' requests received by the 'Ingress' component of continuum
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of microseconds spent in 'update'
- SENSISION_CLASS_CONTINUUM_INGRESS_UPDATE_TIME_US_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of microseconds spent in 'update' at the 'ingress' level
- SENSISION_CLASS_CONTINUUM_RUNNER_KAFKA_PRODUCER_POOL_GET - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Producer get from the producer pool
- SENSISION_CLASS_CONTINUUM_RUNNER_KAFKA_PRODUCER_WAIT_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent waiting for a producer to be available
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of gtsWrappers produced by sfetch
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS_DATAPOINTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints in gtsWrapper produced by sfetch
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS_DATAPOINTS_PERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints in gtsWrapper produced by sfetch per application
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS_PERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of gtsWrappers produced by sfetch per application
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS_SIZE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Size of gtsWrapper produced by sfetch
- SENSISION_CLASS_CONTINUUM_SFETCH_WRAPPERS_SIZE_PERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Size of gtsWrapper produced by sfetch per application
- SENSISION_CLASS_CONTINUUM_STANDALONE_CLIENT_PARALLEL_SCANNERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parallel scanners spawned in the standalone version
- SENSISION_CLASS_CONTINUUM_STANDALONE_CLIENT_PARALLEL_SCANNERS_MUTEX - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times a mutex was requested among parallel scanners in the standalone version.
- SENSISION_CLASS_CONTINUUM_STANDALONE_CLIENT_PARALLEL_SCANNERS_REJECTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of rejections when attempting to schedule parallel scanners in the standalone version
- SENSISION_CLASS_CONTINUUM_STANDALONE_CLIENT_PARALLEL_SCANNERS_WAITNANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of nanoseconds spent waiting for a scanner to be scheduled in the standalone version
- SENSISION_CLASS_CONTINUUM_STANDALONE_DELETE_DATAPOINTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints deleted by 'standalone' delete
- SENSISION_CLASS_CONTINUUM_STANDALONE_DELETE_DATAPOINTS_PEROWNERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints deleted by 'standalone' delete per owner and application
- SENSISION_CLASS_CONTINUUM_STANDALONE_DELETE_GTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTS deleted by 'standalone' delete
- SENSISION_CLASS_CONTINUUM_STANDALONE_DELETE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'standalone' delete requests
- SENSISION_CLASS_CONTINUUM_STANDALONE_DELETE_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spent in microseconds in standalone 'delete'
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes currently stored in the memory store
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_DATAPOINTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of points currently stored in the memory store
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GC_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of data bytes garbage collected in the memory store by dropping complete chunks
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GC_CHUNKS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of shards dropped by the GC since the launch of the platform instance
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GC_DATAPOINTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints garbage collected in the memory store
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GC_RECLAIMED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes reclaimed by shrinking arrays backing buffers.
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GC_RUNS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of garbage collection cycles in the memory store
- SENSISION_CLASS_CONTINUUM_STANDALONE_INMEMORY_GTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTS currently stored in the memory store.
- SENSISION_CLASS_CONTINUUM_STANDALONE_STREAM_UPDATE_DATAPOINTS_RAW - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of raw readings pushed into Continuum (standalone streaming version)
- SENSISION_CLASS_CONTINUUM_STANDALONE_STREAM_UPDATE_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' messages received by the standlone streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_STREAM_UPDATE_PARSEERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parse error encountered in 'update' requests in the standalone streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_STREAM_UPDATE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' requests received by the standlone streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_STREAM_UPDATE_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of microseconds spent in 'update' in the standalone streaming version of Continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_UPDATE_DATAPOINTS_RAW - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of raw readings pushed into Continuum (standalone version)
- SENSISION_CLASS_CONTINUUM_STANDALONE_UPDATE_PARSEERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parse error encountered in 'update' requests in the standalone version of continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_UPDATE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' requests received by the standlone version of continuum
- SENSISION_CLASS_CONTINUUM_STANDALONE_UPDATE_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of microseconds spent in 'update' in the standalone version of Continuum
- SENSISION_CLASS_CONTINUUM_STORE_ABORTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of aborts experienced in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_BARRIER_SYNCS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of barrier synchronizations
- SENSISION_CLASS_CONTINUUM_STORE_FDB_CLEARRANGES_COMMITTED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FoundationDB clearranges committed in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_FDB_COMMITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to 'flushCommits' done in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_FDB_DELETE_OPS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of DELETE ops handled by 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_FDB_SETS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FDB Sets created in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_FDB_SETS_COMMITTED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of FoundationDB sets committed in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_FDB_TIME_NANOS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spend writing to FoundationDB in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_GTSDECODERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTSDecoders handled by 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_KAFKA_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka messages bytes read in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_KAFKA_COMMITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka offset commits done in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_KAFKA_COUNT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka messages read in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_KAFKA_FAILEDDECRYPTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed decryptions for Kafka messages read in 'Store'
- SENSISION_CLASS_CONTINUUM_STORE_KAFKA_FAILEDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed MAC verification for Kafka messages read in 'Store'
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_DATAPOINTS_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints pushed into Continuum via the streaming update endpoint (at the global level, not by producer)
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_DATAPOINTS_RAW - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of raw readings pushed into Continuum (streaming version)
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' messages received by the streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_PARSEERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of parse error encountered in 'update' requests in the streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of 'update' requests received by the streaming version of continuum
- SENSISION_CLASS_CONTINUUM_STREAM_UPDATE_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of microseconds spent in 'update' in the streaming update version of Continuum
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the distinct GTS throttling triggered
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the distinct GTS throttling triggered globally
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS_LIMIT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
MADS per producer
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS_LIMIT_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
MADS per application
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the distinct GTS throttling triggered per app
- SENSISION_CLASS_CONTINUUM_THROTTLING_GTS_PER_APP_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the distinct GTS throttling triggered per app globally
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the rate throttling triggered
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the rate throttling triggered globally
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE_LIMIT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Current rate limit per producer
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE_LIMIT_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Current rate limit per application
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE_PER_APP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the rate throttling triggered per app
- SENSISION_CLASS_CONTINUUM_THROTTLING_RATE_PER_APP_GLOBAL - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the rate throttling triggered per app globally
- SENSISION_CLASS_DATALOG_CONSUMER_MESSAGES_IN - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of incoming Datalog consumer messages
- SENSISION_CLASS_DATALOG_CONSUMER_MESSAGES_OUT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of outgoing Datalog consumer messages
- SENSISION_CLASS_DATALOG_FAILURES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datalog records which failed to be applied
- SENSISION_CLASS_DATALOG_FEEDER_MESSAGES_IN - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of incoming Datalog feeder messages
- SENSISION_CLASS_DATALOG_FEEDER_MESSAGES_OUT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of outgoing Datalog feeder messages
- SENSISION_CLASS_DATALOG_IGNORED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Datalog DATA messages ignored due to excluded ids
- SENSISION_CLASS_DATALOG_SKIPPED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Datalog DATA messages skipped due to sharding macro returning false
- SENSISION_CLASS_DATALOG_SUCCESSES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of successful datalog records applied to the underlying datastore
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_IN_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes consumed
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_IN_INVALIDCIPHERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid Ciphers in consumed messages
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_IN_INVALIDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid MACs in consumed messages
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_IN_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages consumed
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_OUT_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes buffered outwards
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_OUT_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages buffered outwards
- SENSISION_CLASS_PLASMA_BACKEND_KAFKA_OUT_SENT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of send ops by the outward kafka producer
- SENSISION_CLASS_PLASMA_BACKEND_SUBSCRIPTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of subscriptions (GTS) by backend
- SENSISION_CLASS_PLASMA_BACKEND_SUBSCRIPTIONS_INVALID_HASHES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid hashes detected when
- SENSISION_CLASS_PLASMA_BACKEND_SUBSCRIPTIONS_UPDATES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of subscriptions updates
- SENSISION_CLASS_PLASMA_FRONTEND_ABORTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka consuming loop abortions
- SENSISION_CLASS_PLASMA_FRONTEND_DISPATCH_CALLS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of calls to dispatch
- SENSISION_CLASS_PLASMA_FRONTEND_DISPATCH_SESSIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of sessions targeted by 'dispatch'
- SENSISION_CLASS_PLASMA_FRONTEND_DISPATCH_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time (in microseconds) spent in 'dispatch'
- SENSISION_CLASS_PLASMA_FRONTEND_KAFKA_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes consumed by Plasma Frontend
- SENSISION_CLASS_PLASMA_FRONTEND_KAFKA_COMMITS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka offset commits
- SENSISION_CLASS_PLASMA_FRONTEND_KAFKA_INVALIDCIPHERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed decipherments
- SENSISION_CLASS_PLASMA_FRONTEND_KAFKA_INVALIDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of failed MAC checks
- SENSISION_CLASS_PLASMA_FRONTEND_KAFKA_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of Kafka messages consumed by Plasma Frontend
- SENSISION_CLASS_PLASMA_FRONTEND_SUBSCRIPTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of GTS subscribed to by Plasma Front End
- SENSISION_CLASS_PLASMA_FRONTEND_SYNCS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of barrier synchronizations
- SENSISION_CLASS_WARP_DIRECTORY_KAFKA_SHUTDOWNS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the Kafka connector was shutdown due to errors in the consuming threads
- SENSISION_CLASS_WARP_INGRESS_KAFKA_META_IN_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes consumed from the 'metadata' Kafka topic by 'Ingress'
- SENSISION_CLASS_WARP_INGRESS_KAFKA_META_IN_INVALIDCIPHERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid AES wrappings for messages consumed from the 'metadata' Kafka topic by 'Ingress'
- SENSISION_CLASS_WARP_INGRESS_KAFKA_META_IN_INVALIDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid MACs for messages consumed from the 'metadata' Kafka topic by 'Ingress'
- SENSISION_CLASS_WARP_INGRESS_KAFKA_META_IN_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages consumed from the 'metadata' Kafka topic by 'Ingress'
- SENSISION_CLASS_WARP_KAFKA_CONSUMER_OFFSET - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Kafka Consumer Offset
- SENSISION_CLASS_WARP_KAFKA_CONSUMER_OFFSET_BACKWARD_LEAPS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages which were in the past relative to the previously committed message offset
- SENSISION_CLASS_WARP_KAFKA_CONSUMER_OFFSET_FORWARD_LEAPS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages which were more than 1 message ahead of the previously consumed (or committed) message
- SENSISION_CLASS_WARP_REVISION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Revision of components
- SENSISION_CLASS_WARP_RUNNER_FAILURES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of scripts which could not be executed by the ExecutorService due to too many rejections
- SENSISION_CLASS_WARP_RUNNER_KAFKA_IN_BYTES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of bytes consumed
- SENSISION_CLASS_WARP_RUNNER_KAFKA_IN_INVALIDCIPHERS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid AES wrappings for messages consumed by 'ScriptRunner'
- SENSISION_CLASS_WARP_RUNNER_KAFKA_IN_INVALIDMACS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of invalid MACs for messages consumed by 'ScriptRunner'
- SENSISION_CLASS_WARP_RUNNER_KAFKA_IN_MESSAGES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of messages consumed
- SENSISION_CLASS_WARP_RUNNER_REJECTIONS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of execution attempts which were rejected by the ExecutorService
- SENSISION_CLASS_WARP_STANDALONE_LEVELDB_SNAPSHOT_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
- SENSISION_CLASS_WARP_STANDALONE_LEVELDB_SNAPSHOT_TIME_NS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Time spent with compactions disabled to enable snapshots
- SENSISION_CLASS_WARP_TIMESOURCE_CALIBRATIONS_SKIPPED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of skipped TimeSource calibrations
- SENSISION_CLASS_WARPFLEET_MACROS_CACHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of macros cached from WarpFleet repositories
- SENSISION_CLASS_WARPSCRIPT_BOOTSTRAP_LOADS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the WarpScript bootstrap code was loaded
- SENSISION_CLASS_WARPSCRIPT_ERRORS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of errors in WarpScript scripts
- SENSISION_CLASS_WARPSCRIPT_FETCHCOUNT_EXCEEDED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the fetch limit was reached
- SENSISION_CLASS_WARPSCRIPT_FUNCTION_COUNT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of uses of a given WarpScript function
- SENSISION_CLASS_WARPSCRIPT_FUNCTION_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total time in nanoseconds spent in WarpScript functions
- SENSISION_CLASS_WARPSCRIPT_JVM_FREEMEMORY - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Free memory reported by the JVM
- SENSISION_CLASS_WARPSCRIPT_LIBRARY_CACHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of macros loaded from jars and the classpath which are currently cached
- SENSISION_CLASS_WARPSCRIPT_OPS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total number of ops in WarpScript scripts
- SENSISION_CLASS_WARPSCRIPT_OPSCOUNT_EXCEEDED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the operation count limit was reached
- SENSISION_CLASS_WARPSCRIPT_REPOSITORY_JARS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of jar files known in the repository
- SENSISION_CLASS_WARPSCRIPT_REPOSITORY_MACROS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of macros known in the repository
- SENSISION_CLASS_WARPSCRIPT_REQUESTS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of WarpScript requests
- SENSISION_CLASS_WARPSCRIPT_RUN_COUNT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times a script has been run
- SENSISION_CLASS_WARPSCRIPT_RUN_CURRENT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of current active executions
- SENSISION_CLASS_WARPSCRIPT_RUN_ELAPSED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Elapsed time per scheduled script
- SENSISION_CLASS_WARPSCRIPT_RUN_FAILURES - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times a script has failed
- SENSISION_CLASS_WARPSCRIPT_RUN_FETCHED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of datapoints fetched per scheduled script
- SENSISION_CLASS_WARPSCRIPT_RUN_OPS - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of ops per scheduled script
- SENSISION_CLASS_WARPSCRIPT_RUN_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total time spent running a given script
- SENSISION_CLASS_WARPSCRIPT_STACKDEPTH_EXCEEDED - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Number of times the stack depth limit was reached
- SENSISION_CLASS_WARPSCRIPT_TIME_US - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Total time (us) spent in WarpScript requests
- SENSISION_LABEL_APPLICATION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Name of application for which the metric is collected
- SENSISION_LABEL_CDN - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
CDN POP used to serve the request
- SENSISION_LABEL_CODE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Code, as in error codes
- SENSISION_LABEL_COMPONENT - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Component
- SENSISION_LABEL_CONSUMER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Datalog consumer id
- SENSISION_LABEL_CONSUMERAPP - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Name of application consuming data
- SENSISION_LABEL_CONSUMERID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Id of customer consuming data
- SENSISION_LABEL_FEEDER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Datalog feeder id
- SENSISION_LABEL_FORWARDER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Forwarder
- SENSISION_LABEL_FUNCTION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Name of function for which a WarpScript metric is collected
- SENSISION_LABEL_GROUPID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Kafka Group ID
- SENSISION_LABEL_ID - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Id of something
- SENSISION_LABEL_OWNER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Id of the owner for which the metric is collected
- SENSISION_LABEL_PARTITION - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
- SENSISION_LABEL_PATH - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Path of script
- SENSISION_LABEL_PRODUCER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Id of the producer for which the metric is collected
- SENSISION_LABEL_SERVER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Server (usually RegionServer)
- SENSISION_LABEL_TABLE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Table
- SENSISION_LABEL_THREAD - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Thread id
- SENSISION_LABEL_TOPIC - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Kafka Topic
- SENSISION_LABEL_TYPE - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
Type of something...
- SENSISION_TTL_PERUSER - Static variable in class io.warp10.continuum.sensision.SensisionConstants
-
- SensisionConstants - Class in io.warp10.continuum.sensision
-
- SensisionConstants() - Constructor for class io.warp10.continuum.sensision.SensisionConstants
-
- SENSISIONDUMP - Class in io.warp10.script.ext.sensision
-
Retrieve a string representation of all current Sensision metrics
- SENSISIONDUMP(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONDUMP
-
- SENSISIONDUMPEVENTS - Class in io.warp10.script.ext.sensision
-
Retrieve a string representation of all current Sensision metrics
- SENSISIONDUMPEVENTS(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONDUMPEVENTS
-
- SENSISIONEVENT - Class in io.warp10.script.ext.sensision
-
Produces a Sensision event
- SENSISIONEVENT(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONEVENT
-
- SENSISIONGET - Class in io.warp10.script.ext.sensision
-
Retrieve a datapoint currently stored in Sensision
- SENSISIONGET(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONGET
-
- SENSISIONSET - Class in io.warp10.script.ext.sensision
-
Sets a Sensision metric
- SENSISIONSET(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONSET
-
- SENSISIONUPDATE - Class in io.warp10.script.ext.sensision
-
Updates a sensision metric
- SENSISIONUPDATE(String) - Constructor for class io.warp10.script.ext.sensision.SENSISIONUPDATE
-
- SensisionWarpScriptExtension - Class in io.warp10.script.ext.sensision
-
WarpScript Extension which exposes functions to
set/update/clear/get Sensision metrics
- SensisionWarpScriptExtension() - Constructor for class io.warp10.script.ext.sensision.SensisionWarpScriptExtension
-
- serialize(byte[], JsonGenerator, SerializerProvider) - Method in class io.warp10.json.BytesSerializer
-
- serialize(COWList, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.COWListSerializer
-
- serialize(GeoTimeSerie, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.GeoTimeSerieSerializer
-
- serialize(GTSEncoder, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.GTSEncoderSerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.JsonUtils.CustomSerializer
-
- serialize(WarpScriptStack.Macro, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.MacroSerializer
-
- serialize(Metadata, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.MetadataSerializer
-
- serialize(NamedWarpScriptFunction, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.NamedWarpScriptFunctionSerializer
-
- serialize(RealMatrix, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.RealMatrixSerializer
-
- serialize(RealVector, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.RealVectorSerializer
-
- serialize(WarpScriptAuditStatement, JsonGenerator, SerializerProvider) - Method in class io.warp10.json.WarpScriptAuditStatementSerializer
-
- serializeMetadataFields(Metadata, JsonGenerator) - Static method in class io.warp10.json.MetadataSerializer
-
- set(int, Object) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- set(int, Object) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- SET - Class in io.warp10.script.functions
-
Pushes a value into a list or byte array.
- SET(String) - Constructor for class io.warp10.script.functions.SET
-
- SET - Static variable in class io.warp10.script.WarpScriptLib
-
- set(WarpScriptStack, Capabilities) - Static method in class io.warp10.warp.sdk.Capabilities
-
- set(int, Object) - Method in class io.warp10.WrapperList
-
- SET_END - Static variable in class io.warp10.script.WarpScriptLib
-
- SET_START - Static variable in class io.warp10.script.WarpScriptLib
-
- setActiveAfter(long) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Timestamp (in ms) after which a given Geo Time Series was active.
- setActiveAfterIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setAppName(String) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Name of the application using the token
- setAppName(String) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Application name
- setAppNameIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setAppNameIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setApps(List<String>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of applications consumed
- setAppsIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setAttribute(String, Object) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- setAttribute(String, Object) - Method in interface io.warp10.script.WarpScriptStack
-
Set a stack attribute.
- setAttribute(String, Object) - Static method in class io.warp10.WarpManager
-
- setAttributes(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Map of attributes.
- setAttributes(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Message attributes, placeholder to store K/V.
- setAttributes(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Attributes associated with the geo time serie.
- setAttributes(Map<String, String>) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
Map of attributes
- setAttributes(Map<String, String>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token attributes
- setAttributes(Map<String, String>) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Token attributes, placeholder to store K/V.
- SETATTRIBUTES - Class in io.warp10.script.functions
-
Set attributes on GTS, Encoders or list thereof
- SETATTRIBUTES(String) - Constructor for class io.warp10.script.functions.SETATTRIBUTES
-
- SETATTRIBUTES - Static variable in class io.warp10.script.WarpScriptLib
-
- setAttributesIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setAttributesIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setAttributesIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setAttributesIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- setAttributesIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setAttributesIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setBase(long) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Base timestamp, if not set assumed to be 0
- setBaseIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setBaseTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional encode base timestamp (for UPDATE messages)
- setBaseTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setBilledId(byte[]) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Id of the billed customer
- setBilledId(ByteBuffer) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setBilledIdIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setBucketCount(GeoTimeSerie, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- setBucketcount(long) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Bucket count for bucketized GTS
- setBucketcountIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setBucketSpan(GeoTimeSerie, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- setBucketspan(long) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Bucket span for bucketized GTS
- setBucketspanIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setChunkCount(int) - Static method in class io.warp10.standalone.AcceleratorConfig
-
- setChunkSpan(long) - Static method in class io.warp10.standalone.AcceleratorConfig
-
- setClassCardinality(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct classes
- setClassCardinality(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setClassCardinalityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setClassId(long) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setClassId(long) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setClassId(long) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setClassId(long) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Class Id of the data
- setClassId(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Class Id of the data.
- setClassId(long) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
classId associated with the geo time serie
- setClassIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setClassIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setClassIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setClassNames(List<String>) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setClassNamesIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setClassSelector(List<String>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Pattern for selecting GTS class.
- setClassSelectorIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- setClassSelectors(List<String>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Patterns for selecting GTS class.
- setClassSelectorsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setCommitref(String) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
Reference to use in the commit message
- setCommitrefIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setCompressed(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Flag indicating if 'encoded' is gzip compressed
- setCompressed(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Flag indicating whether the content is compressed or not
- setCompressed(boolean) - Method in class io.warp10.script.thrift.data.SecureScript
-
Flag indicating that the script content is compressed.
- setCompressedIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setCompressedIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setCompressedIsSet(boolean) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setCompressionPasses(int) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Number of compression passes done on the input data
- setCompressionPassesIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setContent(byte[]) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Content of the script
- setContent(ByteBuffer) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setContentIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setCount(long) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setCount(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Number of data points to fetch.
- setCount(long) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Number of datapoints encoded in the wrapped GTS
- setCountIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setCountIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setData(byte[]) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Encoded values of the Geo Time Serie.
- setData(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setData(byte[]) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Encoded (by GTSEncoder) data for the GTS.
- setData(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setDataIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setDataIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setDataviz(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
The read token is used for data visualisation, default false
- setDatavizIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setDeletionEndTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
End timestamp for deletion requests
- setDeletionEndTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setDeletionMinAge(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Minimum age of cells to delete (in ms)
- setDeletionMinAgeIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setDeletionStartTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Start timestamp for deletion requests
- setDeletionStartTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setElevationAtIndex(GeoTimeSerie, int, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Set the elevation at a specific index in the GTS
- setEncoded(byte[]) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Encoded GTS content
- setEncoded(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setEncodedIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setEncoder(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional encoder (for UPDATE messages)
- setEncoder(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setEncoderIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setEncrypt(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setEncryptIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setEndTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
An optional end (youngest) timestamp if 'data' contains several values.
- setEndTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setError(String) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Detail of encountered error
- setErrorIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setExcluded(List<String>) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setExcludedIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setExpiry(long) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Until when is the split valid?
- setExpiry(long) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Timestamp (in ms since epoch) at which the MetaSet expires.
- setExpiry(long) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- setExpiryIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- setExpiryIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setExpiryTimestamp(long) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Timestamp of the token expiration
- setExpiryTimestamp(long) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Timestamp of the token expiration
- setExpiryTimestampIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setExpiryTimestampIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setFieldValue(DatalogMessage._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setFieldValue(DatalogRecord._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setFieldValue(DirectoryRequest._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setFieldValue(DirectoryStatsRequest._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- setFieldValue(DirectoryStatsResponse._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setFieldValue(FetchRequest._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setFieldValue(GTSData._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setFieldValue(GTSSplit._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- setFieldValue(GTSWrapper._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setFieldValue(KafkaDataMessage._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setFieldValue(Metadata._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setFieldValue(MetaSet._Fields, Object) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setFieldValue(HyperLogLogPlusParameters._Fields, Object) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setFieldValue(LoggingEvent._Fields, Object) - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- setFieldValue(RunRequest._Fields, Object) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setFieldValue(ReadToken._Fields, Object) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setFieldValue(WriteToken._Fields, Object) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setFieldValue(SecureScript._Fields, Object) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setFieldValue(StackInteractionReport._Fields, Object) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setFieldValue(StackTrace._Fields, Object) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setFieldValue(Throwable._Fields, Object) - Method in class io.warp10.script.thrift.data.Throwable
-
- setFileNames(List<String>) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setFileNamesIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setFingerprint(long) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- setForward(GTSWrapper) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional wrapper containing the data to forward.
- setForwardIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setFunctionMetrics(boolean) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- setGroovy(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
DEPRECATED.
- setGroovyIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setGtsCount(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimation of total number of matching GTS
- setGtsCount(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setGtsCountIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setGzipped(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setGzippedIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setHash(long) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
SipHash of the request, used to ensure the requester has
the pre-shared key of the Directory instance.
- setHashIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- setHooks(Map<String, String>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token hooks
- setHooksIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setId(String) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setId(String) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Id of the instance which created the record
- setIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setIndices(List<Long>) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
List of indices specified in the update request.
- setIndices(List<Long>) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
indices to use
- setIndicesIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setIndicesIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setInitTime(long) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setInitTime(long) - Method in class io.warp10.script.HyperLogLogPlus
-
- setInitTimeIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setIssuanceTimestamp(long) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
delivery timestamp of the token
- setIssuanceTimestamp(long) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
delivery timestamp of the token
- setIssuanceTimestampIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setIssuanceTimestampIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setKey(byte[]) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Encoding key is used
- setKey(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setKey(String) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
Key these HLL parameters relate to (producer, app, ...)
- setKey(String, byte[]) - Method in class io.warp10.crypto.DummyKeyStore
-
Store a key under a name.
- setKey(String, byte[]) - Method in interface io.warp10.crypto.KeyStore
-
Sets key.
- setKey(String, byte[]) - Method in class io.warp10.crypto.OSSKeyStore
-
- setKey(String, byte[]) - Method in class io.warp10.crypto.UnsecureKeyStore
-
Store a key under a name.
- setKey(String) - Method in class io.warp10.script.HyperLogLogPlus
-
- setKey(String) - Method in class io.warp10.script.thrift.data.SecureScript
-
Key to unsecure the script
- setKeyIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setKeyIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setKeyIsSet(boolean) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setLabel(String, String) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setLabel(String, String) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setLabel(String, String) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setLabelNamesCardinality(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct label names
- setLabelNamesCardinality(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setLabelNamesCardinalityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setLabels(Map<String, String>) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setLabels(Map<String, String>) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setLabels(Map<String, String>) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setLabels(Map<String, String>) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Labels associated with the geo time serie
- setLabels(Map<String, String>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
Token extra labels.
- setLabels(Map<String, String>) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
Default labels.
- setLabelsId(long) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setLabelsId(long) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setLabelsId(long) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setLabelsId(long) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
Labels Id of the data
- setLabelsId(long) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Labels Id of the data.
- setLabelsId(long) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
labelsId associated with the geo time serie
- setLabelsIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setLabelsIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setLabelsIdIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setLabelsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setLabelsIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setLabelsIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setLabelsSelectors(List<Map<String, String>>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Patterns for selecting labels.
- setLabelsSelectors(List<Map<String, String>>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Patterns for selecting labels
- setLabelsSelectorsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setLabelsSelectorsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- setLabelValuesCardinality(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimator for the number of distinct label values
- setLabelValuesCardinality(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setLabelValuesCardinalityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setLastActivity(long) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Timestamp (in ms since the Epoch) of the last observed activity on this Geo Time Series.
- setLastActivityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setLastBucket(GeoTimeSerie, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- setLastbucket(long) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Last bucket for bucketized GTS
- setLastbucketIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setLineNumbers(List<Integer>) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setLineNumbersIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setLocationAtIndex(GeoTimeSerie, int, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Set the location at a specific index in the GTS
- setLookup(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
true if a lookup is necessary, default false
- setLookup(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
true if a lookup is necessary, default false
- setLookupIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setLookupIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- SETMACROCONFIG - Class in io.warp10.script.functions
-
Sets a configuration for some macros
- SETMACROCONFIG(String) - Constructor for class io.warp10.script.functions.SETMACROCONFIG
-
- SETMACROCONFIG - Static variable in class io.warp10.script.WarpScriptLib
-
- setMaxduration(long) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
Maximum duration this MetaSet can be used with.
- setMaxdurationIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setMaxFetchSize(long) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
DEPRECATED
Max fetch size in bytes of each read request, default 16Mb
- setMaxFetchSizeIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setMessage(String) - Method in class io.warp10.script.thrift.data.Throwable
-
- setMessageIsSet(boolean) - Method in class io.warp10.script.thrift.data.Throwable
-
- setMetadata(Metadata) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setMetadata(Metadata) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setMetadata(Metadata) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setMetadata(Metadata) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Associated Metadata
- setMetadata(Metadata) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
Metadata for the GTS
- setMetadata(Metadata) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Optional metadata
- setMetadataIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setMetadataIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- setMetadataIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setMetadatas(List<Metadata>) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
List of Metadata describing the Geo Time Series to fetch
- setMetadatas(List<Metadata>) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
List of metadatas associated with this split.
- setMetadatas(List<Metadata>) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
List of Metadata in this MetaSet.
- setMetadatasIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setMetadatasIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- setMetadatasIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setMethodNames(List<String>) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setMethodNamesIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackTrace
-
- setName(String) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setName(String) - Method in class io.warp10.continuum.gts.GTSDecoder
-
- setName(String) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- setName(String) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Name of geo time serie (class name).
- setName(String) - Method in class io.warp10.script.NamedWarpScriptFunction
-
- setName(String) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- setNameIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setNameRecursive(String) - Method in class io.warp10.script.WarpScriptStack.Macro
-
Set the name of the current macro and set the same name for
all included macros which do not have a name
- setNonce(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setNonceIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setNotafter(long) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
If this field is set, maxduration will still be considered, unless
notbefore is also set, but the end timestamp will be constraint to
be <= notafter.
- setNotafterIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setNotbefore(long) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
If this field is set, maxduration will be ignored and count based
requests will be forbidden.
- setNotbeforeIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setNow(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
End timestamp (included)
- setNowIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setOwnerId(byte[]) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
ident of the owner
- setOwnerId(ByteBuffer) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setOwnerIdIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setOwners(List<ByteBuffer>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of owners
- setOwnersIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setP(byte) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setParallelScanners(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Flag indicating whether or not to use parallel scanners if available.
- setParallelScannersIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setPath(String) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Path to the script
- setPathIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setPerClassCardinality(Map<String, ByteBuffer>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Number of GTS per class (if number of different classes is small)
- setPerClassCardinalityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setPeriodicity(long) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Periodicity of the script
- setPeriodicityIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setPerLabelValueCardinality(Map<String, ByteBuffer>) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
Estimations of the number of different values per label (if number of labels is small)
- setPerLabelValueCardinalityIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- setPIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setPosition(long) - Method in class io.warp10.continuum.gts.FileBasedCustomBuffer
-
- setPostBoundary(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Size of the post boundary in number of data points.
- setPostBoundaryIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setPprime(byte) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setPprimeIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setPreBoundary(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Size of the pre boundary in number of data points.
- setPreBoundaryIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setProducerId(byte[]) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
ident of the producer
a producer inject data, but is not the data owner
- setProducerId(ByteBuffer) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setProducerIdIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setProducers(List<ByteBuffer>) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
List of producers
- setProducersIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setProperties(String...) - Static method in class io.warp10.WarpConfig
-
- setProperties(boolean, String...) - Static method in class io.warp10.WarpConfig
-
- setProperties(Reader) - Static method in class io.warp10.WarpConfig
-
- setProperties(boolean, Reader) - Static method in class io.warp10.WarpConfig
-
- setProperty(String, String) - Static method in class io.warp10.WarpConfig
-
- setQuietAfter(long) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Timestamp (in ms) after which a given Geo Time Series was quiet.
- setQuietAfterIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setRecord(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setRecord(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setRecordIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setRef(String) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setRefIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setRegisters(byte[]) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setRegisters(ByteBuffer) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setRegistersIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setRenamed(boolean) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setRepos(WarpScriptStack, List<String>) - Static method in class io.warp10.script.WarpFleetMacroRepository
-
- setRho(int, byte) - Method in class io.warp10.script.HyperLogLogPlus
-
- setSample(double) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Sampling rate.
- setSampleIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setScheduledAt(long) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Timestamp at which the script was scheduled
- setScheduledAtIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setScheduler(String) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
Id of the scheduling node
- setSchedulerIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- setScript(byte[]) - Method in class io.warp10.script.thrift.data.SecureScript
-
Actual script content, either a UTF8 encoded string or a compressed content
- setScript(ByteBuffer) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setScriptIsSet(boolean) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setScriptLines(List<String>) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Actual lines of the script
- setScriptLinesIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setScriptTimes(List<Long>) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Execution time of each line of the script
- setScriptTimesIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setSecure(boolean) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- setSecureRecursive(boolean) - Method in class io.warp10.script.WarpScriptStack.Macro
-
Set the secure flag of the current macro and set the same flag for
all included macros.
- setSeekts(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setSeektsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setShards(List<Long>) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setShardShift(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setShardShiftIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setShardsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setSig(byte[]) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setSig(ByteBuffer) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setSigIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setSize(int) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- setSizeHint(int) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- setSkip(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Number of data points to skip before starting to return values.
- setSkipIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setSorted(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
Optional flag indicating the returned Metadata MUST absolutely be sorted.
- setSortedIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- setSource(String) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
Optional field indicating the source of the metadata.
- setSourceIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- setSparse(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseList(byte[]) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseList(ByteBuffer) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseListIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseListLen(int) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setSparseListLenIsSet(boolean) - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- setStackTrace(StackTrace) - Method in class io.warp10.script.thrift.data.Throwable
-
- setStackTraceIsSet(boolean) - Method in class io.warp10.script.thrift.data.Throwable
-
- setStandaloneMode(boolean) - Static method in class io.warp10.WarpConfig
-
- setStart(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional start timestamp (for DELETE messages)
- setStartIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setStartTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
The start (oldest) timestamp in the encoded data.
- setStartTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- setStep(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Index offset between two data points, defaults to 1, i.e.
- setStepIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setStop(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Optional end timestamp (for DELETE messages)
- setStopIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setStoreTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Timestamp at which the record was added to the DatalogFile.
- setStoreTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setThents(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Start timestamp (included).
- setThentsIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setThreadProperty(String, Object) - Static method in class io.warp10.WarpConfig
-
- setTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Timestamp of initial record creation, in ms since the Epoch
- setTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
Timestamp at which the request object was created
- setTimestamp(long) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
When was the split created?
- setTimestamp(long) - Method in class io.warp10.script.thrift.data.SecureScript
-
Timestamp at which the script was secured
- setTimestamp(long) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
Timestamp of the script execution
- setTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- setTimestampIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- setTimestampIsSet(boolean) - Method in class io.warp10.script.thrift.data.SecureScript
-
- setTimestampIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setTimestep(long) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Minimum time offset between data points, expressed in time units.
- setTimestepIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- SETTO - Class in io.warp10.script.functions
-
Convert the set on top of the stack into a list
- SETTO(String) - Constructor for class io.warp10.script.functions.SETTO
-
- SETTO - Static variable in class io.warp10.script.WarpScriptLib
-
- setToken(WriteToken) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Write token associated with the request.
- setToken(ReadToken) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
Read token to use for fetching data
- setToken(ReadToken) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
Read token used to generate the split
Having this data available allows to access the token attributes
- setToken(String) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
The original token used to construct the MetaSet.
- setTokenIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setTokenIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- setTokenIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- setTokenIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- setTokens(List<String>) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
List of all tokens used in the script
- setTokensIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setTokenType(TokenType) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
TokenType (Set to TokenType.READ)
- setTokenType(TokenType) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
TokenType (Set to TokenType.WRITE)
- setTokenTypeIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- setTokenTypeIsSet(boolean) - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- setType(GeoTimeSerie.TYPE) - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
Attempts to force the type of an empty GeoTimeSerie instance.
- setType(DatalogMessageType) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setType(DatalogRecordType) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
Type of the Datalog Record
- setType(KafkaDataMessageType) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
Flag positioned to true if the message is a deletion
- setTypeIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- setTypeIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- setTypeIsSet(boolean) - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- setUuid(String) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
UUID of the script execution.
- setUuidIsSet(boolean) - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- setValue(GeoTimeSerie, long, long, long, Object, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Add a measurement at the given timestamp/location/elevation
FIXME(hbs): If performance is bad due to autoboxing, we can always split addValue by type
and have 4 methods instead of 1.
- setValue(GeoTimeSerie, long, long, Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- setValue(GeoTimeSerie, long, Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- SETVALUE - Static variable in class io.warp10.script.WarpScriptLib
-
- setWrappingKey(byte[]) - Method in class io.warp10.continuum.gts.GTSEncoder
-
- SHA1 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA1HMAC - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA224 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA256 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA256HMAC - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA384 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA3_224 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA3_256 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA3_384 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA3_512 - Static variable in class io.warp10.script.WarpScriptLib
-
- SHA512 - Static variable in class io.warp10.script.WarpScriptLib
-
- ShadowFunction(String) - Constructor for class io.warp10.script.ext.shadow.ShadowWarpScriptExtension.ShadowFunction
-
- ShadowWarpScriptExtension - Class in io.warp10.script.ext.shadow
-
- ShadowWarpScriptExtension() - Constructor for class io.warp10.script.ext.shadow.ShadowWarpScriptExtension
-
- ShadowWarpScriptExtension.ShadowFunction - Class in io.warp10.script.ext.shadow
-
- ShannonEntropy - Class in io.warp10.script.aggregator
-
Compute a Shannon Entropy, considering GTS values to be number of occurrences of the underlying symbol.
- ShannonEntropy(String, boolean) - Constructor for class io.warp10.script.aggregator.ShannonEntropy
-
- SHAPE - Class in io.warp10.script.functions.shape
-
Return the shape of an input list if it could be a tensor (or multidimensional array), or raise an Exception.
- SHAPE(String) - Constructor for class io.warp10.script.functions.shape.SHAPE
-
- SHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- SHARDING_ENDPOINT_PREFIX - Static variable in class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
Prefix for shard endpoint configuration.
- SHARDING_MAXTHREADSPERCALL - Static variable in class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
Maximum number of threads a single call to DEVAL may use
- SHARDING_POOLSIZE - Static variable in class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
Size of thread pool to use for issuing requests to shards
- SHARDING_SNAPSHOT - Static variable in class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
Snapshot command to use when talking to shards, defaults to SNAPSHOT
- ShardingWarpScriptExtension - Class in io.warp10.script.ext.sharding
-
- ShardingWarpScriptExtension() - Constructor for class io.warp10.script.ext.sharding.ShardingWarpScriptExtension
-
- SharedMemoryWarpScriptExtension - Class in io.warp10.script.ext.shm
-
- SharedMemoryWarpScriptExtension() - Constructor for class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- SHIFTLEFT - Class in io.warp10.script.binary
-
Shift left the long below the top of the stack by the number of bits on top of the stack
- SHIFTLEFT(String) - Constructor for class io.warp10.script.binary.SHIFTLEFT
-
- SHIFTRIGHT - Class in io.warp10.script.binary
-
Shift right the long below the top of the stack by the number of bits on top of the stack
- SHIFTRIGHT(String, boolean) - Constructor for class io.warp10.script.binary.SHIFTRIGHT
-
- SHMDEFINED - Class in io.warp10.script.ext.shm
-
- SHMDEFINED(String) - Constructor for class io.warp10.script.ext.shm.SHMDEFINED
-
- SHMLOAD - Class in io.warp10.script.ext.shm
-
- SHMLOAD(String) - Constructor for class io.warp10.script.ext.shm.SHMLOAD
-
- SHMSTORE - Class in io.warp10.script.ext.shm
-
- SHMSTORE(String) - Constructor for class io.warp10.script.ext.shm.SHMSTORE
-
- SHOW - Class in io.warp10.script.functions
-
- SHOW(String) - Constructor for class io.warp10.script.functions.SHOW
-
- show() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- show(int) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- SHOW - Static variable in class io.warp10.script.WarpScriptLib
-
- show() - Method in interface io.warp10.script.WarpScriptStack
-
Show all previously hidden stack levels.
- show(int) - Method in interface io.warp10.script.WarpScriptStack
-
Show some stack levels previously hidden.
- shrink(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Shrink the internal arrays of this GTS so their length matches
the number of values.
- shrink(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- SHRINK - Class in io.warp10.script.functions
-
Shrinks the number of values of a GTS.
- SHRINK(String) - Constructor for class io.warp10.script.functions.SHRINK
-
- SHRINK - Static variable in class io.warp10.script.WarpScriptLib
-
- shrinkTo(GeoTimeSerie, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Reduce the number of values in a GTS.
- shrinkTo(GTSEncoder, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Shrink an encoder to at most a given number of values.
- SHUFFLE - Class in io.warp10.script.functions
-
Shuffles a list in place
- SHUFFLE(String) - Constructor for class io.warp10.script.functions.SHUFFLE
-
- SHUFFLE - Static variable in class io.warp10.script.WarpScriptLib
-
- SIGALG - Static variable in class io.warp10.script.functions.MSIG
-
- signal(WarpScriptStack.Signal) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- signal(WarpScriptStack.Signal) - Method in interface io.warp10.script.WarpScriptStack
-
Signal the stack, i.e.
- signalBySession(String, WarpScriptStack.Signal) - Static method in class io.warp10.script.WarpScriptStackRegistry
-
- signalByUuid(String, WarpScriptStack.Signal) - Static method in class io.warp10.script.WarpScriptStackRegistry
-
- SIGNUM - Static variable in class io.warp10.script.WarpScriptLib
-
- SIN - Static variable in class io.warp10.script.WarpScriptLib
-
- singleExponentialSmoothing(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Perform exponential smoothing on a numeric GTS.
- SINGLEEXPONENTIALSMOOTHING - Class in io.warp10.script.functions
-
- SINGLEEXPONENTIALSMOOTHING(String) - Constructor for class io.warp10.script.functions.SINGLEEXPONENTIALSMOOTHING
-
- SINGLEEXPONENTIALSMOOTHING - Static variable in class io.warp10.script.WarpScriptLib
-
- SINH - Static variable in class io.warp10.script.WarpScriptLib
-
- SIPHASH_APPID - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for application Ids
- SIPHASH_CLASS - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for hashing class names
- SIPHASH_CLASS_SECONDARY - Static variable in interface io.warp10.crypto.KeyStore
-
Name of secondary key for class name hashing
- SIPHASH_DIRECTORY_PSK - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for DirectoryFindRequest instances
- SIPHASH_FETCH_PSK - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for fetch requests
- SIPHASH_KAFKA_DATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka data messages
- SIPHASH_KAFKA_METADATA - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka metadata messages
- SIPHASH_KAFKA_PLASMA_BACKEND_IN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka messages consumed by plasma backends
- SIPHASH_KAFKA_PLASMA_BACKEND_OUT - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka messages produced by plasma backends
- SIPHASH_KAFKA_PLASMA_FRONTEND_IN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka messages consumed by plasma frontends
- SIPHASH_KAFKA_RUNNER - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for computing MAC for kafka runn requests
- SIPHASH_LABELS - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for hash labels
- SIPHASH_LABELS_SECONDARY - Static variable in interface io.warp10.crypto.KeyStore
-
Name of secondary key for labels hashing
- SIPHASH_TOKEN - Static variable in interface io.warp10.crypto.KeyStore
-
Name of key for token Ids.
- SipHashInline - Class in io.warp10.crypto
-
SipHash implementation with hand inlining the SIPROUND.
- SipHashInline() - Constructor for class io.warp10.crypto.SipHashInline
-
- size() - Method in class io.warp10.continuum.gts.COWList
-
- size() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
Return the number of measures in this Geo Time Series.
- size() - Method in class io.warp10.continuum.gts.GTSEncoder
-
Return the current size of the encoded data.
- size() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- size() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- size() - Method in class io.warp10.script.fastdtw.WarpPath
-
- SIZE - Class in io.warp10.script.functions
-
Pushes on the stack the size of an object (map, list or GTS).
- SIZE(String) - Constructor for class io.warp10.script.functions.SIZE
-
- SIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- size() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- size() - Method in class io.warp10.WrapperList
-
- SIZE_THRESHOLD - Static variable in class io.warp10.continuum.MetadataUtils
-
Size over which to check for metadata validity
- skewness(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- SKEWNESS - Class in io.warp10.script.functions
-
Compute Skewness of a numerical GTS
- SKEWNESS(String) - Constructor for class io.warp10.script.functions.SKEWNESS
-
- SKEWNESS - Static variable in class io.warp10.script.WarpScriptLib
-
- skipVarint(ByteBuffer) - Static method in class io.warp10.continuum.gts.Varint
-
Skip a Varint in a ByteBuffer
- SLEEP - Class in io.warp10.script.functions
-
- SLEEP(String) - Constructor for class io.warp10.script.functions.SLEEP
-
- SLEEP - Static variable in class io.warp10.script.WarpScriptLib
-
- slowmerge(GeoTimeSerie, GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Merge 'gts' into 'base' the slow way, i.e.
- SMARTPARSE - Class in io.warp10.script.functions
-
Parse string values of a GTS to extract multiple GTS based on regexp groups
- SMARTPARSE(String) - Constructor for class io.warp10.script.functions.SMARTPARSE
-
- SMARTPARSE - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOT - Class in io.warp10.script.functions
-
Replaces the stack so far with a WarpScript snippet which will regenerate
the same stack content.
- SNAPSHOT(String, boolean, boolean, boolean, boolean) - Constructor for class io.warp10.script.functions.SNAPSHOT
-
- SNAPSHOT(String, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.warp10.script.functions.SNAPSHOT
-
- SNAPSHOT(String, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.warp10.script.functions.SNAPSHOT
-
- snapshot() - Method in interface io.warp10.script.functions.SNAPSHOT.Snapshotable
-
- SNAPSHOT - Static variable in class io.warp10.script.WarpScriptLib
-
- snapshot() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- snapshot(boolean) - Method in class io.warp10.script.WarpScriptStack.Macro
-
- SNAPSHOT.Snapshotable - Interface in io.warp10.script.functions
-
- SNAPSHOT.SnapshotEncoder - Interface in io.warp10.script.functions
-
- SNAPSHOTALL - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTALLTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTCOPY - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTCOPYALL - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTCOPYALLTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTCOPYN - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTCOPYTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTN - Static variable in class io.warp10.script.WarpScriptLib
-
- SNAPSHOTTOMARK - Static variable in class io.warp10.script.WarpScriptLib
-
- sort(Comparator) - Method in class io.warp10.continuum.gts.COWList
-
Modification of the underlying array or bitset is forbidden.
- sort(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Sort the values (and associated locations/elevations) by order of their ticks
- sort(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Sort the values (and associated locations/elevations) by order of ascending ticks.
- sort(Comparator) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
Modification of the underlying array or bitset is forbidden.
- SORT - Class in io.warp10.script.functions
-
- SORT(String) - Constructor for class io.warp10.script.functions.SORT
-
- SORT - Static variable in class io.warp10.script.WarpScriptLib
-
- SORTBY - Class in io.warp10.script.functions
-
Sort a list or a LinkedHashMap according to a macro
- SORTBY(String) - Constructor for class io.warp10.script.functions.SORTBY
-
- SORTBY - Static variable in class io.warp10.script.WarpScriptLib
-
- sortedMerge(GeoTimeSerie, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Merge 2 GTSs into one sorted GTS, with values from gts overwriting values from base.
- sortedMerge(List<Object>, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Merge sorted GTS or encoders
- SortedPathIterator - Class in io.warp10
-
- SortedPathIterator(Iterator<Path>) - Constructor for class io.warp10.SortedPathIterator
-
- sortIndices(long[], boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an array of indices sorted in the order of the matching value in the 'values' array.
- SortUtil - Class in io.warp10.continuum
-
- SortUtil() - Constructor for class io.warp10.continuum.SortUtil
-
- SortUtil.Sorter - Interface in io.warp10.continuum
-
- SORTWITH - Class in io.warp10.script.functions
-
Sorts a list or a LinkedHashMap using a comparator macro.
- SORTWITH(String) - Constructor for class io.warp10.script.functions.SORTWITH
-
- SORTWITH - Static variable in class io.warp10.script.WarpScriptLib
-
- SPEED_L_PARAM - Static variable in class io.warp10.script.functions.STL
-
- SPEED_P_PARAM - Static variable in class io.warp10.script.functions.STL
-
- SPEED_S_PARAM - Static variable in class io.warp10.script.functions.STL
-
- SPEED_T_PARAM - Static variable in class io.warp10.script.functions.STL
-
- split(String, char) - Static method in class io.warp10.continuum.gts.UnsafeString
-
- SPLIT - Class in io.warp10.script.functions
-
Split a String in segments given a delimiter.
- SPLIT(String) - Constructor for class io.warp10.script.functions.SPLIT
-
- split(String, char, int) - Static method in class io.warp10.script.functions.SPLIT
-
Split a string using a delimiter and returning a List of "limit" maximum length.
- SPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- SPLIT_TYPE_DISTANCE - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- SPLIT_TYPE_END - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- SPLIT_TYPE_MOVING - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- SPLIT_TYPE_STOPPED - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- SPLIT_TYPE_TIME - Static variable in class io.warp10.script.functions.MOTIONSPLIT
-
- spliterator() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
- spliterator() - Method in class io.warp10.WrapperList
-
- SQRT - Static variable in class io.warp10.script.WarpScriptLib
-
- squaredEuclidean(double[][], int, double[][], int) - Static method in class io.warp10.script.functions.DTW
-
- SRAND - Class in io.warp10.script.functions
-
Pushes onto the stack a random number between 0 and 1 from the seeded PRNG
- SRAND(String) - Constructor for class io.warp10.script.functions.SRAND
-
- SRAND - Static variable in class io.warp10.script.WarpScriptLib
-
- SRANDPDF - Static variable in class io.warp10.script.WarpScriptLib
-
- SSSSTO - Class in io.warp10.script.functions
-
- SSSSTO(String) - Constructor for class io.warp10.script.functions.SSSSTO
-
- SSSSTO - Static variable in class io.warp10.script.WarpScriptLib
-
- SSTFIND - Static variable in class io.warp10.script.WarpScriptLib
-
- SSTINFO - Static variable in class io.warp10.script.WarpScriptLib
-
- SSTPURGE - Static variable in class io.warp10.script.WarpScriptLib
-
- SSTREPORT - Static variable in class io.warp10.script.WarpScriptLib
-
- SSTTIMESTAMP - Static variable in class io.warp10.script.WarpScriptLib
-
- STACKATTRIBUTE - Class in io.warp10.script.functions
-
Extract a stack attribute and push them on top of the stack, unless it is an AtomicReference
in which case the actual attribute will not be exposed
- STACKATTRIBUTE(String) - Constructor for class io.warp10.script.functions.STACKATTRIBUTE
-
- STACKATTRIBUTE - Static variable in class io.warp10.script.WarpScriptLib
-
- StackContext() - Constructor for class io.warp10.script.MemoryWarpScriptStack.StackContext
-
- StackContext() - Constructor for class io.warp10.script.WarpScriptStack.StackContext
-
- StackInteractionReport - Class in io.warp10.script.thrift.data
-
Structure to log interactions with an EinsteinStack
- StackInteractionReport() - Constructor for class io.warp10.script.thrift.data.StackInteractionReport
-
- StackInteractionReport(String, long, List<String>, List<Long>, List<String>) - Constructor for class io.warp10.script.thrift.data.StackInteractionReport
-
- StackInteractionReport(StackInteractionReport) - Constructor for class io.warp10.script.thrift.data.StackInteractionReport
-
Performs a deep copy on other.
- StackInteractionReport._Fields - Enum in io.warp10.script.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- StackPSWarpScriptExtension - Class in io.warp10.script.ext.stackps
-
- StackPSWarpScriptExtension() - Constructor for class io.warp10.script.ext.stackps.StackPSWarpScriptExtension
-
- stacks() - Static method in class io.warp10.script.WarpScriptStackRegistry
-
- STACKTOLIST - Class in io.warp10.script.functions
-
Convert the whole stack into a list and push this list on the top of the stack.
- STACKTOLIST(String) - Constructor for class io.warp10.script.functions.STACKTOLIST
-
- STACKTOLIST - Static variable in class io.warp10.script.WarpScriptLib
-
- stackToObjects(WarpScriptStack) - Static method in class io.warp10.script.functions.MACROMAPPER
-
- StackTrace - Class in io.warp10.script.thrift.data
-
- StackTrace() - Constructor for class io.warp10.script.thrift.data.StackTrace
-
- StackTrace(List<String>, List<String>, List<String>, List<Integer>) - Constructor for class io.warp10.script.thrift.data.StackTrace
-
- StackTrace(StackTrace) - Constructor for class io.warp10.script.thrift.data.StackTrace
-
Performs a deep copy on other.
- StackTrace._Fields - Enum in io.warp10.script.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- StackUtils - Class in io.warp10.script
-
- StackUtils() - Constructor for class io.warp10.script.StackUtils
-
- STANDALONE_ACCEPTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of Jetty acceptors
- STANDALONE_DELETE_DISABLE - Static variable in class io.warp10.continuum.Configuration
-
Set to true to disable the delete endpoint in the standalone version of Warp 10.
- STANDALONE_HOST - Static variable in class io.warp10.continuum.Configuration
-
IP to bind to for listening to incoming connections.
- STANDALONE_IDLE_TIMEOUT - Static variable in class io.warp10.continuum.Configuration
-
Idle timeout
- STANDALONE_JETTY_MAXQUEUESIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size of Jetty ThreadPool queue size (unbounded by default)
- STANDALONE_JETTY_THREADPOOL - Static variable in class io.warp10.continuum.Configuration
-
Number of threads in Jetty's Thread Pool
- STANDALONE_MAX_DELETE_BATCHSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of keys to batch when deleting data
- STANDALONE_MAX_ENCODER_SIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum encoder size (in bytes) for internal data transfers.
- STANDALONE_MEMORY_GC_MAXALLOC - Static variable in class io.warp10.continuum.Configuration
-
Maximum size (in bytes) of re-allocations performed during a gc cycle of the chunked in-memory store.
- STANDALONE_MEMORY_GC_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often (in ms) to perform a gc of the in-memory store.
- STANDALONE_MEMORY_STORE_DUMP - Static variable in class io.warp10.continuum.Configuration
-
Path to a dump file in which the current state of an in-memory Warp 10 will be persisted.
- STANDALONE_MEMORY_STORE_LOAD - Static variable in class io.warp10.continuum.Configuration
-
Path to a dump file containing the state of an in-memory Warp 10 to restore.
- STANDALONE_MEMORY_STORE_LOAD_FAILSAFE - Static variable in class io.warp10.continuum.Configuration
-
Set to true to tolerate errors while loading a dumped state.
- STANDALONE_PARALLELSCANNERS_MAX_PARALLEL_SCANNERS - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of parallel scanners to use when fetching datapoints for a batch of GTS (see EGRESS_FETCH_BATCHSIZE) in the standalone version.
- STANDALONE_PARALLELSCANNERS_MAXINFLIGHTPERREQUEST - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of parallel scanners per fetch request in the standalone version.
- STANDALONE_PARALLELSCANNERS_MIN_GTS_PERSCANNER - Static variable in class io.warp10.continuum.Configuration
-
Minimum number of GTS to assign to a parallel scanner in the standalone version.
- STANDALONE_PARALLELSCANNERS_POOLSIZE - Static variable in class io.warp10.continuum.Configuration
-
Number of threads to use for scheduling parallel scanners in the standalone version.
- STANDALONE_PORT - Static variable in class io.warp10.continuum.Configuration
-
Port to bind to for listening to incoming connections.
- STANDALONE_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
- STANDALONE_SELECTORS - Static variable in class io.warp10.continuum.Configuration
-
Number of Jetty selectors
- STANDALONE_SPLITS_ENABLE - Static variable in class io.warp10.continuum.Configuration
-
Set to true to enable splits generation on the standalone instance.
- STANDALONE_TCP_BACKLOG - Static variable in class io.warp10.continuum.Configuration
-
TCP Backlog applied to incoming connections listener.
- STANDALONE_VALUE_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size in bytes of a value
- StandalonePlasmaHandlerInterface - Interface in io.warp10.standalone
-
- StandardDeviation - Class in io.warp10.script.aggregator
-
- StandardDeviation(String, boolean, boolean) - Constructor for class io.warp10.script.aggregator.StandardDeviation
-
- StandardDeviation(String, boolean, boolean, boolean) - Constructor for class io.warp10.script.aggregator.StandardDeviation
-
- StandardDeviation.Builder - Class in io.warp10.script.aggregator
-
- standardize(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Standardize a numeric GeoTimeSerie
- standardize(GeoTimeSerie, double, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- STANDARDIZE - Class in io.warp10.script.functions
-
Standardize numeric GTS instances (replace X by (X-mu)/sd)
- STANDARDIZE(String) - Constructor for class io.warp10.script.functions.STANDARDIZE
-
- STANDARDIZE - Static variable in class io.warp10.script.WarpScriptLib
-
- standardizedMoment(int, GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- statement - Variable in class io.warp10.script.WarpScriptAuditStatement
-
- statementObject - Variable in class io.warp10.script.WarpScriptAuditStatement
-
- statements() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- stats(DirectoryRequest) - Method in interface io.warp10.continuum.store.DirectoryClient
-
- STATUS_CODE - Static variable in class io.warp10.script.ext.http.HTTP
-
- STATUS_MESSAGE - Static variable in class io.warp10.script.ext.http.HTTP
-
- STDERR - Class in io.warp10.script.functions
-
- STDERR(String) - Constructor for class io.warp10.script.functions.STDERR
-
- STDERR - Static variable in class io.warp10.script.WarpScriptLib
-
- STDIN - Class in io.warp10.script.ext.warprun
-
- STDIN(String) - Constructor for class io.warp10.script.ext.warprun.STDIN
-
- STDOUT - Class in io.warp10.script.functions
-
- STDOUT(String) - Constructor for class io.warp10.script.functions.STDOUT
-
- STDOUT - Static variable in class io.warp10.script.WarpScriptLib
-
- stl(GeoTimeSerie, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Compute STL i.e.
- STL - Class in io.warp10.script.functions
-
Apply Seasonal Trend decomposition based on Loess procedure
- STL(String) - Constructor for class io.warp10.script.functions.STL
-
- STL - Static variable in class io.warp10.script.WarpScriptLib
-
- STLESDTest(GeoTimeSerie, int, int, double, Map<String, Object>) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
Applying STL-ESD test.
- STLESDTEST - Class in io.warp10.script.functions
-
Apply an STL-ESD test
Alpha is optional.
- STLESDTEST(String) - Constructor for class io.warp10.script.functions.STLESDTEST
-
- STLESDTEST - Static variable in class io.warp10.script.WarpScriptLib
-
- STOP - Class in io.warp10.script.functions
-
Immediately stop executing the current script
- STOP(String) - Constructor for class io.warp10.script.functions.STOP
-
- STOP - Static variable in class io.warp10.script.WarpScriptLib
-
- store(GTSEncoder) - Method in interface io.warp10.continuum.store.StoreClient
-
- store(String, String, Object) - Static method in class io.warp10.script.ext.shm.SharedMemoryWarpScriptExtension
-
- STORE - Class in io.warp10.script.functions
-
- STORE(String) - Constructor for class io.warp10.script.functions.STORE
-
- store(String, Object) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- store(int, Object) - Method in class io.warp10.script.MemoryWarpScriptStack
-
- store(String, Object) - Method in class io.warp10.script.WarpScriptExecutor
-
Store a symbol in the symbol table.
- STORE - Static variable in class io.warp10.script.WarpScriptLib
-
- store(String, Object) - Method in interface io.warp10.script.WarpScriptStack
-
Store the given object under 'symbol'.
- store(int, Object) - Method in interface io.warp10.script.WarpScriptStack
-
Stores the given value in register 'regidx'
- store(String, DirectoryPlugin.GTS) - Method in class io.warp10.warp.sdk.DirectoryPlugin
-
Stores a GTS.
- store(String, DirectoryPlugin.GTS) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- store(Metadata) - Method in class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- STORE_ATTR_FDB_TENANT_PREFIX - Static variable in class io.warp10.continuum.store.Constants
-
FoundationDB tenant key prefix.
- STORE_FDB_CLUSTERFILE - Static variable in class io.warp10.continuum.Configuration
-
Path to the FoundationDB cluster file to use for Store data
- STORE_FDB_DATA_AES - Static variable in class io.warp10.continuum.Configuration
-
Key for encrypting data in FoundationDB
- STORE_FDB_DATA_PENDINGMUTATIONS_MAXSIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum size we allow the Puts list to grow to
- STORE_FDB_RETRYLIMIT - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of retries for FoundationDB transactions
- STORE_FDB_TENANT - Static variable in class io.warp10.continuum.Configuration
-
FoundationDB tenant to use for Store data
- STORE_KAFKA_DATA_AES - Static variable in class io.warp10.continuum.Configuration
-
Key to use for encrypting payloads (128/192/256 bits in hex or OSS reference)
- STORE_KAFKA_DATA_COMMITPERIOD - Static variable in class io.warp10.continuum.Configuration
-
Delay between synchronization for offset commit
- STORE_KAFKA_DATA_CONSUMER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Comma separated list of Kafka broker host:port for Kafka ('data' topic)
- STORE_KAFKA_DATA_CONSUMER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Client id to use to consume the data topic
- STORE_KAFKA_DATA_CONSUMER_CONF_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
Prefix for Store Kafka Consumer configuration keys
- STORE_KAFKA_DATA_CONSUMER_PARTITION_ASSIGNMENT_STRATEGY - Static variable in class io.warp10.continuum.Configuration
-
Name of partition assignment strategy to use
- STORE_KAFKA_DATA_CONSUMERID_PREFIX - Static variable in class io.warp10.continuum.Configuration
-
A prefix prepended to the Kafka ConsumerId
- STORE_KAFKA_DATA_GROUPID - Static variable in class io.warp10.continuum.Configuration
-
Kafka group id with which to consume the data topic
- STORE_KAFKA_DATA_INTERCOMMITS_MAXTIME - Static variable in class io.warp10.continuum.Configuration
-
Maximum time between offset synchronization
- STORE_KAFKA_DATA_MAC - Static variable in class io.warp10.continuum.Configuration
-
Key to use for computing MACs (128 bits in hex or OSS reference)
- STORE_KAFKA_DATA_PRODUCER_BOOTSTRAP_SERVERS - Static variable in class io.warp10.continuum.Configuration
-
Kafka broker list for the 'data' topic
- STORE_KAFKA_DATA_PRODUCER_CLIENTID - Static variable in class io.warp10.continuum.Configuration
-
Kafka client.id for producing on the 'data' topic
- STORE_KAFKA_DATA_TOPIC - Static variable in class io.warp10.continuum.Configuration
-
Actual 'data' topic
- STORE_NTHREADS - Static variable in class io.warp10.continuum.Configuration
-
How many threads (StoreConsumer) to spawn for consuming and flushing to FoundationDB
- STORE_NTHREADS_KAFKA - Static variable in class io.warp10.continuum.Configuration
-
Number of threads for consuming Kafka in each one of the 'store.nthreads' StoreConsumer threads.
- STORE_SKIP_WRITE - Static variable in class io.warp10.continuum.Configuration
-
Flag indicating whether or not Store should skip writes.
- STORE_THROTTLING_FILE - Static variable in class io.warp10.continuum.Configuration
-
Path to the throttling file.
- STORE_THROTTLING_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
How often (in ms) should we read the content of the throttling file
- StoreClient - Interface in io.warp10.continuum.store
-
- STRICTMAPPER - Class in io.warp10.script.mapper
-
Wrap a Mapper so we return no value when the number of values in the
window is outside a given range
- STRICTMAPPER(String) - Constructor for class io.warp10.script.mapper.STRICTMAPPER
-
- STRICTMAPPER - Static variable in class io.warp10.script.WarpScriptLib
-
- STRICTPARTITION - Static variable in class io.warp10.script.WarpScriptLib
-
- STRICTREDUCER - Class in io.warp10.script.functions
-
Wrap a Reducer so it is only applied if there are no missing (null) values for a given tick
- STRICTREDUCER(String) - Constructor for class io.warp10.script.functions.STRICTREDUCER
-
- STRICTREDUCER - Static variable in class io.warp10.script.WarpScriptLib
-
- STRINGFORMAT - Class in io.warp10.script.functions
-
- STRINGFORMAT(String) - Constructor for class io.warp10.script.functions.STRINGFORMAT
-
- STRINGFORMAT - Static variable in class io.warp10.script.WarpScriptLib
-
- stringToGTSId(String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- stringValues(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- STU - Class in io.warp10.script.functions
-
Push onto the stack the number of time units per second
- STU(String) - Constructor for class io.warp10.script.functions.STU
-
- STU - Static variable in class io.warp10.script.WarpScriptLib
-
- SUB - Class in io.warp10.script.binary
-
Subtracts the two operands on top of the stack
- SUB(String) - Constructor for class io.warp10.script.binary.SUB
-
- subCycleSerie(GeoTimeSerie, long, int, boolean, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return a new GeoTimeSerie instance containing only the values of 'gts'
that fall under timestamps that are bound by the same modulo class.
- subCycleSerie(GeoTimeSerie, long, int, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- subList(int, int) - Method in class io.warp10.continuum.gts.COWList
-
When non altered, returns a new copy on write subList from existing one, backed by the original array.
- subList(int, int) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
create a new Read Only subList from existing one, backed by the original array.
- SUBLIST - Class in io.warp10.script.functions
-
Create a new list with the elements whose indices are in the parameter list.
- SUBLIST(String) - Constructor for class io.warp10.script.functions.SUBLIST
-
- SUBLIST - Static variable in class io.warp10.script.WarpScriptLib
-
- SUBMAP - Class in io.warp10.script.functions
-
Create from a map a new map which contains only the keys in the argument list
- SUBMAP(String) - Constructor for class io.warp10.script.functions.SUBMAP
-
- SUBMAP - Static variable in class io.warp10.script.WarpScriptLib
-
- subSerie(GeoTimeSerie, long, long, boolean, boolean, GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return a new GeoTimeSerie instance containing only the value of 'gts'
which fall between 'starttimestamp' (inclusive) and 'stoptimestamp' (inclusive)
The resulting GTS instance will be sorted.
- subSerie(GeoTimeSerie, long, long, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- SUBSTRING - Class in io.warp10.script.functions
-
- SUBSTRING(String) - Constructor for class io.warp10.script.functions.SUBSTRING
-
- SUBSTRING - Static variable in class io.warp10.script.WarpScriptLib
-
- SUBTRACTEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- Sum - Class in io.warp10.script.aggregator
-
Return the sum of measures with elevation and location from
the latest measure.
- Sum(String, boolean) - Constructor for class io.warp10.script.aggregator.Sum
-
- SWAP - Class in io.warp10.script.functions
-
- SWAP(String) - Constructor for class io.warp10.script.functions.SWAP
-
- swap() - Method in class io.warp10.script.MemoryWarpScriptStack
-
- SWAP - Static variable in class io.warp10.script.WarpScriptLib
-
- swap() - Method in interface io.warp10.script.WarpScriptStack
-
Swap the top 2 objects of the stack.
- SWITCH - Class in io.warp10.script.functions
-
Implements 'Switch' like conditional
2N+2: CONDITION MACRO FOR CASE 1
2N+1: EXEC MACRO FOR CASE 1
...
- SWITCH(String) - Constructor for class io.warp10.script.functions.SWITCH
-
- SWITCH - Static variable in class io.warp10.script.WarpScriptLib
-
- SYMBOLS - Class in io.warp10.script.functions
-
Push on the stack a list of all defined symbols
- SYMBOLS(String) - Constructor for class io.warp10.script.functions.SYMBOLS
-
- SYMBOLS - Static variable in class io.warp10.script.WarpScriptLib
-
- symbolTable - Variable in class io.warp10.script.MemoryWarpScriptStack.StackContext
-
- SYNC - Class in io.warp10.script.ext.concurrent
-
Execute a macro in a synchronized way
- SYNC(String) - Constructor for class io.warp10.script.ext.concurrent.SYNC
-
- TAN - Static variable in class io.warp10.script.WarpScriptLib
-
- TANH - Static variable in class io.warp10.script.WarpScriptLib
-
- TDESCRIBE - Class in io.warp10.script.functions
-
- TDESCRIBE(String) - Constructor for class io.warp10.script.functions.TDESCRIBE
-
- TDESCRIBE - Static variable in class io.warp10.script.WarpScriptLib
-
- TEMPLATE - Class in io.warp10.script.functions
-
Fill a Mustache template from a map
- TEMPLATE(String) - Constructor for class io.warp10.script.functions.TEMPLATE
-
- TEMPLATE - Static variable in class io.warp10.script.WarpScriptLib
-
- TextFileShuffler - Class in io.warp10.continuum
-
- TextFileShuffler() - Constructor for class io.warp10.continuum.TextFileShuffler
-
- TextFileShuffler(SortConfig) - Constructor for class io.warp10.continuum.TextFileShuffler
-
- TextFileShuffler.CustomReader<T> - Class in io.warp10.continuum
-
- THREAD_PROPERTY_SESSION - Static variable in class io.warp10.WarpConfig
-
- THREAD_PROPERTY_TOKEN - Static variable in class io.warp10.WarpConfig
-
- thresholdTest(GeoTimeSerie, double, boolean) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
Applying a simple threshold test.
- thresholdTest(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSOutliersHelper
-
- THRESHOLDTEST - Class in io.warp10.script.functions
-
Apply a simple threshold test.
- THRESHOLDTEST(String) - Constructor for class io.warp10.script.functions.THRESHOLDTEST
-
- THRESHOLDTEST - Static variable in class io.warp10.script.WarpScriptLib
-
- ThriftUtils - Class in io.warp10
-
- ThriftUtils() - Constructor for class io.warp10.ThriftUtils
-
- THROTTLING_MANAGER_DIR - Static variable in class io.warp10.continuum.Configuration
-
Name of system property (configuration property) which contains the
root directory where throttle files are stored.
- THROTTLING_MANAGER_ESTIMATOR_CACHE_SIZE - Static variable in class io.warp10.continuum.Configuration
-
Maximum number of estimators we keep in memory
- THROTTLING_MANAGER_MADS_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Default value for the mads when not configured through a file
- THROTTLING_MANAGER_MAXWAIT_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Default value for the maxwait timeout
- THROTTLING_MANAGER_PERIOD - Static variable in class io.warp10.continuum.Configuration
-
Period (in ms) between two scans of the THROTTLING_MANAGER_DIR
- THROTTLING_MANAGER_RAMPUP - Static variable in class io.warp10.continuum.Configuration
-
Ramp up period (in ms) during which we do not push the estimators to Sensision.
- THROTTLING_MANAGER_RATE_DEFAULT - Static variable in class io.warp10.continuum.Configuration
-
Default value for the rate when not configured through a file
- Throwable - Class in io.warp10.script.thrift.data
-
- Throwable() - Constructor for class io.warp10.script.thrift.data.Throwable
-
- Throwable(String, StackTrace) - Constructor for class io.warp10.script.thrift.data.Throwable
-
- Throwable(Throwable) - Constructor for class io.warp10.script.thrift.data.Throwable
-
Performs a deep copy on other.
- Throwable._Fields - Enum in io.warp10.script.thrift.data
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ThrowableUtils - Class in io.warp10
-
- ThrowableUtils() - Constructor for class io.warp10.ThrowableUtils
-
- tickAtIndex(GeoTimeSerie, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return the tick at a given index in a GeoTimeSerie.
- tickindex(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Produces a GTS instance similar to the original one except
that its ticks will have been modified to reflect their index
int the sequence, starting at 0.
- tickindex(GTSEncoder) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- TICKINDEX - Class in io.warp10.script.functions
-
Apply tickindex on GTS or encoder instances
- TICKINDEX(String) - Constructor for class io.warp10.script.functions.TICKINDEX
-
- TICKINDEX - Static variable in class io.warp10.script.WarpScriptLib
-
- tickIterator(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return an iterator on the GeoTimeSerie ticks.
- tickList(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return a list with the ticks in a GeoTimeSerie.
- TICKLIST - Class in io.warp10.script.functions
-
Extract the ticks from the parameter GTS or Encoder instances or list thereof, in the order they are stored in the GTS, and push them onto the stack.
- TICKLIST(String) - Constructor for class io.warp10.script.functions.TICKLIST
-
- TICKLIST - Static variable in class io.warp10.script.WarpScriptLib
-
- TICKS - Class in io.warp10.script.functions
-
Extract the ticks of a GTS and push them onto the stack.
- TICKS(String) - Constructor for class io.warp10.script.functions.TICKS
-
- TICKS - Static variable in class io.warp10.script.WarpScriptLib
-
- tickToString(StringBuilder, long, long, long, Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return a string representation of a GTS measurement at 'tick'
- tickToString(long, long, long, Object) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- TIGER - Static variable in class io.warp10.script.WarpScriptLib
-
- TIME_UNITS_PER_MS - Static variable in class io.warp10.continuum.store.Constants
-
Number of continuum time units per millisecond
1000000 means we store nanoseconds
1000 means we store microseconds
1 means we store milliseconds
0.001 means we store seconds (N/A since we use a long for the constant)
- TIME_UNITS_PER_S - Static variable in class io.warp10.continuum.store.Constants
-
Number of time units per second
- TIMEBOX - Class in io.warp10.script.functions
-
- TIMEBOX(String) - Constructor for class io.warp10.script.functions.TIMEBOX
-
- TIMEBOX(String, WarpScriptStack.Signal, boolean, boolean) - Constructor for class io.warp10.script.functions.TIMEBOX
-
- TIMEBOX - Static variable in class io.warp10.script.WarpScriptLib
-
- timeclip(GeoTimeSerie, long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return a GTS which is a subset of the input GTS with only those ticks which
fall between start and end (both inclusive).
- timeclip(GTSEncoder, long, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Clip a GTSEncoder
- TIMECLIP - Class in io.warp10.script.functions
-
Only retain ticks within the given timerange
- TIMECLIP(String) - Constructor for class io.warp10.script.functions.TIMECLIP
-
- TIMECLIP - Static variable in class io.warp10.script.WarpScriptLib
-
- TIMED - Class in io.warp10.script.functions
-
- TIMED(String) - Constructor for class io.warp10.script.functions.TIMED
-
- TIMED - Static variable in class io.warp10.script.WarpScriptLib
-
- TIMEMODULO - Class in io.warp10.script.functions
-
Split a GTS into N GTS whose timestamps are the original timestamps MODULO XXX
The output GTS have a 'quotient' label which holds the original timestamp DIV MODULO
3: GTS
2: MODULO
1: QUOTIENT_LABEL_NAME
- TIMEMODULO(String) - Constructor for class io.warp10.script.functions.TIMEMODULO
-
- TIMEMODULO - Static variable in class io.warp10.script.WarpScriptLib
-
- TIMEOFF - Class in io.warp10.script.functions
-
Configure the stack to stop emitting timing information when in interactive mode
- TIMEOFF(String) - Constructor for class io.warp10.script.functions.TIMEOFF
-
- TIMEOFF - Static variable in class io.warp10.script.WarpScriptLib
-
- TIMEON - Class in io.warp10.script.functions
-
Configure the stack to emit timing information when in interactive mode
- TIMEON(String) - Constructor for class io.warp10.script.functions.TIMEON
-
- TIMEON - Static variable in class io.warp10.script.WarpScriptLib
-
- timescale(GeoTimeSerie, double) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Multiply the ticks of a GTS instance by a factor.
- TIMESCALE - Class in io.warp10.script.functions
-
Apply timescale to GTS
When downscaling timestamps, you may have to run DEDUP
- TIMESCALE(String) - Constructor for class io.warp10.script.functions.TIMESCALE
-
- TIMESCALE - Static variable in class io.warp10.script.WarpScriptLib
-
- timeshift(GeoTimeSerie, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Shifts a GTS instance by the given time delta.
- TIMESHIFT - Class in io.warp10.script.functions
-
Apply timeshift on GTS instances
- TIMESHIFT(String) - Constructor for class io.warp10.script.functions.TIMESHIFT
-
- TIMESHIFT - Static variable in class io.warp10.script.WarpScriptLib
-
- TimeSource - Class in io.warp10.continuum
-
The role of this class is to implement a time source with
the required precision for the platform instance.
- TimeSource() - Constructor for class io.warp10.continuum.TimeSource
-
- timesplit(GeoTimeSerie, long, int, String) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Split a GTS into multiple GTS by cutting in 'quiet zones', i.e.
- TIMESPLIT - Class in io.warp10.script.functions
-
Apply timesplit on GTS instances
TIMESPLIT expects the following parameters on the stack:
3: quiet A quiet period in microseconds
2: minValues A minimum number of values
1: label The name of the label which will hold the sequence
- TIMESPLIT(String) - Constructor for class io.warp10.script.functions.TIMESPLIT
-
- TIMESPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- TIMESTAMPS - Static variable in class io.warp10.script.functions.DTW
-
- timeunit - Static variable in class io.warp10.continuum.store.Constants
-
- TimeWarpInfo - Class in io.warp10.script.fastdtw
-
- TIMEZONE_ATTRIBUTE_KEY - Static variable in class io.warp10.script.functions.BUCKETIZECALENDAR
-
- TIMINGS - Class in io.warp10.script.functions
-
Enable timing of script lines
- TIMINGS(String) - Constructor for class io.warp10.script.functions.TIMINGS
-
- TIMINGS - Static variable in class io.warp10.script.WarpScriptLib
-
- TLTTB - Static variable in class io.warp10.script.WarpScriptLib
-
- TO_SET - Static variable in class io.warp10.script.WarpScriptLib
-
- TO_VECTOR - Static variable in class io.warp10.script.WarpScriptLib
-
- toArray(Object[]) - Method in class io.warp10.continuum.gts.COWList
-
creates a new long/double/String/boolean/Object array from the current subList (deep copy).
- toArray() - Method in class io.warp10.continuum.gts.COWList
-
creates a new long/double/String/boolean array from the current subList (deep copy).
- toArray(Object[]) - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
creates a new long/double/String/boolean array from the current subList (deep copy).
- toArray() - Method in class io.warp10.continuum.gts.ReadOnlyConstantList
-
creates a new long/double/String/boolean array from the current subList (deep copy).
- toArray() - Method in class io.warp10.WrapperList
-
Returns the wrapped array.
- toArray(T[]) - Method in class io.warp10.WrapperList
-
- TOB58 - Class in io.warp10.script.functions
-
Encode a String into Base58 or Base58Check
See https://tools.ietf.org/html/draft-msporny-base58-03
- TOB58(String, boolean) - Constructor for class io.warp10.script.functions.TOB58
-
- TOB58 - Static variable in class io.warp10.script.WarpScriptLib
-
- TOB58C - Static variable in class io.warp10.script.WarpScriptLib
-
- TOB64 - Class in io.warp10.script.functions
-
Encode a String in base64
- TOB64(String) - Constructor for class io.warp10.script.functions.TOB64
-
- TOB64 - Static variable in class io.warp10.script.WarpScriptLib
-
- TOB64URL - Class in io.warp10.script.functions
-
Encode a String in base64url
- TOB64URL(String) - Constructor for class io.warp10.script.functions.TOB64URL
-
- TOB64URL - Static variable in class io.warp10.script.WarpScriptLib
-
- TOBIN - Class in io.warp10.script.functions
-
Encode a String, byte[], Long or BitSet in binary
- TOBIN(String) - Constructor for class io.warp10.script.functions.TOBIN
-
- TOBIN - Class in io.warp10.script.unary
-
Deprecated.
- TOBIN(String) - Constructor for class io.warp10.script.unary.TOBIN
-
Deprecated.
- TOBIN - Static variable in class io.warp10.script.WarpScriptLib
-
- TOBIN_ - Static variable in class io.warp10.script.WarpScriptLib
-
- TOBITS - Class in io.warp10.script.unary
-
Converts the double on top of the stack into its bit representation
- TOBITS(String, boolean) - Constructor for class io.warp10.script.unary.TOBITS
-
- toBlock(boolean) - Method in class io.warp10.continuum.gts.GTSEncoder
-
Transform the current encoder into a storable block.
- TOBOOLEAN - Class in io.warp10.script.unary
-
Converts the operand on top of the stack to a boolean
- TOBOOLEAN(String) - Constructor for class io.warp10.script.unary.TOBOOLEAN
-
- TOBOOLEAN - Static variable in class io.warp10.script.WarpScriptLib
-
- TOBYTES - Class in io.warp10.script.functions
-
Converts a string into its bytes given a charset
- TOBYTES(String) - Constructor for class io.warp10.script.functions.TOBYTES
-
- toBytes() - Method in class io.warp10.script.HyperLogLogPlus
-
- TOBYTES - Static variable in class io.warp10.script.WarpScriptLib
-
- TODEGREES - Static variable in class io.warp10.script.WarpScriptLib
-
- toDNA(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.DNAUtils
-
Convert a time serie to a DNA sequence.
- TODOUBLE - Class in io.warp10.script.unary
-
Converts the operand on top of the stack to a Double
- TODOUBLE(String) - Constructor for class io.warp10.script.unary.TODOUBLE
-
- TODOUBLE - Static variable in class io.warp10.script.WarpScriptLib
-
- TODOUBLEBITS - Static variable in class io.warp10.script.WarpScriptLib
-
- TOENCODER - Class in io.warp10.script.functions
-
Builds an encoder from a list of tick,lat,lon,elev,value or GTSs.
- TOENCODER(String) - Constructor for class io.warp10.script.functions.TOENCODER
-
- TOENCODER - Static variable in class io.warp10.script.WarpScriptLib
-
- TOENCODERS - Class in io.warp10.script.functions
-
Converts an encoder into a map of encoders, one per type
- TOENCODERS(String) - Constructor for class io.warp10.script.functions.TOENCODERS
-
- TOENCODERS - Static variable in class io.warp10.script.WarpScriptLib
-
- TOFLOATBITS - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGEOCELL - Class in io.warp10.script.functions
-
Converts a String or byte[] HHCode prefix to a Long geocell.
- TOGEOCELL(String) - Constructor for class io.warp10.script.functions.TOGEOCELL
-
- TOGEOCELL - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGEOHASH - Class in io.warp10.script.functions
-
Convert a GeoXPShape, a HHCode or a lat/lon pair to a GeoHash
- TOGEOHASH(String) - Constructor for class io.warp10.script.functions.TOGEOHASH
-
- TOGEOHASH - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGEOJSON - Class in io.warp10.script.functions
-
- TOGEOJSON(String) - Constructor for class io.warp10.script.functions.TOGEOJSON
-
- TOGEOJSON - Static variable in class io.warp10.script.WarpScriptLib
-
- toGeometry(Object) - Static method in class io.warp10.script.functions.TOGEOJSON
-
- TOGEOSHAPE - Class in io.warp10.script.functions
-
Converts a list of geocells (longs) or HHCode prefixes (strings or bytes) to a GeoXPShape.
- TOGEOSHAPE(String) - Constructor for class io.warp10.script.functions.TOGEOSHAPE
-
- TOGEOSHAPE - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGML - Class in io.warp10.script.functions
-
- TOGML(String) - Constructor for class io.warp10.script.functions.TOGML
-
- TOGML - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGTS - Class in io.warp10.script.functions
-
Converts an encoder into a map of gts, one per type,
or converts list of encoders in list of GTS.
- TOGTS(String) - Constructor for class io.warp10.script.functions.TOGTS
-
- TOGTS - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGTSHHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- TOGTSHHCODELONG - Static variable in class io.warp10.script.WarpScriptLib
-
- TOHEX - Class in io.warp10.script.functions
-
Encode a String, byte[] or Long in hexadecimal
- TOHEX(String) - Constructor for class io.warp10.script.functions.TOHEX
-
- TOHEX - Class in io.warp10.script.unary
-
Deprecated.
- TOHEX(String) - Constructor for class io.warp10.script.unary.TOHEX
-
Deprecated.
- TOHEX - Static variable in class io.warp10.script.WarpScriptLib
-
- TOHEX_ - Static variable in class io.warp10.script.WarpScriptLib
-
- TOHHCODE - Class in io.warp10.script.functions
-
Converts a lat/lon pair to an HHCode
- TOHHCODE(String, boolean) - Constructor for class io.warp10.script.functions.TOHHCODE
-
- TOHHCODE(String, boolean, boolean) - Constructor for class io.warp10.script.functions.TOHHCODE
-
- TOHHCODE - Static variable in class io.warp10.script.WarpScriptLib
-
- TOHHCODELONG - Static variable in class io.warp10.script.WarpScriptLib
-
- TOINTEXACT - Static variable in class io.warp10.script.WarpScriptLib
-
- TOJSON - Class in io.warp10.script.functions
-
Converts the object on top of the stack to a JSON representation
- TOJSON(String) - Constructor for class io.warp10.script.functions.TOJSON
-
- toJSON(PrintWriter, WarpScriptStack, int, long) - Static method in class io.warp10.script.StackUtils
-
- toJSON(PrintWriter, WarpScriptStack) - Static method in class io.warp10.script.StackUtils
-
- TOJSON - Static variable in class io.warp10.script.WarpScriptLib
-
- TOKEN_ATTR_ACTIVEAFTER - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify an activeafter timestamp, either as an absolute ISO8601 timestamp
or as a period relative to the current time or the specified 'end' timestamp
- TOKEN_ATTR_BOUNDARY_POST - Static variable in class io.warp10.continuum.store.Constants
-
Attribute to specify the upper bound of the post boundary parameter for fetches
- TOKEN_ATTR_BOUNDARY_PRE - Static variable in class io.warp10.continuum.store.Constants
-
Attribute to specify the upper bound of the pre boundary parameter for fetches
- TOKEN_ATTR_COUNT - Static variable in class io.warp10.continuum.store.Constants
-
Attribute to specify the upper bound of the 'count' parameter for fetches
- TOKEN_ATTR_END - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify an end timestamp, either as an absolute ISO8601 timestamp
or as a period relative to the current time.
- TOKEN_ATTR_EXPOSE - Static variable in class io.warp10.continuum.store.Constants
-
Attribute to specify that owner and producer should be exposed instead of hidden
- TOKEN_ATTR_FDB_TENANT_PREFIX - Static variable in class io.warp10.continuum.store.Constants
-
FoundationDB tenant key prefix.
- TOKEN_ATTR_IGNOOR - Static variable in class io.warp10.continuum.store.Constants
-
- TOKEN_ATTR_MAXFUTURE - Static variable in class io.warp10.continuum.store.Constants
-
Timestamp limits for WRITE tokens (expressed in ms delta from current time)
- TOKEN_ATTR_MAXPAST - Static variable in class io.warp10.continuum.store.Constants
-
- TOKEN_ATTR_MAXSIZE - Static variable in class io.warp10.continuum.store.Constants
-
Attribute to specify the maximum value size
- TOKEN_ATTR_NODELETE - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify that a WRITE token cannot be used for delete.
- TOKEN_ATTR_NOFETCH - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify that a READ token cannot be used to query for data.
- TOKEN_ATTR_NOFIND - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify that a READ token cannot be used for metadata queries.
- TOKEN_ATTR_NOMETA - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify that a WRITE token cannot be used for updating metadata.
- TOKEN_ATTR_NOUPDATE - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify that a WRITE token cannot be used for updating.
- TOKEN_ATTR_QUIETAFTER - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify a quietafter timestamp, either as an absolute ISO8601 timestamp
or as a period relative to the current time or the specified 'end' timestamp
- TOKEN_ATTR_START - Static variable in class io.warp10.continuum.store.Constants
-
Attribute used to specify a start timestamp, either as an absolute ISO8601 timestamp
or as a period relative to either the current time or the specified 'end' timestamp
- TOKENDUMP - Class in io.warp10.script.ext.token
-
Reads a token and generates a structure for TOKENGEN to recreate an identical token
- TOKENDUMP(String, KeyStore, boolean) - Constructor for class io.warp10.script.ext.token.TOKENDUMP
-
Create the TOKENDUMP function.
- tokenFromMap(Map, String, long) - Static method in class io.warp10.script.ext.token.TOKENGEN
-
- TOKENGEN - Class in io.warp10.script.ext.token
-
- TOKENGEN(String, KeyStore, boolean) - Constructor for class io.warp10.script.ext.token.TOKENGEN
-
Create the TOKENGEN function.
- TOKENINFO - Class in io.warp10.script.functions
-
Push on the stack information regarding a token
- TOKENINFO(String) - Constructor for class io.warp10.script.functions.TOKENINFO
-
- TOKENINFO - Static variable in class io.warp10.script.WarpScriptLib
-
- Tokens - Class in io.warp10.continuum
-
- Tokens() - Constructor for class io.warp10.continuum.Tokens
-
- TokenType - Enum in io.warp10.quasar.token.thrift.data
-
- TokenWarpScriptExtension - Class in io.warp10.script.ext.token
-
- TokenWarpScriptExtension() - Constructor for class io.warp10.script.ext.token.TokenWarpScriptExtension
-
- TokenWarpScriptExtension(KeyStore) - Constructor for class io.warp10.script.ext.token.TokenWarpScriptExtension
-
- TOKML - Class in io.warp10.script.functions
-
- TOKML(String) - Constructor for class io.warp10.script.functions.TOKML
-
- TOKML - Static variable in class io.warp10.script.WarpScriptLib
-
- TOKML.KMLWriter - Class in io.warp10.script.functions
-
- TOLIST - Class in io.warp10.script.functions
-
Make a list with 'N' elements present in the stack.
- TOLIST(String) - Constructor for class io.warp10.script.functions.TOLIST
-
- TOLIST - Static variable in class io.warp10.script.WarpScriptLib
-
- TOLONG - Class in io.warp10.script.unary
-
Converts the operand on top of the stack to a Long
- TOLONG(String) - Constructor for class io.warp10.script.unary.TOLONG
-
- TOLONG - Static variable in class io.warp10.script.WarpScriptLib
-
- toLongBinaryOperator(DoubleBinaryOperator) - Static method in class io.warp10.script.functions.NumericalBinaryFunction
-
- TOLONGBYTES - Class in io.warp10.script.functions
-
Converts a LONG to a byte array
- TOLONGBYTES(String) - Constructor for class io.warp10.script.functions.TOLONGBYTES
-
- TOLONGBYTES - Static variable in class io.warp10.script.WarpScriptLib
-
- TOLOWER - Class in io.warp10.script.functions
-
Transform a String to lower case
- TOLOWER(String) - Constructor for class io.warp10.script.functions.TOLOWER
-
- TOLOWER - Static variable in class io.warp10.script.WarpScriptLib
-
- TOMACRO - Class in io.warp10.script.functions
-
- TOMACRO(String) - Constructor for class io.warp10.script.functions.TOMACRO
-
- TOMACRO - Static variable in class io.warp10.script.WarpScriptLib
-
- TOMAP - Class in io.warp10.script.functions
-
Builds a map from pairs of values on the stack.
- TOMAP(String) - Constructor for class io.warp10.script.functions.TOMAP
-
- toMap() - Method in class io.warp10.script.WarpScriptAuditStatement
-
Turns WarpScriptAuditStatement into a MAP that can be used in WarpScript
- TOMAP - Static variable in class io.warp10.script.WarpScriptLib
-
- TOMAT - Class in io.warp10.script.functions
-
Converts nested lists of numbers into a Matrix
- TOMAT(String) - Constructor for class io.warp10.script.functions.TOMAT
-
- TOMAT - Static variable in class io.warp10.script.WarpScriptLib
-
- TOMVSTRING - Class in io.warp10.script.functions
-
- TOMVSTRING(String) - Constructor for class io.warp10.script.functions.TOMVSTRING
-
- TOMVSTRING - Static variable in class io.warp10.script.WarpScriptLib
-
- toNormal() - Method in class io.warp10.script.HyperLogLogPlus
-
- TOOPB64 - Class in io.warp10.script.functions
-
Encode a String in order preserving base64
- TOOPB64(String) - Constructor for class io.warp10.script.functions.TOOPB64
-
- TOOPB64 - Static variable in class io.warp10.script.WarpScriptLib
-
- TOP_LEVEL_SECTION - Static variable in interface io.warp10.script.WarpScriptStack
-
- TOPICKLE - Class in io.warp10.script.functions
-
Encode an object as Pickle
- TOPICKLE(String) - Constructor for class io.warp10.script.functions.TOPICKLE
-
- TOPICKLE - Static variable in class io.warp10.script.WarpScriptLib
-
- TOQ - Static variable in class io.warp10.script.WarpScriptLib
-
- TOQUATERNION - Class in io.warp10.script.functions
-
Converts 4 double to a unit quaternion
The stack is expected to contain w x y z (z being on top)
- TOQUATERNION(String) - Constructor for class io.warp10.script.functions.TOQUATERNION
-
- toQuaternion(double, double, double, double) - Static method in class io.warp10.script.functions.TOQUATERNION
-
- TORADIANS - Static variable in class io.warp10.script.WarpScriptLib
-
- TORLP - Class in io.warp10.script.functions
-
- TORLP(String) - Constructor for class io.warp10.script.functions.TORLP
-
- TORLP - Static variable in class io.warp10.script.WarpScriptLib
-
- TOSELECTOR - Class in io.warp10.script.functions
-
For each encountered GTS, Encoder or list thereof, replace it with a selector which would select it
- TOSELECTOR(String) - Constructor for class io.warp10.script.functions.TOSELECTOR
-
- TOSELECTOR - Static variable in class io.warp10.script.WarpScriptLib
-
- TOSET - Class in io.warp10.script.functions
-
Convert the list on top of the stack into a set
- TOSET(String) - Constructor for class io.warp10.script.functions.TOSET
-
- TOSSSS - Class in io.warp10.script.functions
-
- TOSSSS(String) - Constructor for class io.warp10.script.functions.TOSSSS
-
- TOSSSS - Static variable in class io.warp10.script.WarpScriptLib
-
- toString() - Method in class io.warp10.continuum.gts.GeoTimeSerie
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- toString() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- toString() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- toString() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- toString() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- toString() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- toString() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- toString() - Method in class io.warp10.script.aggregator.Argminmax
-
- toString() - Method in class io.warp10.script.aggregator.CircularMean
-
- toString() - Method in class io.warp10.script.aggregator.CompareTo
-
- toString() - Method in class io.warp10.script.aggregator.Join
-
- toString() - Method in class io.warp10.script.aggregator.Percentile
-
- toString() - Method in class io.warp10.script.aggregator.StandardDeviation
-
- toString() - Method in class io.warp10.script.aggregator.Variance
-
- toString() - Method in class io.warp10.script.aggregator.VarianceWelford
-
- toString() - Method in class io.warp10.script.fastdtw.ColMajorCell
-
- toString() - Method in class io.warp10.script.fastdtw.SearchWindow
-
- toString() - Method in class io.warp10.script.fastdtw.TimeWarpInfo
-
- toString() - Method in class io.warp10.script.fastdtw.WarpPath
-
- toString() - Method in class io.warp10.script.filter.FilterAny
-
- toString() - Method in class io.warp10.script.filter.FilterByClass
-
- toString() - Method in class io.warp10.script.filter.FilterByLabels
-
- toString() - Method in class io.warp10.script.filter.FilterByMetadata
-
- toString() - Method in class io.warp10.script.filter.FilterBySelector
-
- toString() - Method in class io.warp10.script.filter.FilterBySize
-
- toString() - Method in class io.warp10.script.filter.FilterLastEQ
-
- toString() - Method in class io.warp10.script.filter.FilterLastGE
-
- toString() - Method in class io.warp10.script.filter.FilterLastGT
-
- toString() - Method in class io.warp10.script.filter.FilterLastLE
-
- toString() - Method in class io.warp10.script.filter.FilterLastLT
-
- toString() - Method in class io.warp10.script.filter.FilterLastNE
-
- toString() - Method in class io.warp10.script.filter.LatencyFilter
-
- toString() - Method in class io.warp10.script.functions.MACROFILLER.MacroFillerWrapper
-
- toString() - Method in class io.warp10.script.functions.MACROFILTER.MacroFilterWrapper
-
- toString() - Method in class io.warp10.script.functions.MACROMAPPER.MacroMapperWrapper
-
- toString() - Method in class io.warp10.script.functions.NPDF
-
- toString() - Method in class io.warp10.script.functions.POLYFUNC
-
- toString() - Method in class io.warp10.script.functions.PROBABILITY
-
- toString() - Method in class io.warp10.script.functions.RANDPDF
-
- toString() - Method in class io.warp10.script.mapper.MapperAdd
-
- toString() - Method in class io.warp10.script.mapper.MapperDateTime
-
- toString() - Method in class io.warp10.script.mapper.MapperDotProduct
-
- toString() - Method in class io.warp10.script.mapper.MapperDotProductPositive
-
- toString() - Method in class io.warp10.script.mapper.MapperDotProductSigmoid
-
- toString() - Method in class io.warp10.script.mapper.MapperDotProductTanh
-
- toString() - Method in class io.warp10.script.mapper.MapperExp
-
- toString() - Method in class io.warp10.script.mapper.MapperGeoApproximate
-
- toString() - Method in class io.warp10.script.mapper.MapperGeoFence
-
- toString() - Method in class io.warp10.script.mapper.MapperGeoOutside
-
- toString() - Method in class io.warp10.script.mapper.MapperGeoWithin
-
- toString() - Method in class io.warp10.script.mapper.MapperKernelSmoother
-
- toString() - Method in class io.warp10.script.mapper.MapperLog
-
- toString() - Method in class io.warp10.script.mapper.MapperMaxX
-
- toString() - Method in class io.warp10.script.mapper.MapperMinX
-
- toString() - Method in class io.warp10.script.mapper.MapperMod
-
- toString() - Method in class io.warp10.script.mapper.MapperMul
-
- toString() - Method in class io.warp10.script.mapper.MapperNPDF
-
- toString() - Method in class io.warp10.script.mapper.MapperPow
-
- toString() - Method in class io.warp10.script.mapper.MapperReplace
-
- toString() - Method in class io.warp10.script.NamedWarpScriptFunction
-
- toString(Object) - Static method in class io.warp10.script.StackUtils
-
- toString() - Method in class io.warp10.script.thrift.data.SecureScript
-
- toString() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- toString() - Method in class io.warp10.script.thrift.data.StackTrace
-
- toString() - Method in class io.warp10.script.thrift.data.Throwable
-
- TOSTRING - Class in io.warp10.script.unary
-
Converts the operand on top of the stack to a String
- TOSTRING(String) - Constructor for class io.warp10.script.unary.TOSTRING
-
- toString() - Method in class io.warp10.script.WarpScriptAuditStatement
-
- TOSTRING - Static variable in class io.warp10.script.WarpScriptLib
-
- toString() - Method in class io.warp10.script.WarpScriptStack.Macro
-
- toString() - Method in class io.warp10.warp.sdk.DirectoryPlugin.GTS
-
- toString() - Method in class io.warp10.WarpClassLoader
-
- TOTIMESTAMP - Class in io.warp10.script.unary
-
Convert Date in format ISO8601 into a Timestamp in µs
TOTIMESTAMP expects a date in ISO8601 on the top of the stack
- TOTIMESTAMP(String) - Constructor for class io.warp10.script.unary.TOTIMESTAMP
-
- TOTIMESTAMP - Static variable in class io.warp10.script.WarpScriptLib
-
- TOTSELEMENTS - Static variable in class io.warp10.script.WarpScriptLib
-
- TOUPPER - Class in io.warp10.script.functions
-
Transform a String to upper case
- TOUPPER(String) - Constructor for class io.warp10.script.functions.TOUPPER
-
- TOUPPER - Static variable in class io.warp10.script.WarpScriptLib
-
- TOVARINT - Class in io.warp10.script.functions
-
Converts a list of LONGs to a byte array containing varint encoding of the numbers
- TOVARINT(String) - Constructor for class io.warp10.script.functions.TOVARINT
-
- TOVARINT - Static variable in class io.warp10.script.WarpScriptLib
-
- TOVEC - Class in io.warp10.script.functions
-
Converts a list of numbers into a vector
- TOVEC(String) - Constructor for class io.warp10.script.functions.TOVEC
-
- TOVEC - Static variable in class io.warp10.script.WarpScriptLib
-
- TOVECTOR - Class in io.warp10.script.functions
-
Convert the list on top of the stack into a set
- TOVECTOR(String) - Constructor for class io.warp10.script.functions.TOVECTOR
-
- TOWKB - Class in io.warp10.script.functions
-
- TOWKB(String) - Constructor for class io.warp10.script.functions.TOWKB
-
- TOWKB - Static variable in class io.warp10.script.WarpScriptLib
-
- TOWKT - Class in io.warp10.script.functions
-
- TOWKT(String) - Constructor for class io.warp10.script.functions.TOWKT
-
- TOWKT - Static variable in class io.warp10.script.WarpScriptLib
-
- toWritable(Object) - Static method in class io.warp10.hadoop.WritableUtils
-
- TOZ - Class in io.warp10.script.functions
-
Build a morton code (Z-order curve) given N numbers and a bit width
- TOZ(String) - Constructor for class io.warp10.script.functions.TOZ
-
- TOZ - Static variable in class io.warp10.script.WarpScriptLib
-
- TR - Class in io.warp10.script.functions
-
Computes the trace of a matrix
- TR(String) - Constructor for class io.warp10.script.functions.TR
-
- TR - Static variable in class io.warp10.script.WarpScriptLib
-
- transform(Object) - Method in interface io.warp10.json.JsonUtils.JsonTransformer
-
Asks a JsonTransformer implementation if the given object is handled (TransformationResult#transformed=true)
and if it is, the result of the transformation (TransformationResult#result).
- TransformationResult(boolean, Object, boolean) - Constructor for class io.warp10.json.JsonUtils.JsonTransformer.TransformationResult
-
- TRANSPOSE - Class in io.warp10.script.functions
-
Computes the trace of a matrix
- TRANSPOSE(String) - Constructor for class io.warp10.script.functions.TRANSPOSE
-
- TRANSPOSE - Static variable in class io.warp10.script.WarpScriptLib
-
- triggerValue - Variable in class io.warp10.script.binary.CondShortCircuit
-
- TRIM - Class in io.warp10.script.functions
-
Trim whitespaces at both ends of a string
- TRIM(String) - Constructor for class io.warp10.script.functions.TRIM
-
- TRIM - Static variable in class io.warp10.script.WarpScriptLib
-
- TrueCourse - Class in io.warp10.script.aggregator
-
Compute the true course between points on a great circle.
- TrueCourse(String) - Constructor for class io.warp10.script.aggregator.TrueCourse
-
- TrustedDirectoryPlugin - Class in io.warp10.warp.sdk
-
- TrustedDirectoryPlugin() - Constructor for class io.warp10.warp.sdk.TrustedDirectoryPlugin
-
- TrustedDirectoryPlugin.MetadataIterator - Class in io.warp10.warp.sdk
-
- TRY - Class in io.warp10.script.functions
-
- TRY(String) - Constructor for class io.warp10.script.functions.TRY
-
- TRY - Static variable in class io.warp10.script.WarpScriptLib
-
- TSELEMENTS - Class in io.warp10.script.functions
-
Pushes on the stack the various elements of a timestamp for a given timezone
- TSELEMENTS(String) - Constructor for class io.warp10.script.functions.TSELEMENTS
-
- TSELEMENTS - Static variable in class io.warp10.script.WarpScriptLib
-
- TSELEMENTSTO - Static variable in class io.warp10.script.WarpScriptLib
-
- type - Variable in class io.warp10.script.WarpScriptAuditStatement
-
- TYPE_AGGREGATOR - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_BITSET - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_BOOLEAN - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_BYTES - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_CONTEXT - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_COUNTER - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_DOUBLE - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_FILLER - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_FILTER - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_FUNCTION - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_GEOSHAPE - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_GTS - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_GTSENCODER - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_KEY - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_LIST - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_LONG - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_MACRO - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_MAP - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_MARK - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_MATCHER - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_NULL - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_OPERATOR - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_PFONT - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_PGRAPHICSIMAGE - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_PIMAGE - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_PSHAPE - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_REALMATRIX - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_REALVECTOR - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_SET - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_STRING - Static variable in class io.warp10.script.functions.TYPEOF
-
- TYPE_VECTOR - Static variable in class io.warp10.script.functions.TYPEOF
-
- TypeConversions - Class in io.warp10.script.fastdtw
-
- TypeConversions() - Constructor for class io.warp10.script.fastdtw.TypeConversions
-
- TYPEOF - Class in io.warp10.script.functions
-
Push on the stack the type of the object on top of the stack
- TYPEOF(String) - Constructor for class io.warp10.script.functions.TYPEOF
-
- typeof(Object) - Static method in class io.warp10.script.functions.TYPEOF
-
- typeof(Class) - Static method in class io.warp10.script.functions.TYPEOF
-
- typeof() - Method in interface io.warp10.script.functions.TYPEOF.Typeofable
-
- typeof(Class) - Method in interface io.warp10.script.functions.TYPEOF.TypeResolver
-
- TYPEOF - Static variable in class io.warp10.script.WarpScriptLib
-
- TYPEOF.Typeofable - Interface in io.warp10.script.functions
-
Interface to be used by extensions and plugins to define a new type.
- TYPEOF.TypeResolver - Interface in io.warp10.script.functions
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.DatalogMessage
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.DatalogRecord
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.DirectoryRequest
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsRequest
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.DirectoryStatsResponse
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.FetchRequest
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.GTSData
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.GTSSplit
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.GTSWrapper
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.KafkaDataMessage
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.Metadata
-
- validate() - Method in class io.warp10.continuum.store.thrift.data.MetaSet
-
- validate() - Method in class io.warp10.continuum.thrift.data.HyperLogLogPlusParameters
-
- validate() - Method in class io.warp10.continuum.thrift.data.LoggingEvent
-
- validate() - Method in class io.warp10.continuum.thrift.data.RunRequest
-
- validate() - Method in class io.warp10.quasar.token.thrift.data.ReadToken
-
- validate() - Method in class io.warp10.quasar.token.thrift.data.WriteToken
-
- validate() - Method in class io.warp10.script.thrift.data.SecureScript
-
- validate() - Method in class io.warp10.script.thrift.data.StackInteractionReport
-
- validate() - Method in class io.warp10.script.thrift.data.StackTrace
-
- validate() - Method in class io.warp10.script.thrift.data.Throwable
-
- validateMetadata(Metadata) - Static method in class io.warp10.continuum.MetadataUtils
-
Checks Metadata for sanity.
- value - Variable in class io.warp10.script.mapper.MapperReplace
-
- valueAtIndex(GeoTimeSerie, int) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return the value in a GTS instance at a given index.
- valueAtTick(GeoTimeSerie, long) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Return the value in a Geo Time Serie at a given timestamp.
- VALUEDEDUP - Class in io.warp10.script.functions
-
Remove datapoints with duplicate values.
- VALUEDEDUP(String) - Constructor for class io.warp10.script.functions.VALUEDEDUP
-
- VALUEDEDUP - Static variable in class io.warp10.script.WarpScriptLib
-
- ValueEncoder - Class in io.warp10.continuum.gts
-
- ValueEncoder() - Constructor for class io.warp10.continuum.gts.ValueEncoder
-
- valueHistogram(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Build an occurrence count by value for the given time serie.
- valueHistogram(GTSEncoder) - Static method in class io.warp10.continuum.gts.GTSHelper
-
Build an occurrence count by value for the given GTS Encoder.
- VALUEHISTOGRAM - Class in io.warp10.script.functions
-
Build a histogram of value occurrences
- VALUEHISTOGRAM(String) - Constructor for class io.warp10.script.functions.VALUEHISTOGRAM
-
- VALUEHISTOGRAM - Static variable in class io.warp10.script.WarpScriptLib
-
- VALUELIST - Class in io.warp10.script.functions
-
Extract values from a map
- VALUELIST(String) - Constructor for class io.warp10.script.functions.VALUELIST
-
- VALUELIST - Static variable in class io.warp10.script.WarpScriptLib
-
- valueOf(String) - Static method in enum io.warp10.continuum.gts.COWList.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.gts.GeoTimeSerie.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.gts.GTSHelper.BinarySearchTickChoice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.quasar.token.thrift.data.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.aggregator.CompareTo.Compared
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.aggregator.CompareTo.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.filter.FilterAny.Comparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.functions.HHCODEFUNC.HHCodeAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.functions.MVEXTRACT.ELEMENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.thrift.data.Throwable._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.WarpScriptAuditStatement.STATEMENT_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.WarpScriptExecutor.StackSemantics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.warp10.script.WarpScriptStack.Signal
-
Returns the enum constant of this type with the specified name.
- valueRepresentationIterator(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- values() - Static method in enum io.warp10.continuum.gts.COWList.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.gts.GeoTimeSerie.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.gts.GTSHelper.BinarySearchTickChoice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessage._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DatalogMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecord._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DatalogRecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryRequest._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsRequest._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.DirectoryStatsResponse._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.FetchRequest._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.GTSData._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.GTSSplit._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.GTSWrapper._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessage._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.KafkaDataMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.Metadata._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.store.thrift.data.MetaSet._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.thrift.data.HyperLogLogPlusParameters._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.thrift.data.LoggingEvent._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.continuum.thrift.data.RunRequest._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.quasar.token.thrift.data.ReadToken._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.quasar.token.thrift.data.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.quasar.token.thrift.data.WriteToken._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.aggregator.CompareTo.Compared
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.aggregator.CompareTo.Comparison
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.filter.FilterAny.Comparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class io.warp10.script.functions.DTW
-
- values() - Static method in enum io.warp10.script.functions.HHCODEFUNC.HHCodeAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.functions.MVEXTRACT.ELEMENT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Class in io.warp10.script.functions
-
Extract the values from the parameter GTS or Encoder instances or list thereof and push them onto the stack.
- VALUES(String) - Constructor for class io.warp10.script.functions.VALUES
-
- values() - Static method in enum io.warp10.script.thrift.data.SecureScript._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.thrift.data.StackInteractionReport._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.thrift.data.StackTrace._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.thrift.data.Throwable._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.WarpScriptAuditStatement.STATEMENT_TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.warp10.script.WarpScriptExecutor.StackSemantics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class io.warp10.script.WarpScriptLib
-
- values() - Static method in enum io.warp10.script.WarpScriptStack.Signal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSort(GeoTimeSerie, boolean) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- valueSort(GeoTimeSerie) - Static method in class io.warp10.continuum.gts.GTSHelper
-
- VALUESORT - Class in io.warp10.script.functions
-
- VALUESORT(String) - Constructor for class io.warp10.script.functions.VALUESORT
-
- VALUESORT - Static variable in class io.warp10.script.WarpScriptLib
-
- VALUESPLIT - Class in io.warp10.script.functions
-
Split a GTS into N distinct GTS, one for each distinct value
- VALUESPLIT(String) - Constructor for class io.warp10.script.functions.VALUESPLIT
-
- VALUESPLIT - Static variable in class io.warp10.script.WarpScriptLib
-
- Variance - Class in io.warp10.script.aggregator
-
- Variance(String, boolean, boolean) - Constructor for class io.warp10.script.aggregator.Variance
-
- Variance.Builder - Class in io.warp10.script.aggregator
-
- VarianceWelford - Class in io.warp10.script.aggregator
-
Aggregator to compute the variance on a list of datapoints.
- VarianceWelford(String, boolean, boolean) - Constructor for class io.warp10.script.aggregator.VarianceWelford
-
- Varint - Class in io.warp10.continuum.gts
-
Utility class for ZigZag encoded varints
- Varint() - Constructor for class io.warp10.continuum.gts.Varint
-
- VARINTTO - Class in io.warp10.script.functions
-
Converts a byte array containing varints into a list of LONGs
- VARINTTO(String) - Constructor for class io.warp10.script.functions.VARINTTO
-
- VARINTTO - Static variable in class io.warp10.script.WarpScriptLib
-
- VARS - Class in io.warp10.script.functions
-
Extract all used variables in a macro.
- VARS(String) - Constructor for class io.warp10.script.functions.VARS
-
- VARS - Static variable in class io.warp10.script.WarpScriptLib
-
- VDist - Class in io.warp10.script.aggregator
-
Compute the vertical distance traveled between ticks, in m
Returned location and elevation are those of the tick being computed.
- VDist(String) - Constructor for class io.warp10.script.aggregator.VDist
-
- VECTO - Class in io.warp10.script.functions
-
Converts a Vector into a list
- VECTO(String) - Constructor for class io.warp10.script.functions.VECTO
-
- VECTO - Static variable in class io.warp10.script.WarpScriptLib
-
- VECTOR_END - Static variable in class io.warp10.script.WarpScriptLib
-
- VECTOR_START - Static variable in class io.warp10.script.WarpScriptLib
-
- VECTORTO - Class in io.warp10.script.functions
-
Convert the set on top of the stack into a list
- VECTORTO(String) - Constructor for class io.warp10.script.functions.VECTORTO
-
- verify(WarpScriptStack.Macro) - Static method in class io.warp10.script.functions.MVERIFY
-
- VERSION - Static variable in class io.warp10.warp.sdk.DirectoryPlugin
-
- VSpeed - Class in io.warp10.script.aggregator
-
Compute the vertical speed from oldest tick to most recent, in m/s.
- VSpeed(String) - Constructor for class io.warp10.script.aggregator.VSpeed
-
- VTO - Static variable in class io.warp10.script.WarpScriptLib
-