Package com.illumon.iris.db.v2.locations
Interface FileDataBufferStore.ReadRecorder
- Enclosing class:
- FileDataBufferStore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for recording read operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordRead(long elapsedNanos, int bytesRead) Record a read operation.
-
Method Details
-
recordRead
void recordRead(long elapsedNanos, int bytesRead) Record a read operation.- Parameters:
elapsedNanos- the number of nanos the read operation tookbytesRead- how many bytes the read operation read
-