Package io.nosqlbench.virtdata.library.basics.shared.stateful

  • Class Summary 
    Class Description
    Clear
    Clears the per-thread map which is used by the Expr function.
    ClearAutoDocsInfo  
    Load
    Load a named value from the per-thread state map.
    LoadAutoDocsInfo  
    LoadDouble
    Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    LoadDoubleAutoDocsInfo  
    LoadElement
    Load a value from a map, based on the injected configuration.
    LoadElementAutoDocsInfo  
    LoadFloat
    Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    LoadFloatAutoDocsInfo  
    LoadInteger
    Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    LoadIntegerAutoDocsInfo  
    LoadLong
    Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    LoadLongAutoDocsInfo  
    LoadString
    Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    LoadStringAutoDocsInfo  
    NullOrLoad
    Reads a long variable from the input, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return null object or a loaded value.
    NullOrLoadAutoDocsInfo  
    NullOrPass
    Reads a long variable from the thread local variable map, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return a null object or the input value.
    NullOrPassAutoDocsInfo  
    Save
    Save the current input value at this point in the function chain to a thread-local variable name.
    SaveAutoDocsInfo  
    SaveDouble
    Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    SaveDoubleAutoDocsInfo  
    SaveFloat
    Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    SaveFloatAutoDocsInfo  
    SaveInteger
    Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    SaveIntegerAutoDocsInfo  
    SaveLong
    Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    SaveLongAutoDocsInfo  
    SaveString
    Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.
    SaveStringAutoDocsInfo  
    Show
    Show diagnostic values for the thread-local variable map.
    ShowAutoDocsInfo  
    Swap
    Load a named value from the per-thread state map.
    SwapAutoDocsInfo  
    UnsetOrLoad
    Reads a long variable from the input, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return UNSET.value or a loaded value.
    UnsetOrLoadAutoDocsInfo  
    UnsetOrPass
    Reads a long variable from the thread local variable map, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return UNSET.value or the input value.
    UnsetOrPassAutoDocsInfo