Metaspace.Tuple.getLong()

Signature

long getLong (Object tuple, String key)

Domain

ACTION

Description

Returns the Long object based on the specified key from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple object
keyStringObject key

Returns

TypeDescription
longThe long value based on the specified key from the Tuple

Cautions

none