Uses of Interface
io.nosqlbench.virtdata.userlibs.streams.fillers.Fillable
Packages that use Fillable
Package
Description
-
Uses of Fillable in io.nosqlbench.virtdata.userlibs.streams.fillers
Subinterfaces of Fillable in io.nosqlbench.virtdata.userlibs.streams.fillersModifier and TypeInterfaceDescriptioninterfaceIf a type implements this interface, then it wants to be provided with a data source in the form of a series of byte buffers.Classes in io.nosqlbench.virtdata.userlibs.streams.fillers that implement interfaces with type arguments of type FillableMethods in io.nosqlbench.virtdata.userlibs.streams.fillers that return types with arguments of type FillableMethods in io.nosqlbench.virtdata.userlibs.streams.fillers with parameters of type FillableModifier and TypeMethodDescriptionstatic voidFillable.fill(Fillable fillable, ByteBufferSource source) -
Uses of Fillable in io.nosqlbench.virtdata.userlibs.streams.pojos
Classes in io.nosqlbench.virtdata.userlibs.streams.pojos that implement Fillable