Package io.nosqlbench.virtdata.api.annotations


package io.nosqlbench.virtdata.api.annotations
  • Class
    Description
    Direct the user to additional resources
     
    This marks functions as deprecated, with a reason.
     
    The example annotation allows for a function developer to attach illustrative examples for any given constructor.
    Formatting conventions
     
    This annotation is used to mark the input type for a functional interface which uses generics, like LongFunction, IntFunction, or Function.
    This annotation is used to mark the output type for a functional interface which uses generics, like LongFunction, IntFunction, or Function.
    A PerThreadMapper will be instantiated once for each thread, for each scope in which it is used.
     
    Direct the user to additional resources
    Direct the user to additional resources
    A ThreadSafeMapper will only be instantiated once in a scope, to be shared among all threads in that scope.