A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages

A

add(HpccError) - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Adds the.
addAll(HpccErrorBlock) - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Adds the all.
addDataPoint(double) - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
addExpression(SQLExpression) - Method in class org.hpccsystems.commons.filter.SQLFilter
Adds the expression.
addMetric(IMetric) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
addMetrics(List<IMetric>) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
addParameter(BenchmarkParam) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
AGGFUNCPATTERN - Static variable in class org.hpccsystems.commons.utils.Utils
 
AGGREGATE_FUNCTION - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
and - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
andFilter(FieldFilter) - Method in class org.hpccsystems.commons.ecl.FileFilter
The fieldfilter(s) expression is ANDed to this filefilter expression.
andFilter(FileFilter) - Method in class org.hpccsystems.commons.ecl.FileFilter
The filefilter expression is ANDed to this filefilter expression.
andOperator - Static variable in class org.hpccsystems.commons.filter.SQLFilter
 
andregex - Static variable in class org.hpccsystems.commons.filter.SQLFilter
 
ANDSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
appendFilterRange(FieldFilterRange) - Method in class org.hpccsystems.commons.ecl.FieldFilter
Appends a filter clause to the current filter Applied to current target field Each clause if OR'ed.
asSet() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
As set.
AveragedMetric - Class in org.hpccsystems.commons.benchmarking
A helper class that collects data points for a given metric and provides basic statistical functions.
AveragedMetric(String) - Constructor for class org.hpccsystems.commons.benchmarking.AveragedMetric
 
AveragedMetric(String, Units) - Constructor for class org.hpccsystems.commons.benchmarking.AveragedMetric
 
AveragedMetric(String, Units, String) - Constructor for class org.hpccsystems.commons.benchmarking.AveragedMetric
 
AveragedMetric(IMetric) - Constructor for class org.hpccsystems.commons.benchmarking.AveragedMetric
 

B

Base64Encode(byte[], boolean) - Static method in class org.hpccsystems.commons.utils.Utils
Base 64 encode.
BaseTests - Interface in org.hpccsystems.commons.annotations
 
Benchmark - Interface in org.hpccsystems.commons.annotations
 
BenchmarkParam - Class in org.hpccsystems.commons.benchmarking
A helper class that represents a parameter for a benchmark test.
BenchmarkParam(String, String) - Constructor for class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
BenchmarkResult - Class in org.hpccsystems.commons.benchmarking
A helper class that can be used to record the results of a benchmark test.
BenchmarkResult(String, String) - Constructor for class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
BenchmarkResult(String, String, String) - Constructor for class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
BIG_ENDIAN - org.hpccsystems.commons.ecl.HpccSrcType
 
BINARY - org.hpccsystems.commons.ecl.FieldType
 
BINARY - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 
BINARY_CODED_DECIMAL - org.hpccsystems.commons.ecl.HpccSrcType
 
BOOLEAN - org.hpccsystems.commons.ecl.FieldType
 
BOOLEAN - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
BOOLEANPATTERN - Static variable in class org.hpccsystems.commons.utils.Utils
 
BOTH - org.hpccsystems.commons.ecl.FieldFilterRange.Bound
 
BYTES - org.hpccsystems.commons.benchmarking.Units.Type
 

C

calculateScaleConversion(Units.Scale, Units.Scale) - Static method in class org.hpccsystems.commons.benchmarking.Units
 
CHAR - org.hpccsystems.commons.ecl.FieldType
 
clear() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Clear.
COMMONS - org.hpccsystems.commons.errors.HpccErrorSource
 
compress(byte[], byte[]) - Static method in class org.hpccsystems.commons.fastlz4j.FastLZ4j
 
compress_level(int, byte[], byte[]) - Static method in class org.hpccsystems.commons.fastlz4j.FastLZ4j
 
