Interface ByteBufferFillable
- All Superinterfaces:
Fillable
- All Known Implementing Classes:
ByteBufferObject
If a type implements this interface, then it wants to be provided with a data source in the form of a series of byte
buffers. The source must provide additional byte buffers as they are requested. These byte buffers aren't required to
be any particular size. They aren't required to have distinct or special data. All that is required is that they
never run out.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfill(Iterable<ByteBuffer> source) static voidfillByteBuffer(ByteBuffer target, Iterable<ByteBuffer> source) Methods inherited from interface io.nosqlbench.virtdata.userlibs.streams.fillers.Fillable
getFillables
-
Method Details
-
fill
-
fillByteBuffer
-