public interface MetricsCollector
| Modifier and Type | Method and Description |
|---|---|
void |
chunk(int entriesCount) |
void |
closeConnection() |
void |
consume(long count) |
void |
openConnection() |
void |
publish(int count) |
void |
publishConfirm(int count) |
void |
publishError(int count) |
void |
readBytes(int readBytes) |
void |
writtenBytes(int writtenBytes) |
void openConnection()
void closeConnection()
void publish(int count)
void publishConfirm(int count)
void publishError(int count)
void chunk(int entriesCount)
void consume(long count)
void writtenBytes(int writtenBytes)
void readBytes(int readBytes)
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.