Package io.nosqlbench.virtdata.api.annotations
package io.nosqlbench.virtdata.api.annotations
-
ClassDescriptionDirect the user to additional resourcesThis marks functions as deprecated, with a reason.The example annotation allows for a function developer to attach illustrative examples for any given constructor.Formatting conventionsThis 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 resourcesDirect the user to additional resourcesA ThreadSafeMapper will only be instantiated once in a scope, to be shared among all threads in that scope.