Package io.nosqlbench.virtdata.library.basics.shared.from_long.to_string
package io.nosqlbench.virtdata.library.basics.shared.from_long.to_string
-
ClassesClassDescriptionCreate an alpha-numeric string of the specified length, character-by-character.Builds a shared text image in memory and samples from it pseudo-randomly with hashing.Convert a numeric value into a code according to ASCII printable characters.This is the core implementation of the Concat style of String binding.This variant of Concat allows you to apply a string concatenation to a series of string produced by the provided functions.This is a variant of Concat which chains the hash values from step to step so that each of the provided functions will yield unrelated values.This is a variant of Concat which always uses the input cycle value as the input for all the functions provided.This is a variant of Concat which always uses the same value as input for the functions provided.This is a variant of Concat which always hashes the cycle+step value for each function provided.This is a variant of Concat which uses the cycle+step sum for each of the functions provided.Read each line in each matching file in a directory structure, providing one line for each time this function is called.Read each line in each matching file in a directory structure, providing one line for each time this function is called.This is equivalent to
Div(...), but returns the result after String.valueOf(...).Pseudo-randomly extract a section of a text file and return it according to some minimum and maximum extract size.Generate a string in the format key1:value1;key2:value2;... from the words in the specified file, ranging in size between zero and the specified maximum.Return a pseudo-randomly selected String value from a single line of the specified file.Provide a text extract from the full lorem ipsum text, between the specified minimum and maximum size.Join<T>This takes any collection and concatenates the String representation with a specified delimiter.Combine the result of the specified functions together with the specified delimiter and optional prefix and suffix.Create aList<String>based on two functions, the first to determine the list size, and the second to populate the list with string values.Deprecated.use ToString() insteadSelect a value from a CSV file line by modulo division against the number of lines in the file.Select a value from a text file line by modulo division against the number of lines in the file.Yield a String value which is the result of hashing and modulo division with the specified divisor to long and then converting the value to String.Provides the spelled-out name of a number.Return a static String value.This function wraps an epoch time in milliseconds into a String as specified in the format.Creates a template function which will yield a string which fits the template provided, with all occurrences of{}substituted pair-wise with the result of the provided functions.Computes the Base64 representation of the byte image of the input long.Allows for weighted elements to be used, such asa:0.25;b:0.25;c:0.5ora:1;b:1.0;c:2.0The unit weights are normalized to the cumulative sum internally, so it is not necessary for them to add up to any particular value.