containsEqualityCondition(HashMap<String, String>, String, String) - Method in class org.hpccsystems.commons.filter.SQLFilter
Contains equality condition.
containsKey(String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Contains key.
containsKey(String) - Method in class org.hpccsystems.commons.filter.SQLFilter
Contains key.
CONTENT_MODIFIER - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
convertECLtypeCode2SQLtype(Utils.EclTypes) - Static method in class org.hpccsystems.commons.utils.Utils
Translates an ecltype element to sql type int (java.sql.Types value)
convertSQLtype2JavaClassName(int) - Static method in class org.hpccsystems.commons.utils.Utils
Translates a data type from an integer (java.sql.Types value) to a string that represents the corresponding class.
ConvertToHPCCFileFilter(SQLExpression) - Static method in class org.hpccsystems.commons.ecl.FileFilter
Convert to HPCC file filter.
COUNT - org.hpccsystems.commons.benchmarking.Units.Type
 
createCipher(SecretKeySpec, String, boolean) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Creates the cipher.
createDefaultCipher(String, boolean) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Creates the default cipher.
createDefaultCipher(SecretKeySpec, boolean) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Creates the default cipher.
createExpressionFragment(String) - Static method in class org.hpccsystems.commons.filter.SQLFragment
Creates the expression fragment.
createSecretKey(String, DigestAlgorithmType, String) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Creates the secret key.
createSHA512AESSecretKey(String) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Creates the SHA 512 AES secret key.
CryptoHelper - Class in org.hpccsystems.commons.utils
 
CryptoHelper() - Constructor for class org.hpccsystems.commons.utils.CryptoHelper
 

D

DATASET - org.hpccsystems.commons.ecl.FieldType
 
DECIMAL - org.hpccsystems.commons.ecl.FieldType
 
decompress(byte[], int, byte[]) - Static method in class org.hpccsystems.commons.fastlz4j.FastLZ4j
 
decompress_streaming(FastLZ4j.DecompressionState, byte[], int, byte[]) - Static method in class org.hpccsystems.commons.fastlz4j.FastLZ4j
 
decrypt(String, String) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Decrypt.
decrypt(String, Cipher) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Decrypt.
decrypt(String, SecretKeySpec) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Decrypt.
DEFAULT_AES_SECRETKEY_LEN - Static variable in class org.hpccsystems.commons.utils.CryptoHelper
 
DEFAULT_CIPHER_MODE - Static variable in class org.hpccsystems.commons.utils.CryptoHelper
 
DEFAULT_DIGEST_ALGORITHM - Static variable in class org.hpccsystems.commons.utils.CryptoHelper
 
DEFAULT_SECRETKEY_ALGORITHM - Static variable in class org.hpccsystems.commons.utils.CryptoHelper
 
description - Variable in class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
description() - Method in enum org.hpccsystems.commons.ecl.FieldType
Description of the type.
determineFragmentType(String) - Static method in class org.hpccsystems.commons.filter.SQLFragment
Determine fragment type.
DigestAlgorithmType - Enum in org.hpccsystems.commons.utils
 
discardOutliers() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
doesNotRequireQuotes(Object) - Static method in class org.hpccsystems.commons.utils.Utils
Determines if entry represented by obj does not require single quote encapsulation.
DOTSEPERATORREGEX - Static variable in class org.hpccsystems.commons.utils.Utils
 

E

ECLTypealien - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeany - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypearray - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypebitfield - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeblob - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeboolean - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypechar - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeclass - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypedata - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypedate - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypedecimal - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeebcdic - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeenumerated - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeevent - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypefeature - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypefunction - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypegroupedtable - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeifblock - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeint - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypemodifier - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypenull - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypenumeric - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypepackedint - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypepattern - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypepointer - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeqstring - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypereal - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTyperecord - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTyperow - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTyperule - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypescalar - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypescope - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeset - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypesortlist - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypestring - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypestringorunicode - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeswapint - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypetable - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypetoken - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypetransform - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunicode - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunsigned - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunused1 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunused2 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunused3 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunused4 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeunused5 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypeutf8 - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypevarstring - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypevarunicode - org.hpccsystems.commons.utils.Utils.EclTypes
 
ECLTypevoid - org.hpccsystems.commons.utils.Utils.EclTypes
 
encrypt(String, Cipher) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Encrypt.
encryptSHA512AESPKCS5Pad(String, String) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Encrypt SHA 512 AESPKCS 5 pad.
encryptSHA512AESPKCS5Pad(String, SecretKeySpec) - Static method in class org.hpccsystems.commons.utils.CryptoHelper
Encrypt SHA 512 AESPKCS 5 pad.
eq - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
equals(Object) - Method in class org.hpccsystems.commons.errors.HpccError
 
ERROR - org.hpccsystems.commons.errors.HpccErrorLevel
 
EscapedSingleQuote - Static variable in class org.hpccsystems.commons.utils.Utils
 
extractUnsigned8Val(long) - Static method in class org.hpccsystems.commons.utils.Utils
Extracts raw (8 byte unsigned value) from Long type

F

FastLZ4j - Class in org.hpccsystems.commons.fastlz4j
 
FastLZ4j() - Constructor for class org.hpccsystems.commons.fastlz4j.FastLZ4j
 
FastLZ4j.DecompressionState - Class in org.hpccsystems.commons.fastlz4j
 
FATAL - org.hpccsystems.commons.errors.HpccErrorLevel
 
FIELD - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
FIELD_CONTENT_MODIFIER - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
FieldDef - Class in org.hpccsystems.commons.ecl
The name and field type for an item from the HPCC environment.
FieldDef(String, FieldType, String, long, boolean, boolean, int, HpccSrcType, FieldDef[]) - Constructor for class org.hpccsystems.commons.ecl.FieldDef
Instantiates a new field def.
FieldDef(String, FieldType, String, long, boolean, boolean, HpccSrcType, FieldDef[]) - Constructor for class org.hpccsystems.commons.ecl.FieldDef
Instantiates a new field def.
FieldDef(FieldDef) - Constructor for class org.hpccsystems.commons.ecl.FieldDef
Instantiates a new field def.
FieldFilter - Class in org.hpccsystems.commons.ecl
A field filter.
FieldFilter(String) - Constructor for class org.hpccsystems.commons.ecl.FieldFilter
A wild card field filter.
FieldFilter(String, FieldFilterRange) - Constructor for class org.hpccsystems.commons.ecl.FieldFilter
A field filter.
FieldFilter(String, FieldFilterRange[]) - Constructor for class org.hpccsystems.commons.ecl.FieldFilter
A field filter that checks only a prefix of of the field.
FieldFilterRange - Class in org.hpccsystems.commons.ecl
A filter value range.
FieldFilterRange(Object[], boolean) - Constructor for class org.hpccsystems.commons.ecl.FieldFilterRange
Use for a set of discrete values.
FieldFilterRange(String, String, boolean, boolean, boolean) - Constructor for class org.hpccsystems.commons.ecl.FieldFilterRange
Use for bounded range.
FieldFilterRange(String, FieldFilterRange.Bound, boolean, boolean, boolean) - Constructor for class org.hpccsystems.commons.ecl.FieldFilterRange
Use for single value ranges.
FieldFilterRange(String, FieldFilterRange.Bound, boolean, boolean, boolean, short) - Constructor for class org.hpccsystems.commons.ecl.FieldFilterRange
Use for single value ranges.
FieldFilterRange.Bound - Enum in org.hpccsystems.commons.ecl
The Lower, Upper, Both, Unbounded are the possibilities for bounding the range.
FieldType - Enum in org.hpccsystems.commons.ecl
The data types for data fields on an HPCC record.
FileFilter - Class in org.hpccsystems.commons.ecl
A filter to select records from a file or key.
FileFilter() - Constructor for class org.hpccsystems.commons.ecl.FileFilter
A file filter expression to select records, using a string.
FileFilter(String) - Constructor for class org.hpccsystems.commons.ecl.FileFilter
Creates a FileFilter based on an SQL filter for example "(table.field2 <= 'a' AND table.field2 != 4) OR table.field2 != 5 AND field3 In ('Germany', 'France', 'UK')"
FileFilter(FieldFilter) - Constructor for class org.hpccsystems.commons.ecl.FileFilter
Creates a FileFilter based on the provided fieldfilter.
FileFilter(FileFilter) - Constructor for class org.hpccsystems.commons.ecl.FileFilter
Creates a FileFilter based on the provided filefilter's fieldfilter(s).
FileFilter(SQLFilter) - Constructor for class org.hpccsystems.commons.ecl.FileFilter
Creates a FileFilter based on an SQL filter object.
FILEPOS - org.hpccsystems.commons.ecl.FieldType
 
fileSep - Static variable in class org.hpccsystems.commons.utils.Utils
 
filterExpression() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
The filter test range in appropriate syntax for the remote read engine.
findEnumValFromString(Class<T>, String) - Static method in class org.hpccsystems.commons.utils.Utils
Attempts to map a string value to an enum value of a given enum class.
fullToString() - Method in class org.hpccsystems.commons.filter.SQLFilter
Full to string.

G

getAdditionalFlags() - Method in class org.hpccsystems.commons.ecl.FieldDef
Get the additional flags for this fields.
getAdditionalInfo() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the additional info.
getAlias() - Method in class org.hpccsystems.commons.filter.SQLTable
Gets the alias.
getAndFileFilters() - Method in class org.hpccsystems.commons.ecl.FileFilter
 
getAvg() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getBound() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
 
getColNum() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the col num.
getComplexRecordDefinition() - Static method in class org.hpccsystems.commons.ecl.TestFieldDefinitions
Gets the complex record definition.
getComplexRecordDefinitionJson() - Static method in class org.hpccsystems.commons.ecl.TestFieldDefinitions
Gets the complex record definition json.
getDataLen() - Method in class org.hpccsystems.commons.ecl.FieldDef
Length of the data or minimum length if variable.
getDecompressedDataLen() - Method in class org.hpccsystems.commons.fastlz4j.FastLZ4j.DecompressionState
 
getDef(int) - Method in class org.hpccsystems.commons.ecl.FieldDef
Get the FieldDef at position.
getDefIndexWithFieldName(String) - Method in class org.hpccsystems.commons.ecl.FieldDef
 
getDefinitions() - Method in class org.hpccsystems.commons.ecl.FieldDef
An iterator to walk though the type definitions that compose this type.
getDescription() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getDescription() - Method in interface org.hpccsystems.commons.benchmarking.IMetric
 
getDescription() - Method in class org.hpccsystems.commons.benchmarking.SimpleMetric
 
getDescription() - Method in enum org.hpccsystems.commons.ecl.HpccSrcType
Description of the enumeration value;.
getErrorCode() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the error code.
getErrorLevel() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the error level.
getErrorLevel(int) - Static method in enum org.hpccsystems.commons.errors.HpccErrorLevel
Gets the error level.
getErrors() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Gets the errors.
getErrors(IErrorCode) - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Gets the errors.
getErrorSource() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the error source.
getErrorString() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the error string.
getErrorType() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the error type.
getException() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the exception.
getExpressionColumnNames() - Method in class org.hpccsystems.commons.filter.SQLFilter
Gets the expression column names.
getExpressionFromColumnName(String) - Method in class org.hpccsystems.commons.filter.SQLFilter
Gets the expression from column name.
getExpressions() - Method in class org.hpccsystems.commons.filter.SQLFilter
Gets the expressions.
getExpressionsCount() - Method in class org.hpccsystems.commons.filter.SQLFilter
Gets the expressions count.
getFieldFilter(int) - Method in class org.hpccsystems.commons.ecl.FileFilter
Fetches the ith filter clause in this filefilter.
getFieldFiltersCount() - Method in class org.hpccsystems.commons.ecl.FileFilter
Reports the number of filter clauses in this filefilter.
getFieldName() - Method in class org.hpccsystems.commons.ecl.FieldDef
the name of the field.
getFieldName() - Method in class org.hpccsystems.commons.ecl.FieldFilter
the field name.
getFieldType() - Method in class org.hpccsystems.commons.ecl.FieldDef
the type of the field using the FieldType ENUM type.
getFilename() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the filename.
getFnname() - Method in class org.hpccsystems.commons.filter.SQLFragment
Gets the fnname.
getFullColumnName() - Method in class org.hpccsystems.commons.filter.SQLFragment
Gets the full column name.
getFullPostfix() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the full postfix.
getFullPrefix() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the full prefix.
getInfos() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Gets the infos.
getItems(HpccErrorLevel, IErrorCode) - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Gets the items.
getLeftOpen() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
 
getLineNum() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the line num.
getLocalAddress(String) - Static method in class org.hpccsystems.commons.network.Network
Provides non-loopback address bound to given NIC name.
getLocalAddress(String, boolean) - Static method in class org.hpccsystems.commons.network.Network
Provides non-loopback address bound to given NIC name.
getMax() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getMetric(String) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
getMetrics() - Method in interface org.hpccsystems.commons.benchmarking.IProfilable
 
getMin() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getName() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getName() - Method in interface org.hpccsystems.commons.benchmarking.IMetric
 
getName() - Method in class org.hpccsystems.commons.benchmarking.SimpleMetric
 
getName() - Method in class org.hpccsystems.commons.filter.SQLTable
Gets the name.
getName() - Method in enum org.hpccsystems.commons.utils.DigestAlgorithmType
Gets the name.
getNumDefs() - Method in class org.hpccsystems.commons.ecl.FieldDef
Number of field definitions.
getNumVal() - Method in enum org.hpccsystems.commons.errors.HpccErrorCode
 
getNumVal() - Method in enum org.hpccsystems.commons.errors.HpccErrorSource
 
getNumVal() - Method in interface org.hpccsystems.commons.errors.IErrorCode
Gets the num val.
getNumVal() - Method in interface org.hpccsystems.commons.errors.IErrorSource
Gets the num val.
getOperator() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the operator.
getParenContents(String) - Static method in class org.hpccsystems.commons.utils.Utils
Gets the paren contents.
getParent() - Method in class org.hpccsystems.commons.filter.SQLFragment
Gets the parent.
getPostfixType() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the postfix type.
getPostfixValue() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the postfix value.
getPrecision() - Method in class org.hpccsystems.commons.ecl.FieldDef
Returns precision for decimal fields.
getPrefixType() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the prefix type.
getPrefixValue() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the prefix value.
getPreviousExpUnifier() - Method in class org.hpccsystems.commons.filter.SQLExpression
Gets the previous exp unifier.
getRangeCount() - Method in class org.hpccsystems.commons.ecl.FieldFilter
The number of ranges used in this filter.
getRanges() - Method in class org.hpccsystems.commons.ecl.FieldFilter
 
getRightOpen() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
 
getScale() - Method in class org.hpccsystems.commons.ecl.FieldDef
Returns scale for decimal fields.
getSourceID() - Method in class org.hpccsystems.commons.errors.HpccError
Gets the source ID.
getSourceType() - Method in class org.hpccsystems.commons.ecl.FieldDef
Data type on the HPCC cluster.
getStdDev() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getType() - Method in class org.hpccsystems.commons.filter.SQLFragment
Gets the type.
getType() - Method in class org.hpccsystems.commons.filter.SQLOperator
Gets the type.
getUniqueExpressionColumnNames() - Method in class org.hpccsystems.commons.filter.SQLFilter
Gets the unique expression column names.
getUnits() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getUnits() - Method in interface org.hpccsystems.commons.benchmarking.IMetric
 
getUnits() - Method in class org.hpccsystems.commons.benchmarking.SimpleMetric
 
getValue() - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
getValue() - Method in interface org.hpccsystems.commons.benchmarking.IMetric
 
getValue() - Method in class org.hpccsystems.commons.benchmarking.SimpleMetric
 
getValue() - Method in class org.hpccsystems.commons.filter.SQLFragment
Gets the value.
getValue() - Method in class org.hpccsystems.commons.filter.SQLOperator
Gets the value.
getValues() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
 
getWarnings() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Gets the warnings.
getWuid() - Method in exception org.hpccsystems.commons.errors.WUException
 
GIGA - org.hpccsystems.commons.benchmarking.Units.Scale
 
gt - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
gte - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 

H

handleQuotedIdentifier(String) - Static method in class org.hpccsystems.commons.utils.Utils
 
handleQuotedString(String) - Static method in class org.hpccsystems.commons.utils.Utils
Handle quoted string.
hashCode() - Method in class org.hpccsystems.commons.errors.HpccError
 
hasPossibleEscapedQuoteLiteral(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks for possible escaped quote literal.
hasWuid() - Method in exception org.hpccsystems.commons.errors.WUException
 
HpccAccessException - Exception in org.hpccsystems.commons.errors
Non-specific exception accessing the HPCC cluster.
HpccAccessException() - Constructor for exception org.hpccsystems.commons.errors.HpccAccessException
A marker object for an exception during the access of an HPCC based file.
HpccAccessException(String) - Constructor for exception org.hpccsystems.commons.errors.HpccAccessException
Instantiates a new hpcc access exception.
HpccAccessException(String, Throwable) - Constructor for exception org.hpccsystems.commons.errors.HpccAccessException
Instantiates a new hpcc access exception.
HpccAccessException(String, Throwable, boolean, boolean) - Constructor for exception org.hpccsystems.commons.errors.HpccAccessException
Instantiates a new hpcc access exception.
HpccAccessException(Throwable) - Constructor for exception org.hpccsystems.commons.errors.HpccAccessException
Instantiates a new hpcc access exception.
HpccError - Class in org.hpccsystems.commons.errors
Contains an error message together with (potentially) quite a lot of meta data about it.
HpccError(HpccErrorLevel, IErrorType, IErrorCode, String) - Constructor for class org.hpccsystems.commons.errors.HpccError
Instantiates a new hpcc error.
HpccError(HpccErrorLevel, IErrorType, IErrorCode, String, Exception) - Constructor for class org.hpccsystems.commons.errors.HpccError
Instantiates a new hpcc error.
HpccError(HpccErrorLevel, IErrorType, IErrorCode, String, String, Integer, Integer, String) - Constructor for class org.hpccsystems.commons.errors.HpccError
Instantiates a new hpcc error.
HpccErrorBlock - Class in org.hpccsystems.commons.errors
Store a set of HpccErrorr.
HpccErrorBlock() - Constructor for class org.hpccsystems.commons.errors.HpccErrorBlock
Instantiates a new hpcc error block.
HpccErrorCode - Enum in org.hpccsystems.commons.errors
 
HpccErrorLevel - Enum in org.hpccsystems.commons.errors
The severity of an error.
HpccErrorSource - Enum in org.hpccsystems.commons.errors
 
HpccErrorType - Enum in org.hpccsystems.commons.errors
 
HpccFileException - Exception in org.hpccsystems.commons.errors
Exception class for problems accessing files on an HPCC Cluster.
HpccFileException() - Constructor for exception org.hpccsystems.commons.errors.HpccFileException
Empty constructor.
HpccFileException(String) - Constructor for exception org.hpccsystems.commons.errors.HpccFileException
Instantiates a new hpcc file exception.
HpccFileException(String, Throwable) - Constructor for exception org.hpccsystems.commons.errors.HpccFileException
Instantiates a new hpcc file exception.
HpccFileException(String, Throwable, boolean, boolean) - Constructor for exception org.hpccsystems.commons.errors.HpccFileException
Instantiates a new hpcc file exception.
HpccFileException(Throwable) - Constructor for exception org.hpccsystems.commons.errors.HpccFileException
Instantiates a new hpcc file exception.
HpccSrcType - Enum in org.hpccsystems.commons.ecl
The type of the binary source data.

I

IErrorCode - Interface in org.hpccsystems.commons.errors
Interface defining an error code.
IErrorSource - Interface in org.hpccsystems.commons.errors
Interface defining an error code.
IErrorType - Interface in org.hpccsystems.commons.errors
 
IMetric - Interface in org.hpccsystems.commons.benchmarking
Represents a profiled metric.
IMetricSetTransformer - Interface in org.hpccsystems.commons.benchmarking
Represents a transformation on a set of metrics.
in - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
INFO - org.hpccsystems.commons.errors.HpccErrorCode
 
INFO - org.hpccsystems.commons.errors.HpccErrorLevel
 
INSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
INTEGER - org.hpccsystems.commons.ecl.FieldType
 
IntegrationTests - Interface in org.hpccsystems.commons.annotations
 
IProfilable - Interface in org.hpccsystems.commons.benchmarking
Represents a profilable class, that can provide metrics to find performance bottlenecks and or health metrics.
isAggFunction(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is agg function.
isBinary() - Method in class org.hpccsystems.commons.filter.SQLOperator
Checks if is binary.
isBooleanKeyWord(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is boolean key word.
isCommaList(String) - Static method in class org.hpccsystems.commons.utils.Utils
 
isComposite() - Method in enum org.hpccsystems.commons.ecl.FieldType
Is this a record or a set of records.
isEmpty() - Method in class org.hpccsystems.commons.ecl.FileFilter
Is this filter empty?.
isEmpty() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Checks if is empty.
isEqualityCondition(HashMap<String, String>, String, String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Checks if is equality condition.
isFixed() - Method in class org.hpccsystems.commons.ecl.FieldDef
Fixed or variable length.
isInParenthesis(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is in parenthesis.
isLiteralString(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is literal string.
isLocalAddress(String) - Static method in class org.hpccsystems.commons.network.Network
Determines if address provided is considered a local address Uses cached list of all non-loopback addresses bound to all local NICs.
isNotNull - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
ISNOTNULLSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
isNull - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
ISNULLSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
isNumeric(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if value represented in string is numeric.
isOperatorValid() - Method in class org.hpccsystems.commons.filter.SQLExpression
Checks if is operator valid.
isOrOperatorUsed() - Method in class org.hpccsystems.commons.filter.SQLFilter
Checks if is or operator used.
isParameterized() - Method in class org.hpccsystems.commons.filter.SQLFragment
Checks if is parameterized.
isParameterizedStr(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is parameterized str.
isPostfixParameterized() - Method in class org.hpccsystems.commons.filter.SQLExpression
Checks if is postfix parameterized.
isPrefixParameterized() - Method in class org.hpccsystems.commons.filter.SQLExpression
Checks if is prefix parameterized.
isScalar() - Method in enum org.hpccsystems.commons.ecl.FieldType
Is this a primitive scalar type.
isSQLLiteralString(String) - Static method in class org.hpccsystems.commons.utils.Utils
Checks if is SQL literal string.
isUnsigned() - Method in class org.hpccsystems.commons.ecl.FieldDef
Is the underlying value type unsigned?.
isUTF16() - Method in enum org.hpccsystems.commons.ecl.HpccSrcType
The data is UTF16.
isValid() - Method in class org.hpccsystems.commons.filter.SQLOperator
Checks if is valid.
isVector() - Method in enum org.hpccsystems.commons.ecl.FieldType
Is this a set of scalars?.

K

KILO - org.hpccsystems.commons.benchmarking.Units.Scale
 

L

LIST - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
LITERAL_STRING - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
LITTLE_ENDIAN - org.hpccsystems.commons.ecl.HpccSrcType
 
LOWER - org.hpccsystems.commons.ecl.FieldFilterRange.Bound
 
lt - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
lte - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 

M

main(String[]) - Static method in class org.hpccsystems.commons.ecl.FileFilter
The main method.
makeEq(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create equality filter range.
makeGE(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create greater or equal filter range.
makeGT(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create greater than filter range.
makeIn(Object[]) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create IN filter range If all entries are numeric, numeric based compare created.
makeIn(Object[], boolean) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create IN filter range Encapsulate entries as string values based on stringecapsulate.
makeLE(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create less or equal filter range.
makeLT(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create less than filter range.
makeNE(Object) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create inequality filter range.
makeStartsWith(Object, short) - Static method in class org.hpccsystems.commons.ecl.FieldFilterRange
Create startswith filter range.
MD2 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
MD5 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
MEGA - org.hpccsystems.commons.benchmarking.Units.Scale
 
MetricAverageTransformer - Class in org.hpccsystems.commons.benchmarking
Helper class that combines metrics with the same name into an AveragedMetric.
MetricAverageTransformer() - Constructor for class org.hpccsystems.commons.benchmarking.MetricAverageTransformer
 
MetricSumTransformer - Class in org.hpccsystems.commons.benchmarking
Helper class that sums together metrics with the same name.
MetricSumTransformer() - Constructor for class org.hpccsystems.commons.benchmarking.MetricSumTransformer
 
MICRO - org.hpccsystems.commons.benchmarking.Units.Scale
 
MILLI - org.hpccsystems.commons.benchmarking.Units.Scale
 

N

name - Variable in class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
name() - Method in interface org.hpccsystems.commons.errors.IErrorCode
Name.
name() - Method in interface org.hpccsystems.commons.errors.IErrorSource
Name.
name() - Method in interface org.hpccsystems.commons.errors.IErrorType
Name.
NANO - org.hpccsystems.commons.benchmarking.Units.Scale
 
neq - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
neq2 - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
Network - Class in org.hpccsystems.commons.network
 
Network() - Constructor for class org.hpccsystems.commons.network.Network
 
newLine - Static variable in class org.hpccsystems.commons.utils.Utils
 
NONE - org.hpccsystems.commons.ecl.FieldFilterRange.Bound
 
NOOPFALSE - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 
NOOPTRUE - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 
notIn - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
NOTINSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
NOTSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
nullFilter() - Static method in class org.hpccsystems.commons.ecl.FileFilter
A null filter which selects all records.
NUMERIC_FRAGMENT - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 

O

or - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 
orFilter(FieldFilter) - Method in class org.hpccsystems.commons.ecl.FileFilter
The fieldfilter expression is ORed to this filefilter expression (must target the same field).
orFilter(FileFilter) - Method in class org.hpccsystems.commons.ecl.FileFilter
The filefilter expression is ORed to this filefilter expression.
org.hpccsystems.commons.annotations - package org.hpccsystems.commons.annotations
Used internally to annotate test (junit) types and thereby control execution of annotated test suites.
org.hpccsystems.commons.benchmarking - package org.hpccsystems.commons.benchmarking
Provides generic support of performance metric gathering, calculating, and reporting.
org.hpccsystems.commons.ecl - package org.hpccsystems.commons.ecl
Provides basic HPCC Systems ECL language construct support.
org.hpccsystems.commons.errors - package org.hpccsystems.commons.errors
Provides support for common HPCC Systems error handling and interpretation.
org.hpccsystems.commons.fastlz4j - package org.hpccsystems.commons.fastlz4j
 
org.hpccsystems.commons.filter - package org.hpccsystems.commons.filter
Provides simple SQL-like filter support, most commonly to be translated into HPCC Systems filter syntax.
org.hpccsystems.commons.network - package org.hpccsystems.commons.network
Provides basic local network address resolution in support of HPCC Systems connectivity.
org.hpccsystems.commons.utils - package org.hpccsystems.commons.utils
Provides useful utilities in support of Java client interaction with HPCC Systems instances.
orOperator - Static variable in class org.hpccsystems.commons.filter.SQLFilter
 
orregex - Static variable in class org.hpccsystems.commons.filter.SQLFilter
 
ORSPLITPATTERN - Static variable in class org.hpccsystems.commons.filter.SQLOperator
 

P

PARAMETERIZED - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
PARENTFIELDSEP - Static variable in class org.hpccsystems.commons.filter.SQLExpression
 
ParseExpression(String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Parses the expression.
parseExpressionFragment(String) - Method in class org.hpccsystems.commons.filter.SQLFragment
Parses the expression fragment.
parseJsonRecordDefinition(JSONObject) - Static method in class org.hpccsystems.commons.ecl.RecordDefinitionTranslator
Parses the json record definition.
parseWhereClause(String) - Method in class org.hpccsystems.commons.filter.SQLFilter
Parses the where clause.
PERCENTAGE - org.hpccsystems.commons.benchmarking.Units.Type
 
POST_UNARY - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 
PRE_UNARY - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 

Q

QSTRING - org.hpccsystems.commons.ecl.HpccSrcType
 

R

REAL - org.hpccsystems.commons.ecl.FieldType
 
RECORD - org.hpccsystems.commons.ecl.FieldType
 
RecordDefinitionTranslator - Class in org.hpccsystems.commons.ecl
 
RecordDefinitionTranslator() - Constructor for class org.hpccsystems.commons.ecl.RecordDefinitionTranslator
 
RegressionTests - Interface in org.hpccsystems.commons.annotations
 
RemoteTests - Interface in org.hpccsystems.commons.annotations
 
removeAllNewLines(String) - Static method in class org.hpccsystems.commons.utils.Utils
Removes the all new lines.
replaceAll(String, String, String) - Static method in class org.hpccsystems.commons.utils.Utils
Replace all.
replaceSQLwithECLEscapeChar(String) - Static method in class org.hpccsystems.commons.utils.Utils
Replace SQ lwith ECL escape char.

S

scale - Variable in class org.hpccsystems.commons.benchmarking.Units
 
scalePower - Variable in enum org.hpccsystems.commons.benchmarking.Units.Scale
 
scalePrefix - Variable in enum org.hpccsystems.commons.benchmarking.Units.Scale
 
SECONDS - org.hpccsystems.commons.benchmarking.Units.Type
 
serialVersionUID - Static variable in class org.hpccsystems.commons.ecl.FieldFilter
 
serialVersionUID - Static variable in class org.hpccsystems.commons.ecl.FieldFilterRange
 
serialVersionUID - Static variable in class org.hpccsystems.commons.ecl.FileFilter
 
serialVersionUID - Static variable in exception org.hpccsystems.commons.errors.HpccAccessException
 
SET - org.hpccsystems.commons.ecl.FieldType
 
setAdditionalFlags(int) - Method in class org.hpccsystems.commons.ecl.FieldDef
Set the additional flags for this fields.
setAdditionalInfo(String) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the additional info.
setAlias(String) - Method in class org.hpccsystems.commons.filter.SQLTable
Sets the alias.
setColNum(int) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the col num.
setDataLen(long) - Method in class org.hpccsystems.commons.ecl.FieldDef
Length of data or minimum length if variable.
setDefs(FieldDef[]) - Method in class org.hpccsystems.commons.ecl.FieldDef
Set the Child FieldDefs.
setErrorSource(IErrorSource) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the error source.
setErrorType(IErrorType) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the error type.
setException(Exception) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the exception.
setFieldName(String) - Method in class org.hpccsystems.commons.ecl.FieldDef
Sets the field name.
setFilename(String) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the filename.
setFnname(String) - Method in class org.hpccsystems.commons.filter.SQLFragment
Sets the fnname.
setLineNum(int) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the line num.
setMetricDesiredUnitScale(String, Units.Scale) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
setOperator(String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the operator.
setOperator(SQLOperator) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the operator.
setParent(String) - Method in class org.hpccsystems.commons.filter.SQLFragment
Sets the parent.
setPostfix(String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the postfix.
setPostfix(SQLFragment) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the postfix.
setPrecision(int) - Method in class org.hpccsystems.commons.ecl.FieldDef
Sets precision for decimal fields.
setPrefix(String) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the prefix.
setPrefix(SQLFragment) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the prefix.
setPreviousExpUnifier(SQLOperator) - Method in class org.hpccsystems.commons.filter.SQLExpression
Sets the previous exp unifier.
setScale(int) - Method in class org.hpccsystems.commons.ecl.FieldDef
Sets scale for decimal fields.
setSourceID(String) - Method in class org.hpccsystems.commons.errors.HpccError
Sets the source ID.
setType(SQLFragment.FragmentType) - Method in class org.hpccsystems.commons.filter.SQLFragment
Sets the type.
setValue(double) - Method in class org.hpccsystems.commons.benchmarking.SimpleMetric
 
setValue(String) - Method in class org.hpccsystems.commons.filter.SQLFragment
Sets the value.
setWuid(String) - Method in exception org.hpccsystems.commons.errors.WUException
 
SHA1 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
SHA256 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
SHA384 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
SHA512 - org.hpccsystems.commons.utils.DigestAlgorithmType
 
SimpleMetric - Class in org.hpccsystems.commons.benchmarking
A simple individual metric.
SimpleMetric(double, String) - Constructor for class org.hpccsystems.commons.benchmarking.SimpleMetric
 
SimpleMetric(double, String, Units) - Constructor for class org.hpccsystems.commons.benchmarking.SimpleMetric
 
SimpleMetric(double, String, Units, String) - Constructor for class org.hpccsystems.commons.benchmarking.SimpleMetric
 
SimpleMetric(IMetric) - Constructor for class org.hpccsystems.commons.benchmarking.SimpleMetric
 
SINGLE_BYTE_CHAR - org.hpccsystems.commons.ecl.HpccSrcType
 
SINGLEBLANKBUFFER - Static variable in class org.hpccsystems.commons.filter.SQLExpression
 
size() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
Size.
splitExpressionFragment(String) - Method in class org.hpccsystems.commons.filter.SQLOperator
Split expression fragment.
SQLExpression - Class in org.hpccsystems.commons.filter
 
SQLExpression() - Constructor for class org.hpccsystems.commons.filter.SQLExpression
Instantiates a new SQL expression.
SQLFilter - Class in org.hpccsystems.commons.filter
 
SQLFilter() - Constructor for class org.hpccsystems.commons.filter.SQLFilter
Instantiates a new SQL filter.
SQLFragment - Class in org.hpccsystems.commons.filter
 
SQLFragment() - Constructor for class org.hpccsystems.commons.filter.SQLFragment
Instantiates a new SQL fragment.
SQLFragment(String) - Constructor for class org.hpccsystems.commons.filter.SQLFragment
Instantiates a new SQL fragment.
SQLFragment.FragmentType - Enum in org.hpccsystems.commons.filter
 
SQLOperator - Class in org.hpccsystems.commons.filter
 
SQLOperator(String) - Constructor for class org.hpccsystems.commons.filter.SQLOperator
Instantiates a new SQL operator.
SQLOperator.OperatorType - Enum in org.hpccsystems.commons.filter
 
SQLTable - Class in org.hpccsystems.commons.filter
HPCC SYSTEMS software Copyright (C) 2018 HPCC Systems®.
SQLTable(String, String) - Constructor for class org.hpccsystems.commons.filter.SQLTable
Instantiates a new SQL table.
STRING - org.hpccsystems.commons.ecl.FieldType
 
stringToInt(String, int) - Static method in class org.hpccsystems.commons.utils.Utils
String to int.
stringToLong(String, long) - Static method in class org.hpccsystems.commons.utils.Utils
String to long.
SYSTEM - org.hpccsystems.commons.errors.HpccErrorType
 

T

TestFieldDefinitions - Class in org.hpccsystems.commons.ecl
 
TestFieldDefinitions() - Constructor for class org.hpccsystems.commons.ecl.TestFieldDefinitions
 
toEclIdeString() - Method in class org.hpccsystems.commons.errors.HpccError
To ecl ide string.
toEclIdeString() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
To ecl ide string.
toECLRecord(FieldDef) - Static method in class org.hpccsystems.commons.ecl.RecordDefinitionTranslator
toECL Converts the provided FieldDef into an ECL record definition.
toFlatJson() - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
toFlatJson(String[]) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
toJson() - Method in class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
toJson() - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
toJson() - Method in class org.hpccsystems.commons.ecl.FileFilter
JSon string representation of an array of filefilters.
toJson(String[]) - Method in class org.hpccsystems.commons.benchmarking.BenchmarkResult
 
toJson(JSONArray) - Method in class org.hpccsystems.commons.benchmarking.AveragedMetric
 
toJsonRecord(FieldDef) - Static method in class org.hpccsystems.commons.ecl.RecordDefinitionTranslator
toJson Converts the provided FieldDef into a json record definition.
toString() - Method in class org.hpccsystems.commons.benchmarking.Units
 
toString() - Method in class org.hpccsystems.commons.ecl.FieldDef
 
toString() - Method in class org.hpccsystems.commons.ecl.FieldFilter
 
toString() - Method in class org.hpccsystems.commons.ecl.FieldFilterRange
 
toString() - Method in class org.hpccsystems.commons.errors.HpccError
 
toString() - Method in class org.hpccsystems.commons.errors.HpccErrorBlock
 
toString() - Method in class org.hpccsystems.commons.filter.SQLExpression
 
toString() - Method in class org.hpccsystems.commons.filter.SQLFilter
 
toString() - Method in class org.hpccsystems.commons.filter.SQLOperator
 
toString() - Method in enum org.hpccsystems.commons.utils.DigestAlgorithmType
 
toString(boolean) - Method in class org.hpccsystems.commons.ecl.FieldFilter
To string.
toStringFull(boolean) - Method in class org.hpccsystems.commons.filter.SQLExpression
To string full.
toStringTranslateSource(HashMap<String, String>, boolean) - Method in class org.hpccsystems.commons.filter.SQLFilter
To string translate source.
toStringTranslateSource(HashMap<String, String>, boolean, boolean) - Method in class org.hpccsystems.commons.filter.SQLExpression
To string translate source.
transform(List<IMetric>) - Method in interface org.hpccsystems.commons.benchmarking.IMetricSetTransformer
 
transform(List<IMetric>) - Method in class org.hpccsystems.commons.benchmarking.MetricAverageTransformer
 
transform(List<IMetric>) - Method in class org.hpccsystems.commons.benchmarking.MetricSumTransformer
 
translateIfAlias(String) - Method in class org.hpccsystems.commons.filter.SQLTable
Translate if alias.
type - Variable in class org.hpccsystems.commons.benchmarking.Units
 
typePostfix - Variable in enum org.hpccsystems.commons.benchmarking.Units.Type
 

U

UNCAUGHT_EXCEPTION - org.hpccsystems.commons.errors.HpccErrorCode
 
UNIT - org.hpccsystems.commons.benchmarking.Units.Scale
 
units - Variable in class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
Units - Class in org.hpccsystems.commons.benchmarking
Represents the units for an IMetric.
Units(Units.Type) - Constructor for class org.hpccsystems.commons.benchmarking.Units
 
Units(Units.Type, Units.Scale) - Constructor for class org.hpccsystems.commons.benchmarking.Units
 
Units.Scale - Enum in org.hpccsystems.commons.benchmarking
 
Units.Type - Enum in org.hpccsystems.commons.benchmarking
 
UNKNOWN - org.hpccsystems.commons.ecl.FieldType
 
UNKNOWN - org.hpccsystems.commons.ecl.HpccSrcType
 
UNKNOWN - org.hpccsystems.commons.errors.HpccErrorType
 
UNKNOWN - org.hpccsystems.commons.filter.SQLOperator.OperatorType
 
UNKNOWN_TYPE - org.hpccsystems.commons.filter.SQLFragment.FragmentType
 
UnparsableContentException - Exception in org.hpccsystems.commons.errors
The data block from the HPCC Cluster held unexpected values and could not be parsed successfully.
UnparsableContentException() - Constructor for exception org.hpccsystems.commons.errors.UnparsableContentException
Empty constructor.
UnparsableContentException(String) - Constructor for exception org.hpccsystems.commons.errors.UnparsableContentException
Instantiates a new unparsable content exception.
UnparsableContentException(String, Throwable) - Constructor for exception org.hpccsystems.commons.errors.UnparsableContentException
Instantiates a new unparsable content exception.
UnparsableContentException(String, Throwable, boolean, boolean) - Constructor for exception org.hpccsystems.commons.errors.UnparsableContentException
Instantiates a new unparsable content exception.
UnparsableContentException(Throwable) - Constructor for exception org.hpccsystems.commons.errors.UnparsableContentException
Instantiates a new unparsable content exception.
updateFragmentColumParent(List<SQLTable>) - Method in class org.hpccsystems.commons.filter.SQLFragment
Update fragment colum parent.
updateFragmentTables(List<SQLTable>) - Method in class org.hpccsystems.commons.filter.SQLExpression
Update fragment tables.
UPPER - org.hpccsystems.commons.ecl.FieldFilterRange.Bound
 
USNumberFormat - Static variable in class org.hpccsystems.commons.utils.Utils
 
UTF16BE - org.hpccsystems.commons.ecl.HpccSrcType
 
UTF16LE - org.hpccsystems.commons.ecl.HpccSrcType
 
UTF8 - org.hpccsystems.commons.ecl.HpccSrcType
 
Utils - Class in org.hpccsystems.commons.utils
 
Utils() - Constructor for class org.hpccsystems.commons.utils.Utils
 
Utils.EclTypes - Enum in org.hpccsystems.commons.utils
 

V

value - Variable in class org.hpccsystems.commons.benchmarking.BenchmarkParam
 
valueOf(String) - Static method in enum org.hpccsystems.commons.benchmarking.Units.Scale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.benchmarking.Units.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.ecl.FieldFilterRange.Bound
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.ecl.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.ecl.HpccSrcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.errors.HpccErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.errors.HpccErrorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.errors.HpccErrorSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.errors.HpccErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.filter.SQLFragment.FragmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.filter.SQLOperator.OperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.utils.DigestAlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hpccsystems.commons.utils.Utils.EclTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hpccsystems.commons.benchmarking.Units.Scale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.benchmarking.Units.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.ecl.FieldFilterRange.Bound
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.ecl.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.ecl.HpccSrcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.errors.HpccErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.errors.HpccErrorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.errors.HpccErrorSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.errors.HpccErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.filter.SQLFragment.FragmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.filter.SQLOperator.OperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.utils.DigestAlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hpccsystems.commons.utils.Utils.EclTypes
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_STRING - org.hpccsystems.commons.ecl.FieldType
 

W

WARNING - org.hpccsystems.commons.errors.HpccErrorLevel
 
workingDir - Static variable in class org.hpccsystems.commons.utils.Utils
 
WUException - Exception in org.hpccsystems.commons.errors
 
WUException(String, RemoteException, String) - Constructor for exception org.hpccsystems.commons.errors.WUException
 
WUException(Throwable, String) - Constructor for exception org.hpccsystems.commons.errors.WUException
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages